Skip to content

Commit

Permalink
add sanko
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Jun 17, 2024
1 parent e314a07 commit 9711915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions projects/helper/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,6 @@
"zksync",
"zora",
"zyx",
"joltify"
]
"joltify",
"sanko"
]
3 changes: 2 additions & 1 deletion projects/sudoswap-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ const config = {
ethereum: { target: '0xA020d57aB0448Ef74115c112D18a9C231CC86000', fromBlock: 17309203 },
arbitrum: { target: '0x4f1627be4C72aEB9565D4c751550C4D262a96B51', fromBlock: 168473054 },
base: { target: '0x605145d263482684590f630e9e581b21e4938eb8', fromBlock: 7529192 },
sanko: { target: '0x5bfE2ef160EaaAa4aFa89A8fa09775b6580162c9', fromBlock: 5317 },
}

Object.keys(config).forEach(chain => {
module.exports[chain] = { tvl }
})
})

0 comments on commit 9711915

Please sign in to comment.