Skip to content

Commit 0e1df89

Browse files
pano-skylakisPano Skylakis
andauthored
[NOJIRA][NO-CHANGELOG] Use wrapped-IMX enabled Router (#990)
Co-authored-by: Pano Skylakis <[email protected]>
1 parent fe294d2 commit 0e1df89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/internal/dex/sdk-sample-app/src/components/Example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export function Example() {
201201
</h3>
202202
<a
203203
className='underline text-blue-600 hover:text-blue-800 visited:text-purple-600'
204-
href={`https://immutable-testnet.blockscout.com/tx/${swapTransaction.transactionHash}`} target='_blank'>Transaction</a>
204+
href={`https://explorer.testnet.immutable.com/tx/${swapTransaction.transactionHash}`} target='_blank'>Transaction</a>
205205
</>
206206
)}
207207
</>

packages/internal/dex/sdk/src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const CONTRACTS_FOR_CHAIN_ID: Record<number, ExchangeContracts> = {
2323
multicall: '0xD17c98b38bA28c7eA1080317EB9AB2b9663BEd92',
2424
coreFactory: '0x8AC26EfCbf5D700b37A27aA00E6934e6904e7B8e',
2525
quoterV2: '0x0Afe6F5f4DC34461A801420634239FFaD50A2e44',
26-
peripheryRouter: '0x87854A7D4b9BaC3D37f4516A1Ac7F36fB5ad539f',
26+
peripheryRouter: '0x5893A5c7bc615Dfd36D7383366d00FFFca5f7178',
2727
secondaryFee: '0x5893A5c7bc615Dfd36D7383366d00FFFca5f7178',
2828
},
2929
};

0 commit comments

Comments
 (0)