Skip to content

Commit

Permalink
Merge branch 'main' into gfletcher-cll-token-pools
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Jan 17, 2025
2 parents 302f3f2 + d109a71 commit 52ae75b
Show file tree
Hide file tree
Showing 28 changed files with 3,559 additions and 1,629 deletions.
176 changes: 158 additions & 18 deletions src/config/data/ccip/v1_2_0/mainnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@
"SolvBTC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "2500000000000000000",
"isEnabled": true,
"rate": "115740000000000"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "2500000000000000000",
"isEnabled": true,
"rate": "115740000000000"
}
}
},
Expand Down Expand Up @@ -1046,6 +1046,20 @@
},
"rmnPermeable": false,
"supportedTokens": {
"ALU": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"BETS": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -1200,6 +1214,20 @@
}
}
},
"TURBO": {
"rateLimiterConfig": {
"in": {
"capacity": "7000000000000000000000000",
"isEnabled": true,
"rate": "1944444400000000000000"
},
"out": {
"capacity": "7000000000000000000000000",
"isEnabled": true,
"rate": "1944444400000000000000"
}
}
},
"UNIO": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -4189,14 +4217,14 @@
"SolvBTC.BBN": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "15000000000000000000",
"isEnabled": true,
"rate": "694400000000000"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "15000000000000000000",
"isEnabled": true,
"rate": "694400000000000"
}
}
}
Expand Down Expand Up @@ -4436,6 +4464,20 @@
},
"rmnPermeable": false,
"supportedTokens": {
"ALU": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"BETS": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -4618,6 +4660,20 @@
}
}
},
"NEIRO": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"NUON": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -6998,6 +7054,20 @@
},
"rmnPermeable": false,
"supportedTokens": {
"ALU": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"BETS": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -7152,6 +7222,20 @@
}
}
},
"TURBO": {
"rateLimiterConfig": {
"in": {
"capacity": "7000000000000000000000000",
"isEnabled": true,
"rate": "1944444400000000000000"
},
"out": {
"capacity": "7000000000000000000000000",
"isEnabled": true,
"rate": "1944444400000000000000"
}
}
},
"UNIO": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -8118,6 +8202,20 @@
},
"rmnPermeable": false,
"supportedTokens": {
"ALU": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"BETS": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -8300,6 +8398,20 @@
}
}
},
"NEIRO": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"NUON": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -8723,14 +8835,14 @@
"SolvBTC": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "15000000000000000000",
"isEnabled": true,
"rate": "694400000000000"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
"capacity": "15000000000000000000",
"isEnabled": true,
"rate": "694400000000000"
}
}
},
Expand Down Expand Up @@ -9657,6 +9769,20 @@
"rate": "4630000000000000000"
}
}
},
"ZENT": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
},
Expand Down Expand Up @@ -10625,6 +10751,20 @@
"rate": "4630000000000000000"
}
}
},
"ZENT": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
}
}
}
Expand Down
79 changes: 69 additions & 10 deletions src/config/data/ccip/v1_2_0/mainnet/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"poolType": "burnMint",
"symbol": "ALU",
"tokenAddress": "0x91Ad1b44913cD1B8241A4Ff1e2EAa198DA6Bf4c9"
},
"mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Altura",
"poolAddress": "0x7Ee2788AecB35Be3F13FA1389c4f578a38d11332",
"poolType": "burnMint",
"symbol": "ALU",
"tokenAddress": "0x786A6743efe9500011C92c7D8540608a62382b6f"
}
},
"BETS": {
Expand Down Expand Up @@ -1313,6 +1322,26 @@
"tokenAddress": "0xE46a5E19B19711332e33F33c2DB3eA143e86Bc10"
}
},
"NEIRO": {
"ethereum-mainnet-base-1": {
"allowListEnabled": false,
"decimals": 9,
"name": "Neiro",
"poolAddress": "0x8f43e6A0E48c860946bbDeea28F1eE710FdCf6d4",
"poolType": "burnMint",
"symbol": "NEIRO",
"tokenAddress": "0x1d192a2f367DaF23540fFEAbF8dBe9B17803F00A"
},
"mainnet": {
"allowListEnabled": false,
"decimals": 9,
"name": "Neiro",
"poolAddress": "0x47158771e67e4bDdaFd0FBD36f26Db929420B26C",
"poolType": "lockRelease",
"symbol": "NEIRO",
"tokenAddress": "0xEE2a03Aa6Dacf51C18679C516ad5283d8E7C2637"
}
},
"NUON": {
"ethereum-mainnet-arbitrum-1": {
"allowListEnabled": false,
Expand Down Expand Up @@ -2120,6 +2149,26 @@
"tokenAddress": "0x27DfD2D7b85e0010542da35C6EBcD59E45fc949D"
}
},
"TURBO": {
"bsc-mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Turbo",
"poolAddress": "0xeA771EB68CcfE489cdA2713F4248CD512c880453",
"poolType": "burnMint",
"symbol": "TURBO",
"tokenAddress": "0x620a8b7Bd26b21d0d053ee9a05A593f35Bf37d8e"
},
"mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Turbo",
"poolAddress": "0x348540aa7b129b0F3c931FEDE811d009E0e18E60",
"poolType": "lockRelease",
"symbol": "TURBO",
"tokenAddress": "0xA35923162C49cF95e6BF26623385eb431ad920D3"
}
},
"una.USDC": {
"mainnet": {
"allowListEnabled": false,
Expand Down Expand Up @@ -2443,16 +2492,6 @@
}
},
"WASTR": {
"polkadot-mainnet-astar": {
"allowListEnabled": false,
"decimals": 18,
"name": "Wrapped Astar",
"poolType": "feeTokenOnly",
"symbol": "WASTR",
"tokenAddress": "0xAeaaf0e2c81Af264101B9129C00F4440cCF0F720"
}
},
"WASTR_new": {
"polkadot-mainnet-astar": {
"allowListEnabled": false,
"decimals": 18,
Expand Down Expand Up @@ -2916,6 +2955,26 @@
"tokenAddress": "0x8Fe815417913a93Ea99049FC0718ee1647A2a07c"
}
},
"ZENT": {
"mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Zentry",
"poolAddress": "0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3",
"poolType": "lockRelease",
"symbol": "ZENT",
"tokenAddress": "0xdBB7a34Bf10169d6d2D0d02A6cbb436cF4381BFa"
},
"ronin-mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Zentry",
"poolAddress": "0x52fEd5115D8B7397C09eb4ce2f0a99739891D6B8",
"poolType": "burnMint",
"symbol": "ZENT",
"tokenAddress": "0x9f28c9C2dA4A833cbFaAacbf7eB62267334d7149"
}
},
"ZUN": {
"ethereum-mainnet-arbitrum-1": {
"allowListEnabled": false,
Expand Down
4 changes: 4 additions & 0 deletions src/config/sidebar/ccip/api-reference/v1_5_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"title": "Client Library",
"url": "ccip/api-reference/v1.5.0/client"
},
{
"title": "ITypeAndVersion",
"url": "ccip/api-reference/v1.5.0/i-type-and-version"
},
{
"title": "IRouterClient",
"url": "ccip/api-reference/v1.5.0/i-router-client"
Expand Down
Loading

0 comments on commit 52ae75b

Please sign in to comment.