Skip to content

Commit ad3b1d2

Browse files
committed
add honeypop
1 parent 23b53c5 commit ad3b1d2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

projects/helper/tokenMapping.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ const fixBalancesTokens = {
8686
'0x0000000000000000000000000000000000001013': { coingeckoId: "liquid-hydra", decimals: 18 },
8787
'0xbbf6f2d2d462185df545c744974b7eb6ddadfcfd': { coingeckoId: "usd-coin", decimals: 6 },
8888
'0xb8043294eff43bcd01bd33968c7ae9dbc6a4bf8b': { coingeckoId: "wrapped-bitcoin", decimals: 8 },
89+
},
90+
scroll: {
91+
'0xdb9e8f82d6d45fff803161f2a5f75543972b229a': { coingeckoId: "quill-usdq", decimals: 18 },
92+
'0x056a5fa5da84ceb7f93d36e545c5905607d8bd81': { coingeckoId: "ether-fi", decimals: 18 },
93+
'0x03569cc076654f82679c4ba2124d64774781b01d': { coingeckoId: "liquity-bold", decimals: 18 },
8994
}
9095
}
9196

projects/honeypop/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
3+
module.exports = {
4+
...uniV3Export({
5+
scroll: {
6+
factory: '0x1d25AF2b0992bf227b350860Ea80Bad47382CAf6',
7+
fromBlock: 14223999
8+
},
9+
})
10+
}

0 commit comments

Comments
 (0)