@subwallet/chain-list 0.2.42-beta.0 → 0.2.42-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.
- package/bundle-subwallet-chain-list.js +86 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +50 -1
- package/cjs/data/ChainInfo.json +31 -1
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +50 -1
- package/data/ChainInfo.json +31 -1
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -490,6 +490,8 @@
|
|
|
490
490
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
491
491
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
492
492
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
493
|
+
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
494
|
+
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
493
495
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
494
496
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
495
497
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -8727,6 +8729,55 @@
|
|
|
8727
8729
|
multiChainAsset: "INTR-Interlay",
|
|
8728
8730
|
hasValue: true,
|
|
8729
8731
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
8732
|
+
},
|
|
8733
|
+
"rococo_assethub-NATIVE-ROC": {
|
|
8734
|
+
originChain: "rococo_assethub",
|
|
8735
|
+
slug: "rococo_assethub-NATIVE-ROC",
|
|
8736
|
+
name: "Rococo Asset Hub",
|
|
8737
|
+
symbol: "ROC",
|
|
8738
|
+
decimals: 12,
|
|
8739
|
+
priceId: null,
|
|
8740
|
+
minAmount: "3333333",
|
|
8741
|
+
assetType: "NATIVE",
|
|
8742
|
+
metadata: null,
|
|
8743
|
+
multiChainAsset: null,
|
|
8744
|
+
hasValue: false,
|
|
8745
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png"
|
|
8746
|
+
},
|
|
8747
|
+
"rococo_assethub-LOCAL-WETH": {
|
|
8748
|
+
originChain: "rococo_assethub",
|
|
8749
|
+
slug: "rococo_assethub-LOCAL-WETH",
|
|
8750
|
+
name: "Wrapped ETH (Bridged)",
|
|
8751
|
+
symbol: "WETH",
|
|
8752
|
+
decimals: 18,
|
|
8753
|
+
priceId: null,
|
|
8754
|
+
minAmount: null,
|
|
8755
|
+
assetType: "LOCAL",
|
|
8756
|
+
metadata: {
|
|
8757
|
+
multilocation: {
|
|
8758
|
+
parents: 2,
|
|
8759
|
+
interior: {
|
|
8760
|
+
X2: [
|
|
8761
|
+
{
|
|
8762
|
+
GlobalConsensus: {
|
|
8763
|
+
Ethereum: {
|
|
8764
|
+
chainId: 11155111
|
|
8765
|
+
}
|
|
8766
|
+
}
|
|
8767
|
+
},
|
|
8768
|
+
{
|
|
8769
|
+
AccountKey20: {
|
|
8770
|
+
key: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
|
|
8771
|
+
network: null
|
|
8772
|
+
}
|
|
8773
|
+
}
|
|
8774
|
+
]
|
|
8775
|
+
}
|
|
8776
|
+
}
|
|
8777
|
+
},
|
|
8778
|
+
multiChainAsset: null,
|
|
8779
|
+
hasValue: false,
|
|
8780
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
8730
8781
|
}
|
|
8731
8782
|
};
|
|
8732
8783
|
|
|
@@ -16180,6 +16231,37 @@
|
|
|
16180
16231
|
},
|
|
16181
16232
|
extraInfo: null
|
|
16182
16233
|
};
|
|
16234
|
+
var rococo_assethub$1 = {
|
|
16235
|
+
slug: "rococo_assethub",
|
|
16236
|
+
name: "Rococo Asset Hub",
|
|
16237
|
+
isTestnet: true,
|
|
16238
|
+
chainStatus: "ACTIVE",
|
|
16239
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
16240
|
+
providers: {
|
|
16241
|
+
Dwellir: "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
16242
|
+
Parity: "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
16243
|
+
},
|
|
16244
|
+
evmInfo: null,
|
|
16245
|
+
substrateInfo: {
|
|
16246
|
+
relaySlug: "rococo",
|
|
16247
|
+
paraId: 1000,
|
|
16248
|
+
genesisHash: "0x7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734",
|
|
16249
|
+
addressPrefix: 42,
|
|
16250
|
+
chainType: "RELAYCHAIN",
|
|
16251
|
+
crowdloanUrl: null,
|
|
16252
|
+
blockExplorer: null,
|
|
16253
|
+
existentialDeposit: "3333333",
|
|
16254
|
+
symbol: "ROC",
|
|
16255
|
+
decimals: 12,
|
|
16256
|
+
hasNativeNft: false,
|
|
16257
|
+
supportStaking: false,
|
|
16258
|
+
supportSmartContract: null,
|
|
16259
|
+
crowdloanParaId: null,
|
|
16260
|
+
crowdloanFunds: [
|
|
16261
|
+
]
|
|
16262
|
+
},
|
|
16263
|
+
extraInfo: null
|
|
16264
|
+
};
|
|
16183
16265
|
const _ChainInfoMap = {
|
|
16184
16266
|
polkadot: polkadot$1,
|
|
16185
16267
|
kusama: kusama$1,
|
|
@@ -16422,7 +16504,8 @@
|
|
|
16422
16504
|
polkadex_dot: polkadex_dot$1,
|
|
16423
16505
|
bittensor_testnet: bittensor_testnet$1,
|
|
16424
16506
|
subspace_gemini_3h: subspace_gemini_3h$1,
|
|
16425
|
-
continuum_network: continuum_network$1
|
|
16507
|
+
continuum_network: continuum_network$1,
|
|
16508
|
+
rococo_assethub: rococo_assethub$1
|
|
16426
16509
|
};
|
|
16427
16510
|
|
|
16428
16511
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16635,6 +16718,7 @@
|
|
|
16635
16718
|
var bittensor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png";
|
|
16636
16719
|
var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
|
|
16637
16720
|
var continuum_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png";
|
|
16721
|
+
var rococo_assethub = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png";
|
|
16638
16722
|
const _ChainLogoMap = {
|
|
16639
16723
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16640
16724
|
polkadot: polkadot,
|
|
@@ -16848,6 +16932,7 @@
|
|
|
16848
16932
|
bittensor_testnet: bittensor_testnet,
|
|
16849
16933
|
subspace_gemini_3h: subspace_gemini_3h,
|
|
16850
16934
|
continuum_network: continuum_network,
|
|
16935
|
+
rococo_assethub: rococo_assethub,
|
|
16851
16936
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16852
16937
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16853
16938
|
};
|
|
@@ -482,6 +482,8 @@
|
|
|
482
482
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
483
483
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
484
484
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
485
|
+
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
486
|
+
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
485
487
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
486
488
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
487
489
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7746,5 +7746,54 @@
|
|
|
7746
7746
|
"multiChainAsset": "INTR-Interlay",
|
|
7747
7747
|
"hasValue": true,
|
|
7748
7748
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
7749
|
+
},
|
|
7750
|
+
"rococo_assethub-NATIVE-ROC": {
|
|
7751
|
+
"originChain": "rococo_assethub",
|
|
7752
|
+
"slug": "rococo_assethub-NATIVE-ROC",
|
|
7753
|
+
"name": "Rococo Asset Hub",
|
|
7754
|
+
"symbol": "ROC",
|
|
7755
|
+
"decimals": 12,
|
|
7756
|
+
"priceId": null,
|
|
7757
|
+
"minAmount": "3333333",
|
|
7758
|
+
"assetType": "NATIVE",
|
|
7759
|
+
"metadata": null,
|
|
7760
|
+
"multiChainAsset": null,
|
|
7761
|
+
"hasValue": false,
|
|
7762
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png"
|
|
7763
|
+
},
|
|
7764
|
+
"rococo_assethub-LOCAL-WETH": {
|
|
7765
|
+
"originChain": "rococo_assethub",
|
|
7766
|
+
"slug": "rococo_assethub-LOCAL-WETH",
|
|
7767
|
+
"name": "Wrapped ETH (Bridged)",
|
|
7768
|
+
"symbol": "WETH",
|
|
7769
|
+
"decimals": 18,
|
|
7770
|
+
"priceId": null,
|
|
7771
|
+
"minAmount": null,
|
|
7772
|
+
"assetType": "LOCAL",
|
|
7773
|
+
"metadata": {
|
|
7774
|
+
"multilocation": {
|
|
7775
|
+
"parents": 2,
|
|
7776
|
+
"interior": {
|
|
7777
|
+
"X2": [
|
|
7778
|
+
{
|
|
7779
|
+
"GlobalConsensus": {
|
|
7780
|
+
"Ethereum": {
|
|
7781
|
+
"chainId": 11155111
|
|
7782
|
+
}
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
"AccountKey20": {
|
|
7787
|
+
"key": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
|
|
7788
|
+
"network": null
|
|
7789
|
+
}
|
|
7790
|
+
}
|
|
7791
|
+
]
|
|
7792
|
+
}
|
|
7793
|
+
}
|
|
7794
|
+
},
|
|
7795
|
+
"multiChainAsset": null,
|
|
7796
|
+
"hasValue": false,
|
|
7797
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
7749
7798
|
}
|
|
7750
|
-
}
|
|
7799
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7325,5 +7325,35 @@
|
|
|
7325
7325
|
"crowdloanFunds": []
|
|
7326
7326
|
},
|
|
7327
7327
|
"extraInfo": null
|
|
7328
|
+
},
|
|
7329
|
+
"rococo_assethub": {
|
|
7330
|
+
"slug": "rococo_assethub",
|
|
7331
|
+
"name": "Rococo Asset Hub",
|
|
7332
|
+
"isTestnet": true,
|
|
7333
|
+
"chainStatus": "ACTIVE",
|
|
7334
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
7335
|
+
"providers": {
|
|
7336
|
+
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7337
|
+
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
7338
|
+
},
|
|
7339
|
+
"evmInfo": null,
|
|
7340
|
+
"substrateInfo": {
|
|
7341
|
+
"relaySlug": "rococo",
|
|
7342
|
+
"paraId": 1000,
|
|
7343
|
+
"genesisHash": "0x7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734",
|
|
7344
|
+
"addressPrefix": 42,
|
|
7345
|
+
"chainType": "RELAYCHAIN",
|
|
7346
|
+
"crowdloanUrl": null,
|
|
7347
|
+
"blockExplorer": null,
|
|
7348
|
+
"existentialDeposit": "3333333",
|
|
7349
|
+
"symbol": "ROC",
|
|
7350
|
+
"decimals": 12,
|
|
7351
|
+
"hasNativeNft": false,
|
|
7352
|
+
"supportStaking": false,
|
|
7353
|
+
"supportSmartContract": null,
|
|
7354
|
+
"crowdloanParaId": null,
|
|
7355
|
+
"crowdloanFunds": []
|
|
7356
|
+
},
|
|
7357
|
+
"extraInfo": null
|
|
7328
7358
|
}
|
|
7329
|
-
}
|
|
7359
|
+
}
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
212
212
|
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
213
213
|
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
214
|
+
"rococo_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
214
215
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
215
216
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
216
217
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -482,6 +482,8 @@
|
|
|
482
482
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
483
483
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
484
484
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
485
|
+
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
486
|
+
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
485
487
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
486
488
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
487
489
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7746,5 +7746,54 @@
|
|
|
7746
7746
|
"multiChainAsset": "INTR-Interlay",
|
|
7747
7747
|
"hasValue": true,
|
|
7748
7748
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
7749
|
+
},
|
|
7750
|
+
"rococo_assethub-NATIVE-ROC": {
|
|
7751
|
+
"originChain": "rococo_assethub",
|
|
7752
|
+
"slug": "rococo_assethub-NATIVE-ROC",
|
|
7753
|
+
"name": "Rococo Asset Hub",
|
|
7754
|
+
"symbol": "ROC",
|
|
7755
|
+
"decimals": 12,
|
|
7756
|
+
"priceId": null,
|
|
7757
|
+
"minAmount": "3333333",
|
|
7758
|
+
"assetType": "NATIVE",
|
|
7759
|
+
"metadata": null,
|
|
7760
|
+
"multiChainAsset": null,
|
|
7761
|
+
"hasValue": false,
|
|
7762
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png"
|
|
7763
|
+
},
|
|
7764
|
+
"rococo_assethub-LOCAL-WETH": {
|
|
7765
|
+
"originChain": "rococo_assethub",
|
|
7766
|
+
"slug": "rococo_assethub-LOCAL-WETH",
|
|
7767
|
+
"name": "Wrapped ETH (Bridged)",
|
|
7768
|
+
"symbol": "WETH",
|
|
7769
|
+
"decimals": 18,
|
|
7770
|
+
"priceId": null,
|
|
7771
|
+
"minAmount": null,
|
|
7772
|
+
"assetType": "LOCAL",
|
|
7773
|
+
"metadata": {
|
|
7774
|
+
"multilocation": {
|
|
7775
|
+
"parents": 2,
|
|
7776
|
+
"interior": {
|
|
7777
|
+
"X2": [
|
|
7778
|
+
{
|
|
7779
|
+
"GlobalConsensus": {
|
|
7780
|
+
"Ethereum": {
|
|
7781
|
+
"chainId": 11155111
|
|
7782
|
+
}
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
"AccountKey20": {
|
|
7787
|
+
"key": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
|
|
7788
|
+
"network": null
|
|
7789
|
+
}
|
|
7790
|
+
}
|
|
7791
|
+
]
|
|
7792
|
+
}
|
|
7793
|
+
}
|
|
7794
|
+
},
|
|
7795
|
+
"multiChainAsset": null,
|
|
7796
|
+
"hasValue": false,
|
|
7797
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
7749
7798
|
}
|
|
7750
|
-
}
|
|
7799
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7325,5 +7325,35 @@
|
|
|
7325
7325
|
"crowdloanFunds": []
|
|
7326
7326
|
},
|
|
7327
7327
|
"extraInfo": null
|
|
7328
|
+
},
|
|
7329
|
+
"rococo_assethub": {
|
|
7330
|
+
"slug": "rococo_assethub",
|
|
7331
|
+
"name": "Rococo Asset Hub",
|
|
7332
|
+
"isTestnet": true,
|
|
7333
|
+
"chainStatus": "ACTIVE",
|
|
7334
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
7335
|
+
"providers": {
|
|
7336
|
+
"Dwellir": "wss://rococo-asset-hub-rpc.dwellir.com",
|
|
7337
|
+
"Parity": "wss://rococo-asset-hub-rpc.polkadot.io"
|
|
7338
|
+
},
|
|
7339
|
+
"evmInfo": null,
|
|
7340
|
+
"substrateInfo": {
|
|
7341
|
+
"relaySlug": "rococo",
|
|
7342
|
+
"paraId": 1000,
|
|
7343
|
+
"genesisHash": "0x7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734",
|
|
7344
|
+
"addressPrefix": 42,
|
|
7345
|
+
"chainType": "RELAYCHAIN",
|
|
7346
|
+
"crowdloanUrl": null,
|
|
7347
|
+
"blockExplorer": null,
|
|
7348
|
+
"existentialDeposit": "3333333",
|
|
7349
|
+
"symbol": "ROC",
|
|
7350
|
+
"decimals": 12,
|
|
7351
|
+
"hasNativeNft": false,
|
|
7352
|
+
"supportStaking": false,
|
|
7353
|
+
"supportSmartContract": null,
|
|
7354
|
+
"crowdloanParaId": null,
|
|
7355
|
+
"crowdloanFunds": []
|
|
7356
|
+
},
|
|
7357
|
+
"extraInfo": null
|
|
7328
7358
|
}
|
|
7329
|
-
}
|
|
7359
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
212
212
|
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
213
213
|
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
214
|
+
"rococo_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
214
215
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
215
216
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
216
217
|
}
|
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.42-beta.
|
|
10
|
+
version: '0.2.42-beta.1'
|
|
11
11
|
};
|