Skip to content

Commit

Permalink
[NOJIRA][NO-CHANGELOG] Use wrapped-IMX enabled Router (#990)
Browse files Browse the repository at this point in the history
Co-authored-by: Pano Skylakis <pano.skylakis@immutable.com>
  • Loading branch information
pano-skylakis and Pano Skylakis committed Oct 16, 2023
1 parent fe294d2 commit 0e1df89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export function Example() {
</h3>
<a
className='underline text-blue-600 hover:text-blue-800 visited:text-purple-600'
href={`https://immutable-testnet.blockscout.com/tx/${swapTransaction.transactionHash}`} target='_blank'>Transaction</a>
href={`https://explorer.testnet.immutable.com/tx/${swapTransaction.transactionHash}`} target='_blank'>Transaction</a>
</>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/dex/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CONTRACTS_FOR_CHAIN_ID: Record<number, ExchangeContracts> = {
multicall: '0xD17c98b38bA28c7eA1080317EB9AB2b9663BEd92',
coreFactory: '0x8AC26EfCbf5D700b37A27aA00E6934e6904e7B8e',
quoterV2: '0x0Afe6F5f4DC34461A801420634239FFaD50A2e44',
peripheryRouter: '0x87854A7D4b9BaC3D37f4516A1Ac7F36fB5ad539f',
peripheryRouter: '0x5893A5c7bc615Dfd36D7383366d00FFFca5f7178',
secondaryFee: '0x5893A5c7bc615Dfd36D7383366d00FFFca5f7178',
},
};
Expand Down

0 comments on commit 0e1df89

Please sign in to comment.