Skip to content

Commit

Permalink
🆕 update ccip token pool addresses [skip cypress] (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi authored Jan 27, 2025
1 parent 26cee53 commit 82e5eaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/transactions/Bridge/BridgeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const prodConfig: Config[] = [
{
sourceChainId: ChainId.mainnet,
chainSelector: '5009297550715157269',
lockReleaseTokenPool: '0x5756880b6a1eaba0175227bf02a7e87c1e02b28c', // TODO: address book
lockReleaseTokenPool: '0x06179f7C1be40863405f374E7f5F8806c728660A', // TODO: address book
router: '0x80226fc0ee2b096224eeac085bb9a8cba1146f7d',
tokenOracle: '0x3f12643d3f6f874d39c2a4c9f2cd6f2dbac877fc',
wrappedNativeOracle: AaveV3Ethereum.ASSETS.WETH.ORACLE,
Expand Down Expand Up @@ -77,7 +77,7 @@ const prodConfig: Config[] = [
{
sourceChainId: ChainId.arbitrum_one,
chainSelector: '4949039107694359620',
burnMintTokenPool: '0xf168b83598516a532a85995b52504a2fa058c068', // TODO: address book
burnMintTokenPool: '0xB94Ab28c6869466a46a42abA834ca2B3cECCA5eB', // TODO: address book
router: '0x141fa059441e0ca23ce184b6a78bafd2a517dde8',
tokenOracle: '0xb05984ad83c20b3ade7bf97a9a0cb539dde28dbb',
wrappedNativeOracle: AaveV3Arbitrum.ASSETS.WETH.ORACLE,
Expand Down Expand Up @@ -117,7 +117,7 @@ const prodConfig: Config[] = [
const testnetConfig: Config[] = [
{
sourceChainId: ChainId.sepolia,
lockReleaseTokenPool: '0x7768248E1Ff75612c18324bad06bb393c1206980',
lockReleaseTokenPool: '0xd8bDb685320f7118085d5C8D0c2016A644881D40',
chainSelector: '16015286601757825753',
router: '0x0BF3dE8c5D3e8A2B34D2BEeB17ABfCeBaf363A59',
tokenOracle: '0x98458D6A99489F15e6eB5aFa67ACFAcf6F211051', // mock oracle
Expand Down Expand Up @@ -155,7 +155,7 @@ const testnetConfig: Config[] = [
},
{
sourceChainId: ChainId.arbitrum_sepolia,
burnMintTokenPool: '0x3eC2b6F818B72442fc36561e9F930DD2b60957D2',
burnMintTokenPool: '0xb4A1e95A2FA7ed83195C6c16660fCCa720163FF6',
chainSelector: '3478487238524512106',
router: '0x2a9C5afB0d0e4BAb2BCdaE109EC4b0c4Be15a165',
tokenOracle: '0x1f885520b7BD528E46b390040F12E753Dce43004', // mock oracle
Expand Down

1 comment on commit 82e5eaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.