Skip to content

Commit

Permalink
Merge pull request paraswap#422 from paraswap/aburkut/back-1154-updat…
Browse files Browse the repository at this point in the history
…e-for-spirit-swap-v3

BACK-1154: change SpiritSwap V3 addresses
  • Loading branch information
aburkut authored Jun 22, 2023
2 parents c233acc + d38b3a0 commit 41537b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.22.1",
"version": "2.22.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
8 changes: 4 additions & 4 deletions src/dex/quickswap/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export const QuickSwapConfig: DexConfigMap<DexParams> = {
},
SpiritSwapV3: {
[Network.FANTOM]: {
factoryAddress: '0xC58A98644fCeee73bc2B6d349B3102627e2Ec58e',
router: '0x03108EDEd4902e89781839c885496c6de9D21956',
quoteAddress: '0xc4D1310D60A36c7d849A332Be8Dcff29603fe907',
factoryAddress: '0x7c1864d96A1AeD6F171BE1880CA9c2c51846E502',
router: '0x940438cEd3062E3F7aE311c789FA9dDd3a5eA951',
quoteAddress: '0x2E0e6a11609003Ca596F143d40e6b62eE92c501A',
initCode:
'0xa360004fb86ddf4cd7fe9aa67d0c6a7f7812d9069142659003dc503e1d7d241f',
'0xbce37a54eab2fcd71913a0d40723e04238970e7fc1159bfd58ad5b79531697e7',
},
},
};

0 comments on commit 41537b9

Please sign in to comment.