Skip to content

Commit

Permalink
Fix router addresses for Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Meeseeks committed Feb 26, 2024
1 parent b46e25f commit a9f36cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crocswap-libs/sdk",
"version": "0.2.85",
"version": "0.2.86",
"description": "🛠🐊🛠 An SDK for building applications on top of CrocSwap",
"author": "Ben Wolski <[email protected]>",
"repository": "https://github.com/CrocSwap/sdk.git",
Expand Down
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const SEPOLIA_CHAIN: ChainSpec = {
dex: "0xFb8A46E7963E6397DBB4B2E1c0B3f0464fb5BDFF",
query: "0xDB182F4687708D0F5798c77b4d02ad3425f4B672",
impact: "0x80aEB76D091ecbEd3c609c0B794fC1A09B9cB8F4",
router: "0xfB5f26851E03449A0403Ca945eBB4201415fd1fc",
routerBypass: "0xED5535C6237f72BD9b4fDEAa3b6D8d9998b4C4e4"
router: "0x168dB7Ad649D9f7918028F709C5e2F245af284A4",
routerBypass: "0xBC3d1Bb2d8A59eb25DA1E527bF0cA62B44346EE1"
},
poolIndex: 36000,
isTestNet: true,
Expand Down

0 comments on commit a9f36cb

Please sign in to comment.