Skip to content

Commit 83be8c9

Browse files
authored
add honeypop (#15676)
1 parent c9c293f commit 83be8c9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

projects/helper/tokenMapping.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ const fixBalancesTokens = {
110110
YLDS: { coingeckoId: 'usd-coin', decimals: 0 },
111111
'pm.sale.pool.3dxq3fk9llvhrqqwhodiap': { coingeckoId: 'usd-coin', decimals: 0 },
112112
},
113+
scroll: {
114+
'0x056a5fa5da84ceb7f93d36e545c5905607d8bd81': { coingeckoId: "ether-fi", decimals: 18 },
115+
'0x03569cc076654f82679c4ba2124d64774781b01d': { coingeckoId: "liquity-bold", decimals: 18 },
116+
}
113117
}
114118

115119
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })

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)