Skip to content

Commit 47cc1ba

Browse files
authored
fix(mobula-state): add SUPEROETH, update FRAX ID, add FRAX.OLD to includes.json (#4378)
* fix(mobula-state): add SUPEROETH, update FRAX ID, add FRAX.OLD to includes.json * fix(mobula-state): add AGEUR/USD to includes.json * fix(mobula-state): add BTC/USD and correct USDZ ID in includes.json * fix(mobula-state): correct USDE ID to 137 in includes.json * fix(mobula-state): correct WSTETH ID to 9483 in includes.json
1 parent 55ece30 commit 47cc1ba

File tree

2 files changed

+65
-5
lines changed

2 files changed

+65
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/mobula-state-adapter': patch
3+
---
4+
5+
Add SUPEROETH/ETH and SUPEROETH/USD to includes.json (using same asset ID as SUPEROETHB: 102502963).

packages/sources/mobula-state/src/config/includes.json

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
}
2222
]
2323
},
24+
{
25+
"from": "AGEUR",
26+
"to": "USD",
27+
"includes": [
28+
{
29+
"from": "100000512",
30+
"to": "USD",
31+
"inverse": false
32+
}
33+
]
34+
},
2435
{
2536
"from": "ALETH",
2637
"to": "ETH",
@@ -576,7 +587,18 @@
576587
"to": "USD",
577588
"includes": [
578589
{
579-
"from": "100004858",
590+
"from": "100004855",
591+
"to": "USD",
592+
"inverse": false
593+
}
594+
]
595+
},
596+
{
597+
"from": "FRAX.OLD",
598+
"to": "USD",
599+
"includes": [
600+
{
601+
"from": "100004855",
580602
"to": "USD",
581603
"inverse": false
582604
}
@@ -1682,6 +1704,28 @@
16821704
}
16831705
]
16841706
},
1707+
{
1708+
"from": "SUPEROETH",
1709+
"to": "ETH",
1710+
"includes": [
1711+
{
1712+
"from": "102502963",
1713+
"to": "100004304",
1714+
"inverse": false
1715+
}
1716+
]
1717+
},
1718+
{
1719+
"from": "SUPEROETH",
1720+
"to": "USD",
1721+
"includes": [
1722+
{
1723+
"from": "102502963",
1724+
"to": "USD",
1725+
"inverse": false
1726+
}
1727+
]
1728+
},
16851729
{
16861730
"from": "SUPEROETHB",
16871731
"to": "ETH",
@@ -1951,7 +1995,7 @@
19511995
"to": "USD",
19521996
"includes": [
19531997
{
1954-
"from": "102484651",
1998+
"from": "137",
19551999
"to": "USD",
19562000
"inverse": false
19572001
}
@@ -2094,7 +2138,7 @@
20942138
"to": "USD",
20952139
"includes": [
20962140
{
2097-
"from": "102483988",
2141+
"from": "102483737",
20982142
"to": "USD",
20992143
"inverse": false
21002144
}
@@ -2270,7 +2314,7 @@
22702314
"to": "ETH",
22712315
"includes": [
22722316
{
2273-
"from": "102501417",
2317+
"from": "9483",
22742318
"to": "100004304",
22752319
"inverse": false
22762320
}
@@ -2281,7 +2325,7 @@
22812325
"to": "USD",
22822326
"includes": [
22832327
{
2284-
"from": "102501417",
2328+
"from": "9483",
22852329
"to": "USD",
22862330
"inverse": false
22872331
}
@@ -2430,6 +2474,17 @@
24302474
}
24312475
]
24322476
},
2477+
{
2478+
"from": "BTC",
2479+
"to": "USD",
2480+
"includes": [
2481+
{
2482+
"from": "100001656",
2483+
"to": "USD",
2484+
"inverse": false
2485+
}
2486+
]
2487+
},
24332488
{
24342489
"from": "BTC.B",
24352490
"to": "USD",

0 commit comments

Comments
 (0)