This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-16
lines changed
src/tokenlists/ooga-booga Expand file tree Collapse file tree 2 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 33 "version" : {
44 "major" : 1 ,
55 "minor" : 0 ,
6- "patch" : 6
6+ "patch" : 8
77 },
88 "keywords" : [
99 " Berachain" ,
1717 " Swap"
1818 ],
1919 "logoURI" : " " ,
20- "timestamp" : " 2025-02-06T03:08:29.584Z " ,
20+ "timestamp" : " 2025-02-06T20:00:04.955Z " ,
2121 "tokens" : [
2222 {
2323 "chainId" : 80094 ,
2424 "address" : " 0x6969696969696969696969696969696969696969" ,
2525 "name" : " Wrapped Bera" ,
2626 "symbol" : " WBERA" ,
27- "decimals" : 18
27+ "decimals" : 18 ,
28+ "extensions" : {
29+ "coingeckoId" : " berachain-bera" ,
30+ "pythPriceId" : " 0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265"
31+ }
2832 },
2933 {
3034 "chainId" : 80094 ,
3842 "address" : " 0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce" ,
3943 "name" : " Honey" ,
4044 "symbol" : " HONEY" ,
41- "decimals" : 18
45+ "decimals" : 18 ,
46+ "extensions" : {
47+ "pythPriceId" : " 0xf67b033925d73d43ba4401e00308d9b0f26ab4fbd1250e8b5407b9eaade7e1f4"
48+ }
4249 },
4350 {
4451 "chainId" : 80094 ,
Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ import { Network, OverwritesForList } from '../../types'
22
33export const overwrites : OverwritesForList = {
44 [ Network . OogaBooga ] : {
5- // '0x6969696969696969696969696969696969696969': {
6- // extensions: {
7- // pythPriceId:
8- // '0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265', // WBERA/USD,
9- // },
10- // },
11- // '0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce': {
12- // extensions: {
13- // pythPriceId:
14- // '0xf67b033925d73d43ba4401e00308d9b0f26ab4fbd1250e8b5407b9eaade7e1f4', // HONEY/USD,
15- // },
16- // },
5+ '0x6969696969696969696969696969696969696969' : {
6+ extensions : {
7+ coingeckoId : 'berachain-bera' ,
8+ pythPriceId :
9+ '0x962088abcfdbdb6e30db2e340c8cf887d9efb311b1f2f17b155a63dbb6d40265' , // WBERA/USD,
10+ } ,
11+ } ,
12+ '0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce' : {
13+ extensions : {
14+ pythPriceId :
15+ '0xf67b033925d73d43ba4401e00308d9b0f26ab4fbd1250e8b5407b9eaade7e1f4' , // HONEY/USD,
16+ } ,
17+ } ,
1718 '0x549943e04f40284185054145c6E4e9568C1D3241' : {
1819 extensions : {
1920 coingeckoId : 'usd-coin' ,
You can’t perform that action at this time.
0 commit comments