Skip to content

Commit 67b275c

Browse files
authored
update (#2583)
1 parent 7049652 commit 67b275c

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

src/config/data/ccip/v1_2_0/mainnet/lanes.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13894,6 +13894,20 @@
1389413894
}
1389513895
}
1389613896
},
13897+
"SLP": {
13898+
"rateLimiterConfig": {
13899+
"in": {
13900+
"capacity": "2000000000",
13901+
"isEnabled": true,
13902+
"rate": "23148"
13903+
},
13904+
"out": {
13905+
"capacity": "1800000000",
13906+
"isEnabled": true,
13907+
"rate": "20833"
13908+
}
13909+
}
13910+
},
1389713911
"USDC": {
1389813912
"rateLimiterConfig": {
1389913913
"in": {
@@ -13908,6 +13922,20 @@
1390813922
}
1390913923
}
1391013924
},
13925+
"WBTC": {
13926+
"rateLimiterConfig": {
13927+
"in": {
13928+
"capacity": "4200000000",
13929+
"isEnabled": true,
13930+
"rate": "48610"
13931+
},
13932+
"out": {
13933+
"capacity": "3780000000",
13934+
"isEnabled": true,
13935+
"rate": "43750"
13936+
}
13937+
}
13938+
},
1391113939
"WETH": {
1391213940
"rateLimiterConfig": {
1391313941
"in": {
@@ -15824,6 +15852,20 @@
1582415852
}
1582515853
}
1582615854
},
15855+
"SLP": {
15856+
"rateLimiterConfig": {
15857+
"in": {
15858+
"capacity": "2000000000",
15859+
"isEnabled": true,
15860+
"rate": "23148"
15861+
},
15862+
"out": {
15863+
"capacity": "1800000000",
15864+
"isEnabled": true,
15865+
"rate": "20833"
15866+
}
15867+
}
15868+
},
1582715869
"USDC": {
1582815870
"rateLimiterConfig": {
1582915871
"in": {
@@ -15838,6 +15880,20 @@
1583815880
}
1583915881
}
1584015882
},
15883+
"WBTC": {
15884+
"rateLimiterConfig": {
15885+
"in": {
15886+
"capacity": "4200000000",
15887+
"isEnabled": true,
15888+
"rate": "48610"
15889+
},
15890+
"out": {
15891+
"capacity": "3780000000",
15892+
"isEnabled": true,
15893+
"rate": "43750"
15894+
}
15895+
}
15896+
},
1584115897
"WETH": {
1584215898
"rateLimiterConfig": {
1584315899
"in": {

src/config/data/ccip/v1_2_0/mainnet/tokens.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,6 +2465,26 @@
24652465
"tokenAddress": "0x71b690adae1eba2e1A5d8a7b51a037b39A4CF007"
24662466
}
24672467
},
2468+
"SLP": {
2469+
"mainnet": {
2470+
"allowListEnabled": false,
2471+
"decimals": 0,
2472+
"name": "Smooth Love Potion",
2473+
"poolAddress": "0x5d1F00E79Fd5Caa2C4a6e361671Eed445F5b2C46",
2474+
"poolType": "burnMint",
2475+
"symbol": "SLP",
2476+
"tokenAddress": "0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25"
2477+
},
2478+
"ronin-mainnet": {
2479+
"allowListEnabled": false,
2480+
"decimals": 0,
2481+
"name": "Smooth Love Potion",
2482+
"poolAddress": "0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c",
2483+
"poolType": "lockRelease",
2484+
"symbol": "SLP",
2485+
"tokenAddress": "0xa8754b9Fa15fc18BB59458815510E40a12cD2014"
2486+
}
2487+
},
24682488
"SolvBTC": {
24692489
"avalanche-mainnet": {
24702490
"allowListEnabled": false,
@@ -3408,6 +3428,24 @@
34083428
"poolType": "feeTokenOnly",
34093429
"symbol": "WBTC",
34103430
"tokenAddress": "0xF6D226f9Dc15d9bB51182815b320D3fBE324e1bA"
3431+
},
3432+
"mainnet": {
3433+
"allowListEnabled": false,
3434+
"decimals": 8,
3435+
"name": "Wrapped BTC",
3436+
"poolAddress": "0xF6698064776D521b0AFE469F30C40B39B4875b93",
3437+
"poolType": "lockRelease",
3438+
"symbol": "WBTC",
3439+
"tokenAddress": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
3440+
},
3441+
"ronin-mainnet": {
3442+
"allowListEnabled": false,
3443+
"decimals": 8,
3444+
"name": "Wrapped Bitcoin",
3445+
"poolAddress": "0x57C6e9E48476B4d08CeAc0ba885D34f7dE71F323",
3446+
"poolType": "burnMint",
3447+
"symbol": "WBTC",
3448+
"tokenAddress": "0xCa3Eb64F3DFd7861C76070e3d1492eE5ee20cdC3"
34113449
}
34123450
},
34133451
"WBTCN": {

0 commit comments

Comments
 (0)