Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 2377ff6

Browse files
committed
feat(price): add bitcoin in cartio
1 parent ef40ceb commit 2377ff6

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

generated/berachain-bex.tokenlist.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": {
44
"major": 1,
55
"minor": 0,
6-
"patch": 4
6+
"patch": 5
77
},
88
"keywords": [
99
"Berachain",
@@ -17,7 +17,7 @@
1717
"Swap"
1818
],
1919
"logoURI": "",
20-
"timestamp": "2024-12-19T17:11:37.607Z",
20+
"timestamp": "2025-01-11T20:48:46.570Z",
2121
"tokens": [
2222
{
2323
"chainId": 80000,
@@ -65,6 +65,17 @@
6565
"name": "Honey",
6666
"symbol": "HONEY",
6767
"decimals": 18
68+
},
69+
{
70+
"chainId": 80000,
71+
"address": "0xFa5bf670A92AfF186E5176aA55690E0277010040",
72+
"name": "Wrapped BTC",
73+
"symbol": "WBTC",
74+
"decimals": 8,
75+
"extensions": {
76+
"coingeckoId": "bitcoin",
77+
"pythPriceId": "0xc5e0e0c92116c0c070a242b254270441a6201af680a33e0381561c59db3266c9"
78+
}
6879
}
6980
]
7081
}

src/tokenlists/berachain-bex/overwrites.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ export const overwrites: OverwritesForList = {
2323
'0x9d4294bbcd1174d6f2003ec365831e64cc31d9f6f15a2b85399db8d5000960f6', // WETH/USD
2424
},
2525
},
26+
'0xFa5bf670A92AfF186E5176aA55690E0277010040': {
27+
extensions: {
28+
coingeckoId: 'bitcoin',
29+
pythPriceId:
30+
'0xc5e0e0c92116c0c070a242b254270441a6201af680a33e0381561c59db3266c9', // WBTC/USD
31+
},
32+
},
2633
},
2734
}

src/tokenlists/berachain-bex/tokens/cartio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export default [
44
'0x2d93FbcE4CffC15DD385A80B3f4CC1D4E76C38b3', // WETH
55
'0x6969696969696969696969696969696969696969', // WBERA
66
'0xd137593CDB341CcC78426c54Fb98435C60Da193c', // HONEY
7+
'0xFa5bf670A92AfF186E5176aA55690E0277010040', // WBTC
78
]

0 commit comments

Comments
 (0)