@subwallet/chain-list 0.2.122-beta.2-pr-614-fa78fcdd → 0.2.122-beta.5-pr-614-66bfe54a

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.
@@ -13283,5 +13283,62 @@
13283
13283
  "bitcoinInfo": null,
13284
13284
  "tonInfo": null,
13285
13285
  "cardanoInfo": null
13286
+ },
13287
+ "monad": {
13288
+ "slug": "monad",
13289
+ "name": "Monad Mainnet",
13290
+ "isTestnet": false,
13291
+ "chainStatus": "ACTIVE",
13292
+ "icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
13293
+ "providers": {
13294
+ "MonadRPC": "https://rpc.monad.xyz/",
13295
+ "MonadRPC1": "https://rpc1.monad.xyz/",
13296
+ "MonadRPC3": "https://rpc3.monad.xyz/",
13297
+ "Monadinfra": "https://rpc-mainnet.monadinfra.com/"
13298
+ },
13299
+ "evmInfo": {
13300
+ "evmChainId": 143,
13301
+ "blockExplorer": "https://monadvision.com/",
13302
+ "existentialDeposit": "0",
13303
+ "symbol": "MON",
13304
+ "decimals": 18,
13305
+ "supportSmartContract": [
13306
+ "ERC20",
13307
+ "ERC721"
13308
+ ],
13309
+ "abiExplorer": null
13310
+ },
13311
+ "substrateInfo": null,
13312
+ "extraInfo": null,
13313
+ "bitcoinInfo": null,
13314
+ "tonInfo": null,
13315
+ "cardanoInfo": null
13316
+ },
13317
+ "stable": {
13318
+ "slug": "stable",
13319
+ "name": "Stable Mainnet",
13320
+ "isTestnet": false,
13321
+ "chainStatus": "ACTIVE",
13322
+ "icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
13323
+ "providers": {
13324
+ "Stable": "https://rpc.stable.xyz/"
13325
+ },
13326
+ "evmInfo": {
13327
+ "evmChainId": 988,
13328
+ "blockExplorer": "https://partners-explorer.stable.xyz/",
13329
+ "existentialDeposit": "0",
13330
+ "symbol": "gUSDT",
13331
+ "decimals": 18,
13332
+ "supportSmartContract": [
13333
+ "ERC20",
13334
+ "ERC721"
13335
+ ],
13336
+ "abiExplorer": null
13337
+ },
13338
+ "substrateInfo": null,
13339
+ "extraInfo": null,
13340
+ "bitcoinInfo": null,
13341
+ "tonInfo": null,
13342
+ "cardanoInfo": null
13286
13343
  }
13287
13344
  }
@@ -374,6 +374,8 @@
374
374
  "zkverify": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/zkverify.png",
375
375
  "vflow": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/vflow.png",
376
376
  "acurast_mainnet": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/acurast_mainnet.png",
377
+ "monad": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
378
+ "stable": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
377
379
  "custom-Substrate-gosnetwork": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
378
380
  "custom-Substrate-gosspectral": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
379
381
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.122-beta.2-pr-614-fa78fcdd",
23
+ "version": "0.2.122-beta.5-pr-614-66bfe54a",
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.122-beta.2'
10
+ version: '0.2.122-beta.5'
11
11
  };
package/types.d.ts CHANGED
@@ -69,6 +69,7 @@ export interface _ChainAsset {
69
69
  canPayTxFee?: boolean;
70
70
  runeId?: string;
71
71
  cardanoId?: string;
72
+ netuid?: number;
72
73
  paraSpellAssetType?: string;
73
74
  paraSpellValue?: string;
74
75
  paraSpellIdentifyV4?: Record<string, any>;