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

Commit f6bb2c2

Browse files
committed
enable pyth on bera and honey
1 parent 0ed68f6 commit f6bb2c2

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

generated/ooga-booga.tokenlist.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": {
44
"major": 1,
55
"minor": 0,
6-
"patch": 6
6+
"patch": 8
77
},
88
"keywords": [
99
"Berachain",
@@ -17,14 +17,18 @@
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,
@@ -38,7 +42,10 @@
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,

src/tokenlists/ooga-booga/overwrites.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ import { Network, OverwritesForList } from '../../types'
22

33
export 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',

0 commit comments

Comments
 (0)