@subwallet/chain-list 0.2.67-beta.0 → 0.2.67-beta.1

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.
@@ -12598,6 +12598,36 @@
12598
12598
  multiChainAsset: null,
12599
12599
  hasValue: false,
12600
12600
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-weth-0xfff9976782d46cc05630d1f6ebab18b2324d6b14.png"
12601
+ },
12602
+ "bitcoin-MEME•MINT•MILLION-840000:212": {
12603
+ originChain: "bitcoin",
12604
+ slug: "bitcoin-MEME•MINT•MILLION-840000:212",
12605
+ name: "MEME•MINT•MILLION",
12606
+ symbol: "MEME•MINT•MILLION",
12607
+ decimals: 3,
12608
+ priceId: null,
12609
+ minAmount: "0",
12610
+ assetType: "RUNE",
12611
+ metadata: {
12612
+ runeId: "840000:212"
12613
+ },
12614
+ multiChainAsset: null,
12615
+ hasValue: true,
12616
+ icon: null
12617
+ },
12618
+ "bitcoin-BRC20-fake": {
12619
+ originChain: "bitcoin",
12620
+ slug: "bitcoin-BRC20-fake",
12621
+ name: "fake",
12622
+ symbol: "fake",
12623
+ decimals: 18,
12624
+ priceId: null,
12625
+ minAmount: "0",
12626
+ assetType: "BRC20",
12627
+ metadata: null,
12628
+ multiChainAsset: null,
12629
+ hasValue: true,
12630
+ icon: null
12601
12631
  }
12602
12632
  };
12603
12633
 
@@ -10258,5 +10258,35 @@
10258
10258
  "multiChainAsset": null,
10259
10259
  "hasValue": false,
10260
10260
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-weth-0xfff9976782d46cc05630d1f6ebab18b2324d6b14.png"
10261
+ },
10262
+ "bitcoin-MEME•MINT•MILLION-840000:212": {
10263
+ "originChain": "bitcoin",
10264
+ "slug": "bitcoin-MEME•MINT•MILLION-840000:212",
10265
+ "name": "MEME•MINT•MILLION",
10266
+ "symbol": "MEME•MINT•MILLION",
10267
+ "decimals": 3,
10268
+ "priceId": null,
10269
+ "minAmount": "0",
10270
+ "assetType": "RUNE",
10271
+ "metadata": {
10272
+ "runeId": "840000:212"
10273
+ },
10274
+ "multiChainAsset": null,
10275
+ "hasValue": true,
10276
+ "icon": null
10277
+ },
10278
+ "bitcoin-BRC20-fake": {
10279
+ "originChain": "bitcoin",
10280
+ "slug": "bitcoin-BRC20-fake",
10281
+ "name": "fake",
10282
+ "symbol": "fake",
10283
+ "decimals": 18,
10284
+ "priceId": null,
10285
+ "minAmount": "0",
10286
+ "assetType": "BRC20",
10287
+ "metadata": null,
10288
+ "multiChainAsset": null,
10289
+ "hasValue": true,
10290
+ "icon": null
10261
10291
  }
10262
10292
  }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.67-beta.0'
16
+ version: '0.2.67-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -10258,5 +10258,35 @@
10258
10258
  "multiChainAsset": null,
10259
10259
  "hasValue": false,
10260
10260
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-weth-0xfff9976782d46cc05630d1f6ebab18b2324d6b14.png"
10261
+ },
10262
+ "bitcoin-MEME•MINT•MILLION-840000:212": {
10263
+ "originChain": "bitcoin",
10264
+ "slug": "bitcoin-MEME•MINT•MILLION-840000:212",
10265
+ "name": "MEME•MINT•MILLION",
10266
+ "symbol": "MEME•MINT•MILLION",
10267
+ "decimals": 3,
10268
+ "priceId": null,
10269
+ "minAmount": "0",
10270
+ "assetType": "RUNE",
10271
+ "metadata": {
10272
+ "runeId": "840000:212"
10273
+ },
10274
+ "multiChainAsset": null,
10275
+ "hasValue": true,
10276
+ "icon": null
10277
+ },
10278
+ "bitcoin-BRC20-fake": {
10279
+ "originChain": "bitcoin",
10280
+ "slug": "bitcoin-BRC20-fake",
10281
+ "name": "fake",
10282
+ "symbol": "fake",
10283
+ "decimals": 18,
10284
+ "priceId": null,
10285
+ "minAmount": "0",
10286
+ "assetType": "BRC20",
10287
+ "metadata": null,
10288
+ "multiChainAsset": null,
10289
+ "hasValue": true,
10290
+ "icon": null
10261
10291
  }
10262
10292
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.67-beta.0",
23
+ "version": "0.2.67-beta.1",
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.67-beta.0'
10
+ version: '0.2.67-beta.1'
11
11
  };