Skip to content

Commit 799d051

Browse files
committed
track bouncebit bitswap
1 parent d67f576 commit 799d051

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

projects/bitswap-bb-v2/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const { uniTvlExport } = require('../helper/unknownTokens')
2+
3+
module.exports = uniTvlExport('bouncebit', '0x6d2Ae8505Ab39c9cF94abf69d75acc6115C2E3c0')

projects/bitswap-bb-v3/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
3+
module.exports = uniV3Export({
4+
bouncebit: { factory: '0x30a326d09E01d7960a0A2639c8F13362e6cd304A', fromBlock: 218667, },
5+
})

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"bone",
4040
"borrowed",
4141
"bostrom",
42+
"bouncebit",
4243
"bsc",
4344
"bsquared",
4445
"btr",

projects/helper/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const DEFAULTS = {
1515
BSQUARED_RPC: "https://rpc.bsquared.network,https://b2-mainnet.alt.technology", // add manually, short name is b2-mainnet
1616
BTR_RPC_MULTICALL: '0xc8818aaeaBF0dF9f3f3ffF54Ab185705177A6234',
1717
DEFICHAIN_EVM_RPC_MULTICALL: '0x7fEf77CDe3B41221Cff54B84Ea89D2EBc6b53352',
18+
BOUNCEBIT_RPC_MULTICALL: '0x493d616f5F9a64e5B3D527120E406439bdF29272',
1819
}
1920

2021
const ENV_KEYS = [

projects/helper/tokenMapping.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ const fixBalancesTokens = {
9898
},
9999
cyeth: {
100100
'0x4200000000000000000000000000000000000006': { coingeckoId: 'ethereum', decimals: 18 },
101+
},
102+
bouncebit: {
103+
'0xf4c20e5004c6fdcdda920bdd491ba8c98a9c5863': { coingeckoId: 'bouncebit', decimals: 18 },
101104
}
102105
}
103106

0 commit comments

Comments
 (0)