Skip to content

Commit 82e5eaf

Browse files
authored
🆕 update ccip token pool addresses [skip cypress] (#2319)
1 parent 26cee53 commit 82e5eaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/transactions/Bridge/BridgeConfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const prodConfig: Config[] = [
3939
{
4040
sourceChainId: ChainId.mainnet,
4141
chainSelector: '5009297550715157269',
42-
lockReleaseTokenPool: '0x5756880b6a1eaba0175227bf02a7e87c1e02b28c', // TODO: address book
42+
lockReleaseTokenPool: '0x06179f7C1be40863405f374E7f5F8806c728660A', // TODO: address book
4343
router: '0x80226fc0ee2b096224eeac085bb9a8cba1146f7d',
4444
tokenOracle: '0x3f12643d3f6f874d39c2a4c9f2cd6f2dbac877fc',
4545
wrappedNativeOracle: AaveV3Ethereum.ASSETS.WETH.ORACLE,
@@ -77,7 +77,7 @@ const prodConfig: Config[] = [
7777
{
7878
sourceChainId: ChainId.arbitrum_one,
7979
chainSelector: '4949039107694359620',
80-
burnMintTokenPool: '0xf168b83598516a532a85995b52504a2fa058c068', // TODO: address book
80+
burnMintTokenPool: '0xB94Ab28c6869466a46a42abA834ca2B3cECCA5eB', // TODO: address book
8181
router: '0x141fa059441e0ca23ce184b6a78bafd2a517dde8',
8282
tokenOracle: '0xb05984ad83c20b3ade7bf97a9a0cb539dde28dbb',
8383
wrappedNativeOracle: AaveV3Arbitrum.ASSETS.WETH.ORACLE,
@@ -117,7 +117,7 @@ const prodConfig: Config[] = [
117117
const testnetConfig: Config[] = [
118118
{
119119
sourceChainId: ChainId.sepolia,
120-
lockReleaseTokenPool: '0x7768248E1Ff75612c18324bad06bb393c1206980',
120+
lockReleaseTokenPool: '0xd8bDb685320f7118085d5C8D0c2016A644881D40',
121121
chainSelector: '16015286601757825753',
122122
router: '0x0BF3dE8c5D3e8A2B34D2BEeB17ABfCeBaf363A59',
123123
tokenOracle: '0x98458D6A99489F15e6eB5aFa67ACFAcf6F211051', // mock oracle
@@ -155,7 +155,7 @@ const testnetConfig: Config[] = [
155155
},
156156
{
157157
sourceChainId: ChainId.arbitrum_sepolia,
158-
burnMintTokenPool: '0x3eC2b6F818B72442fc36561e9F930DD2b60957D2',
158+
burnMintTokenPool: '0xb4A1e95A2FA7ed83195C6c16660fCCa720163FF6',
159159
chainSelector: '3478487238524512106',
160160
router: '0x2a9C5afB0d0e4BAb2BCdaE109EC4b0c4Be15a165',
161161
tokenOracle: '0x1f885520b7BD528E46b390040F12E753Dce43004', // mock oracle

0 commit comments

Comments
 (0)