@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.
- package/bundle-subwallet-chain-list.js +303 -287
- package/cjs/data/AssetLogoMap.json +7 -2
- package/cjs/data/ChainAsset.json +232 -284
- package/cjs/data/ChainInfo.json +57 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +7 -2
- package/data/ChainAsset.json +232 -284
- package/data/ChainInfo.json +57 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
package/data/ChainInfo.json
CHANGED
|
@@ -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
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -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
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.
|
|
10
|
+
version: '0.2.122-beta.5'
|
|
11
11
|
};
|