diff --git a/.changeset/mobula-includes-additions.md b/.changeset/mobula-includes-additions.md new file mode 100644 index 0000000000..2e34cc8942 --- /dev/null +++ b/.changeset/mobula-includes-additions.md @@ -0,0 +1,5 @@ +--- +'@chainlink/mobula-state-adapter': patch +--- + +Add missing production pairs and regression fixes to includes.json (AGEUR, EURA, APU, 21BTC, BOLD, KUDAI, METRO, SRM, XSGD, BTC.B, BTCB, USDM) diff --git a/packages/sources/mobula-state/src/config/includes.json b/packages/sources/mobula-state/src/config/includes.json index 0bf7bd13ae..cd2d80c9e1 100644 --- a/packages/sources/mobula-state/src/config/includes.json +++ b/packages/sources/mobula-state/src/config/includes.json @@ -70,7 +70,7 @@ "to": "USD", "includes": [ { - "from": "60896", + "from": "914", "to": "USD", "inverse": false } @@ -175,17 +175,6 @@ } ] }, - { - "from": "BTC", - "to": "USD", - "includes": [ - { - "from": "100001656", - "to": "USD", - "inverse": false - } - ] - }, { "from": "BUDDY", "to": "USD", @@ -296,6 +285,17 @@ } ] }, + { + "from": "CBETH", + "to": "USD", + "includes": [ + { + "from": "100029813", + "to": "USD", + "inverse": false + } + ] + }, { "from": "CBXRP", "to": "ETH", @@ -521,7 +521,7 @@ "to": "USD", "includes": [ { - "from": "102478915", + "from": "102500349", "to": "USD", "inverse": false } @@ -719,7 +719,7 @@ "to": "USD", "includes": [ { - "from": "3248", + "from": "102479726", "to": "USD", "inverse": false } @@ -2028,7 +2028,7 @@ "to": "USD", "includes": [ { - "from": "102483988", + "from": "102483737", "to": "USD", "inverse": false } @@ -2133,23 +2133,12 @@ } ] }, - { - "from": "WBTC", - "to": "BTC", - "includes": [ - { - "from": "9993", - "to": "100001656", - "inverse": false - } - ] - }, { "from": "WBTC", "to": "ETH", "includes": [ { - "from": "9993", + "from": "100001656", "to": "100004304", "inverse": false } @@ -2363,5 +2352,126 @@ "inverse": false } ] + }, + { + "from": "BTC.B", + "to": "USD", + "includes": [ + { + "from": "101650461", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "BTCB", + "to": "USD", + "includes": [ + { + "from": "102500249", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "USDM", + "to": "USD", + "includes": [ + { + "from": "6038", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "21BTC", + "to": "USD", + "includes": [ + { + "from": "102482302", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "APU", + "to": "USD", + "includes": [ + { + "from": "102480878", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "BOLD", + "to": "USD", + "includes": [ + { + "from": "63471", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "EURA", + "to": "USD", + "includes": [ + { + "from": "100000512", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "KUDAI", + "to": "USD", + "includes": [ + { + "from": "102501730", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "METRO", + "to": "USD", + "includes": [ + { + "from": "102503398", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "SRM", + "to": "USD", + "includes": [ + { + "from": "100010390", + "to": "USD", + "inverse": false + } + ] + }, + { + "from": "XSGD", + "to": "USD", + "includes": [ + { + "from": "100013108", + "to": "USD", + "inverse": false + } + ] } ]