@subwallet/chain-list 0.2.19-beta.0 → 0.2.20-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,6 +55,7 @@
55
55
  },
56
56
  "USDT-Tether": {
57
57
  "slug": "USDT-Tether",
58
+ "originChainAsset": null,
58
59
  "name": "Tether",
59
60
  "symbol": "USDT",
60
61
  "priceId": "tether",
@@ -81,6 +82,7 @@
81
82
  },
82
83
  "DAI-DaiStablecoin": {
83
84
  "slug": "DAI-DaiStablecoin",
85
+ "originChainAsset": null,
84
86
  "name": "Dai Stablecoin",
85
87
  "symbol": "DAI",
86
88
  "priceId": "dai",
@@ -107,7 +109,7 @@
107
109
  },
108
110
  "BOBA-BobaToken": {
109
111
  "slug": "BOBA-BobaToken",
110
- "originChainAsset": "bobabeam-NATIVE-BOBA",
112
+ "originChainAsset": null,
111
113
  "name": "Boba Token",
112
114
  "symbol": "BOBA",
113
115
  "priceId": "boba-network",
@@ -143,6 +145,7 @@
143
145
  },
144
146
  "USDD-DecentralizedUSD": {
145
147
  "slug": "USDD-DecentralizedUSD",
148
+ "originChainAsset": null,
146
149
  "name": "Decentralized USD",
147
150
  "symbol": "USDD",
148
151
  "priceId": "usdd",
@@ -169,6 +172,7 @@
169
172
  },
170
173
  "PKEX-PolkaEx": {
171
174
  "slug": "PKEX-PolkaEx",
175
+ "originChainAsset": null,
172
176
  "name": "PolkaEx",
173
177
  "symbol": "PKEX",
174
178
  "priceId": "polkaex",
@@ -213,6 +217,7 @@
213
217
  },
214
218
  "aUSD-KaruraDollar": {
215
219
  "slug": "aUSD-KaruraDollar",
220
+ "originChainAsset": null,
216
221
  "name": "Karura Dollar",
217
222
  "symbol": "aUSD",
218
223
  "priceId": "acala-dollar",
@@ -266,6 +271,7 @@
266
271
  },
267
272
  "USDC-USDCoin": {
268
273
  "slug": "USDC-USDCoin",
274
+ "originChainAsset": null,
269
275
  "name": "USDC",
270
276
  "symbol": "USDC",
271
277
  "priceId": "usd-coin",
@@ -292,6 +298,7 @@
292
298
  },
293
299
  "WBTC-WrappedBTC": {
294
300
  "slug": "WBTC-WrappedBTC",
301
+ "originChainAsset": null,
295
302
  "name": "Wrapped BTC",
296
303
  "symbol": "WBTC",
297
304
  "priceId": "wrapped-bitcoin",
@@ -309,6 +316,7 @@
309
316
  },
310
317
  "aUSD-AcalaDollar": {
311
318
  "slug": "aUSD-AcalaDollar",
319
+ "originChainAsset": null,
312
320
  "name": "Acala Dollar",
313
321
  "symbol": "aUSD",
314
322
  "priceId": "acala-dollar-acala",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.19-beta.0",
23
+ "version": "0.2.20-beta.3",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.19-beta.0'
10
+ version: '0.2.20-beta.3'
11
11
  };