Skip to content

Commit 10e82ee

Browse files
fix(mobula-state): correct WBTC asset ID in includes.json for consistency (#4359)
* fix(mobula-state): correct WBTC asset ID in includes.json for consistency * fix(mobula-state): add DJT and PYUSD to includes.json * fix(mobula-state): add AI16Z, THBILL, WSTHYPE/USD, BOTANIXPBTC, USD1 to includes.json --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 7e84a89 commit 10e82ee

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
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+
Fix WBTC asset ID consistency in includes.json - WBTC/USD now uses the correct asset ID (100001656) matching WBTC/ETH.

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

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
}
1111
]
1212
},
13+
{
14+
"from": "AI16Z",
15+
"to": "USD",
16+
"includes": [
17+
{
18+
"from": "102499018",
19+
"to": "USD",
20+
"inverse": false
21+
}
22+
]
23+
},
1324
{
1425
"from": "ALETH",
1526
"to": "ETH",
@@ -142,6 +153,17 @@
142153
}
143154
]
144155
},
156+
{
157+
"from": "BOTANIXPBTC",
158+
"to": "USD",
159+
"includes": [
160+
{
161+
"from": "61216",
162+
"to": "USD",
163+
"inverse": false
164+
}
165+
]
166+
},
145167
{
146168
"from": "BR",
147169
"to": "USD",
@@ -406,6 +428,17 @@
406428
}
407429
]
408430
},
431+
{
432+
"from": "DJT",
433+
"to": "USD",
434+
"includes": [
435+
{
436+
"from": "102498893",
437+
"to": "USD",
438+
"inverse": false
439+
}
440+
]
441+
},
409442
{
410443
"from": "EBTC",
411444
"to": "BTC",
@@ -1286,6 +1319,17 @@
12861319
}
12871320
]
12881321
},
1322+
{
1323+
"from": "PYUSD",
1324+
"to": "USD",
1325+
"includes": [
1326+
{
1327+
"from": "102502671",
1328+
"to": "USD",
1329+
"inverse": false
1330+
}
1331+
]
1332+
},
12891333
{
12901334
"from": "RAI",
12911335
"to": "ETH",
@@ -1770,6 +1814,17 @@
17701814
}
17711815
]
17721816
},
1817+
{
1818+
"from": "THBILL",
1819+
"to": "USD",
1820+
"includes": [
1821+
{
1822+
"from": "63417",
1823+
"to": "USD",
1824+
"inverse": false
1825+
}
1826+
]
1827+
},
17731828
{
17741829
"from": "TKX",
17751830
"to": "USD",
@@ -1858,6 +1913,17 @@
18581913
}
18591914
]
18601915
},
1916+
{
1917+
"from": "USD1",
1918+
"to": "USD",
1919+
"includes": [
1920+
{
1921+
"from": "102504327",
1922+
"to": "USD",
1923+
"inverse": false
1924+
}
1925+
]
1926+
},
18611927
{
18621928
"from": "USDA",
18631929
"to": "USD",
@@ -2149,7 +2215,7 @@
21492215
"to": "USD",
21502216
"includes": [
21512217
{
2152-
"from": "102502254",
2218+
"from": "100001656",
21532219
"to": "USD",
21542220
"inverse": false
21552221
}
@@ -2232,6 +2298,17 @@
22322298
}
22332299
]
22342300
},
2301+
{
2302+
"from": "WSTHYPE",
2303+
"to": "USD",
2304+
"includes": [
2305+
{
2306+
"from": "102503958",
2307+
"to": "USD",
2308+
"inverse": false
2309+
}
2310+
]
2311+
},
22352312
{
22362313
"from": "X33",
22372314
"to": "USD",

0 commit comments

Comments
 (0)