Skip to content

Commit 65068ea

Browse files
authored
minor fix (DefiLlama#9222)
* Added MANTA chain to QuickSwap * Added astar zkevm * Revert "Added astar zkevm" This reverts commit 5a08776. * Merge pull request #1 from DefiLlama/main Taking commits from base repo * Added astar zkevm * minor fix
1 parent fa294f6 commit 65068ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archway",
1111
"area",
1212
"astar",
13+
"astrzk",
1314
"aura",
1415
"aurora",
1516
"avax",

projects/quickswap-v3/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = uniV3Export({
55
dogechain: { factory: '0xd2480162aa7f02ead7bf4c127465446150d58452', fromBlock: 837574, isAlgebra: true, },
66
polygon_zkevm: { factory: '0x4B9f4d2435Ef65559567e5DbFC1BbB37abC43B57', fromBlock: 300, isAlgebra: true, },
77
manta: { factory: '0x56c2162254b0E4417288786eE402c2B41d4e181e', fromBlock: 357492, },
8+
astrzk: { factory: '0x56c2162254b0E4417288786eE402c2B41d4e181e', fromBlock: 93668, },
89
})
910

1011
async function tvl(_, _b, _cb, { api, }) {

0 commit comments

Comments
 (0)