@subwallet/chain-list 0.2.89-beta.2 → 0.2.89-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.
- package/bundle-subwallet-chain-list.js +89 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +28 -0
- package/cjs/data/ChainInfo.json +52 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +28 -0
- package/data/ChainInfo.json +52 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -759,6 +759,8 @@
|
|
|
759
759
|
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
760
760
|
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
761
761
|
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
762
|
+
"rari-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png",
|
|
763
|
+
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
762
764
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
763
765
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
764
766
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -18225,6 +18227,34 @@
|
|
|
18225
18227
|
multiChainAsset: null,
|
|
18226
18228
|
hasValue: false,
|
|
18227
18229
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
18230
|
+
},
|
|
18231
|
+
"rari-NATIVE-ETH": {
|
|
18232
|
+
originChain: "rari",
|
|
18233
|
+
slug: "rari-NATIVE-ETH",
|
|
18234
|
+
name: "Etherum",
|
|
18235
|
+
symbol: "ETH",
|
|
18236
|
+
decimals: 18,
|
|
18237
|
+
priceId: null,
|
|
18238
|
+
minAmount: "0",
|
|
18239
|
+
assetType: "NATIVE",
|
|
18240
|
+
metadata: null,
|
|
18241
|
+
multiChainAsset: null,
|
|
18242
|
+
hasValue: true,
|
|
18243
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
18244
|
+
},
|
|
18245
|
+
"scroll-NATIVE-ETH": {
|
|
18246
|
+
originChain: "scroll",
|
|
18247
|
+
slug: "scroll-NATIVE-ETH",
|
|
18248
|
+
name: "Ether",
|
|
18249
|
+
symbol: "ETH",
|
|
18250
|
+
decimals: 18,
|
|
18251
|
+
priceId: null,
|
|
18252
|
+
minAmount: "0",
|
|
18253
|
+
assetType: "NATIVE",
|
|
18254
|
+
metadata: null,
|
|
18255
|
+
multiChainAsset: null,
|
|
18256
|
+
hasValue: true,
|
|
18257
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
18228
18258
|
}
|
|
18229
18259
|
};
|
|
18230
18260
|
|
|
@@ -28414,6 +28444,58 @@
|
|
|
28414
28444
|
bitcoinInfo: null,
|
|
28415
28445
|
tonInfo: null
|
|
28416
28446
|
};
|
|
28447
|
+
var rari$1 = {
|
|
28448
|
+
slug: "rari",
|
|
28449
|
+
name: "RARI Chain",
|
|
28450
|
+
isTestnet: false,
|
|
28451
|
+
chainStatus: "ACTIVE",
|
|
28452
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
28453
|
+
providers: {
|
|
28454
|
+
RARI: "https://mainnet.rpc.rarichain.org/http"
|
|
28455
|
+
},
|
|
28456
|
+
evmInfo: {
|
|
28457
|
+
evmChainId: 1380012617,
|
|
28458
|
+
blockExplorer: "https://mainnet.explorer.rarichain.org/",
|
|
28459
|
+
existentialDeposit: "0",
|
|
28460
|
+
symbol: "ETH",
|
|
28461
|
+
decimals: 18,
|
|
28462
|
+
supportSmartContract: [
|
|
28463
|
+
"ERC721",
|
|
28464
|
+
"ERC20"
|
|
28465
|
+
],
|
|
28466
|
+
abiExplorer: null
|
|
28467
|
+
},
|
|
28468
|
+
substrateInfo: null,
|
|
28469
|
+
extraInfo: null,
|
|
28470
|
+
bitcoinInfo: null,
|
|
28471
|
+
tonInfo: null
|
|
28472
|
+
};
|
|
28473
|
+
var scroll$1 = {
|
|
28474
|
+
slug: "scroll",
|
|
28475
|
+
name: "Scroll",
|
|
28476
|
+
isTestnet: false,
|
|
28477
|
+
chainStatus: "ACTIVE",
|
|
28478
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
28479
|
+
providers: {
|
|
28480
|
+
Scroll: "https://rpc.scroll.io/"
|
|
28481
|
+
},
|
|
28482
|
+
evmInfo: {
|
|
28483
|
+
evmChainId: 534352,
|
|
28484
|
+
blockExplorer: "https://scrollscan.com/",
|
|
28485
|
+
existentialDeposit: "0",
|
|
28486
|
+
symbol: "ETH",
|
|
28487
|
+
decimals: 18,
|
|
28488
|
+
supportSmartContract: [
|
|
28489
|
+
"ERC721",
|
|
28490
|
+
"ERC20"
|
|
28491
|
+
],
|
|
28492
|
+
abiExplorer: null
|
|
28493
|
+
},
|
|
28494
|
+
substrateInfo: null,
|
|
28495
|
+
extraInfo: null,
|
|
28496
|
+
bitcoinInfo: null,
|
|
28497
|
+
tonInfo: null
|
|
28498
|
+
};
|
|
28417
28499
|
const _ChainInfoMap = {
|
|
28418
28500
|
polkadot: polkadot$1,
|
|
28419
28501
|
kusama: kusama$1,
|
|
@@ -28760,7 +28842,9 @@
|
|
|
28760
28842
|
ternoaZkEvm_testnet: ternoaZkEvm_testnet$1,
|
|
28761
28843
|
bittensor_devnet: bittensor_devnet$1,
|
|
28762
28844
|
mantle: mantle$1,
|
|
28763
|
-
zkverify_testnet: zkverify_testnet$1
|
|
28845
|
+
zkverify_testnet: zkverify_testnet$1,
|
|
28846
|
+
rari: rari$1,
|
|
28847
|
+
scroll: scroll$1
|
|
28764
28848
|
};
|
|
28765
28849
|
|
|
28766
28850
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -29050,6 +29134,8 @@
|
|
|
29050
29134
|
var bittensor_devnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png";
|
|
29051
29135
|
var mantle = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png";
|
|
29052
29136
|
var zkverify_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png";
|
|
29137
|
+
var rari = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png";
|
|
29138
|
+
var scroll = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png";
|
|
29053
29139
|
const _ChainLogoMap = {
|
|
29054
29140
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
29055
29141
|
polkadot: polkadot,
|
|
@@ -29341,6 +29427,8 @@
|
|
|
29341
29427
|
bittensor_devnet: bittensor_devnet,
|
|
29342
29428
|
mantle: mantle,
|
|
29343
29429
|
zkverify_testnet: zkverify_testnet,
|
|
29430
|
+
rari: rari,
|
|
29431
|
+
scroll: scroll,
|
|
29344
29432
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29345
29433
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29346
29434
|
};
|
|
@@ -751,6 +751,8 @@
|
|
|
751
751
|
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
752
752
|
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
753
753
|
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
754
|
+
"rari-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png",
|
|
755
|
+
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
754
756
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
755
757
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
756
758
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12541,5 +12541,33 @@
|
|
|
12541
12541
|
"multiChainAsset": null,
|
|
12542
12542
|
"hasValue": false,
|
|
12543
12543
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
12544
|
+
},
|
|
12545
|
+
"rari-NATIVE-ETH": {
|
|
12546
|
+
"originChain": "rari",
|
|
12547
|
+
"slug": "rari-NATIVE-ETH",
|
|
12548
|
+
"name": "Etherum",
|
|
12549
|
+
"symbol": "ETH",
|
|
12550
|
+
"decimals": 18,
|
|
12551
|
+
"priceId": null,
|
|
12552
|
+
"minAmount": "0",
|
|
12553
|
+
"assetType": "NATIVE",
|
|
12554
|
+
"metadata": null,
|
|
12555
|
+
"multiChainAsset": null,
|
|
12556
|
+
"hasValue": true,
|
|
12557
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
12558
|
+
},
|
|
12559
|
+
"scroll-NATIVE-ETH": {
|
|
12560
|
+
"originChain": "scroll",
|
|
12561
|
+
"slug": "scroll-NATIVE-ETH",
|
|
12562
|
+
"name": "Ether",
|
|
12563
|
+
"symbol": "ETH",
|
|
12564
|
+
"decimals": 18,
|
|
12565
|
+
"priceId": null,
|
|
12566
|
+
"minAmount": "0",
|
|
12567
|
+
"assetType": "NATIVE",
|
|
12568
|
+
"metadata": null,
|
|
12569
|
+
"multiChainAsset": null,
|
|
12570
|
+
"hasValue": true,
|
|
12571
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
12544
12572
|
}
|
|
12545
12573
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10060,5 +10060,57 @@
|
|
|
10060
10060
|
"extraInfo": null,
|
|
10061
10061
|
"bitcoinInfo": null,
|
|
10062
10062
|
"tonInfo": null
|
|
10063
|
+
},
|
|
10064
|
+
"rari": {
|
|
10065
|
+
"slug": "rari",
|
|
10066
|
+
"name": "RARI Chain",
|
|
10067
|
+
"isTestnet": false,
|
|
10068
|
+
"chainStatus": "ACTIVE",
|
|
10069
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
10070
|
+
"providers": {
|
|
10071
|
+
"RARI": "https://mainnet.rpc.rarichain.org/http"
|
|
10072
|
+
},
|
|
10073
|
+
"evmInfo": {
|
|
10074
|
+
"evmChainId": 1380012617,
|
|
10075
|
+
"blockExplorer": "https://mainnet.explorer.rarichain.org/",
|
|
10076
|
+
"existentialDeposit": "0",
|
|
10077
|
+
"symbol": "ETH",
|
|
10078
|
+
"decimals": 18,
|
|
10079
|
+
"supportSmartContract": [
|
|
10080
|
+
"ERC721",
|
|
10081
|
+
"ERC20"
|
|
10082
|
+
],
|
|
10083
|
+
"abiExplorer": null
|
|
10084
|
+
},
|
|
10085
|
+
"substrateInfo": null,
|
|
10086
|
+
"extraInfo": null,
|
|
10087
|
+
"bitcoinInfo": null,
|
|
10088
|
+
"tonInfo": null
|
|
10089
|
+
},
|
|
10090
|
+
"scroll": {
|
|
10091
|
+
"slug": "scroll",
|
|
10092
|
+
"name": "Scroll",
|
|
10093
|
+
"isTestnet": false,
|
|
10094
|
+
"chainStatus": "ACTIVE",
|
|
10095
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
10096
|
+
"providers": {
|
|
10097
|
+
"Scroll": "https://rpc.scroll.io/"
|
|
10098
|
+
},
|
|
10099
|
+
"evmInfo": {
|
|
10100
|
+
"evmChainId": 534352,
|
|
10101
|
+
"blockExplorer": "https://scrollscan.com/",
|
|
10102
|
+
"existentialDeposit": "0",
|
|
10103
|
+
"symbol": "ETH",
|
|
10104
|
+
"decimals": 18,
|
|
10105
|
+
"supportSmartContract": [
|
|
10106
|
+
"ERC721",
|
|
10107
|
+
"ERC20"
|
|
10108
|
+
],
|
|
10109
|
+
"abiExplorer": null
|
|
10110
|
+
},
|
|
10111
|
+
"substrateInfo": null,
|
|
10112
|
+
"extraInfo": null,
|
|
10113
|
+
"bitcoinInfo": null,
|
|
10114
|
+
"tonInfo": null
|
|
10063
10115
|
}
|
|
10064
10116
|
}
|
|
@@ -289,6 +289,8 @@
|
|
|
289
289
|
"bittensor_devnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png",
|
|
290
290
|
"mantle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png",
|
|
291
291
|
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
292
|
+
"rari": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
293
|
+
"scroll": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
292
294
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
293
295
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
294
296
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -751,6 +751,8 @@
|
|
|
751
751
|
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
752
752
|
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
753
753
|
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
754
|
+
"rari-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png",
|
|
755
|
+
"scroll-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png",
|
|
754
756
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
755
757
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
756
758
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12541,5 +12541,33 @@
|
|
|
12541
12541
|
"multiChainAsset": null,
|
|
12542
12542
|
"hasValue": false,
|
|
12543
12543
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
12544
|
+
},
|
|
12545
|
+
"rari-NATIVE-ETH": {
|
|
12546
|
+
"originChain": "rari",
|
|
12547
|
+
"slug": "rari-NATIVE-ETH",
|
|
12548
|
+
"name": "Etherum",
|
|
12549
|
+
"symbol": "ETH",
|
|
12550
|
+
"decimals": 18,
|
|
12551
|
+
"priceId": null,
|
|
12552
|
+
"minAmount": "0",
|
|
12553
|
+
"assetType": "NATIVE",
|
|
12554
|
+
"metadata": null,
|
|
12555
|
+
"multiChainAsset": null,
|
|
12556
|
+
"hasValue": true,
|
|
12557
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rari-native-eth.png"
|
|
12558
|
+
},
|
|
12559
|
+
"scroll-NATIVE-ETH": {
|
|
12560
|
+
"originChain": "scroll",
|
|
12561
|
+
"slug": "scroll-NATIVE-ETH",
|
|
12562
|
+
"name": "Ether",
|
|
12563
|
+
"symbol": "ETH",
|
|
12564
|
+
"decimals": 18,
|
|
12565
|
+
"priceId": null,
|
|
12566
|
+
"minAmount": "0",
|
|
12567
|
+
"assetType": "NATIVE",
|
|
12568
|
+
"metadata": null,
|
|
12569
|
+
"multiChainAsset": null,
|
|
12570
|
+
"hasValue": true,
|
|
12571
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/scroll-native-eth.png"
|
|
12544
12572
|
}
|
|
12545
12573
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10060,5 +10060,57 @@
|
|
|
10060
10060
|
"extraInfo": null,
|
|
10061
10061
|
"bitcoinInfo": null,
|
|
10062
10062
|
"tonInfo": null
|
|
10063
|
+
},
|
|
10064
|
+
"rari": {
|
|
10065
|
+
"slug": "rari",
|
|
10066
|
+
"name": "RARI Chain",
|
|
10067
|
+
"isTestnet": false,
|
|
10068
|
+
"chainStatus": "ACTIVE",
|
|
10069
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
10070
|
+
"providers": {
|
|
10071
|
+
"RARI": "https://mainnet.rpc.rarichain.org/http"
|
|
10072
|
+
},
|
|
10073
|
+
"evmInfo": {
|
|
10074
|
+
"evmChainId": 1380012617,
|
|
10075
|
+
"blockExplorer": "https://mainnet.explorer.rarichain.org/",
|
|
10076
|
+
"existentialDeposit": "0",
|
|
10077
|
+
"symbol": "ETH",
|
|
10078
|
+
"decimals": 18,
|
|
10079
|
+
"supportSmartContract": [
|
|
10080
|
+
"ERC721",
|
|
10081
|
+
"ERC20"
|
|
10082
|
+
],
|
|
10083
|
+
"abiExplorer": null
|
|
10084
|
+
},
|
|
10085
|
+
"substrateInfo": null,
|
|
10086
|
+
"extraInfo": null,
|
|
10087
|
+
"bitcoinInfo": null,
|
|
10088
|
+
"tonInfo": null
|
|
10089
|
+
},
|
|
10090
|
+
"scroll": {
|
|
10091
|
+
"slug": "scroll",
|
|
10092
|
+
"name": "Scroll",
|
|
10093
|
+
"isTestnet": false,
|
|
10094
|
+
"chainStatus": "ACTIVE",
|
|
10095
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
10096
|
+
"providers": {
|
|
10097
|
+
"Scroll": "https://rpc.scroll.io/"
|
|
10098
|
+
},
|
|
10099
|
+
"evmInfo": {
|
|
10100
|
+
"evmChainId": 534352,
|
|
10101
|
+
"blockExplorer": "https://scrollscan.com/",
|
|
10102
|
+
"existentialDeposit": "0",
|
|
10103
|
+
"symbol": "ETH",
|
|
10104
|
+
"decimals": 18,
|
|
10105
|
+
"supportSmartContract": [
|
|
10106
|
+
"ERC721",
|
|
10107
|
+
"ERC20"
|
|
10108
|
+
],
|
|
10109
|
+
"abiExplorer": null
|
|
10110
|
+
},
|
|
10111
|
+
"substrateInfo": null,
|
|
10112
|
+
"extraInfo": null,
|
|
10113
|
+
"bitcoinInfo": null,
|
|
10114
|
+
"tonInfo": null
|
|
10063
10115
|
}
|
|
10064
10116
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -289,6 +289,8 @@
|
|
|
289
289
|
"bittensor_devnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png",
|
|
290
290
|
"mantle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png",
|
|
291
291
|
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
292
|
+
"rari": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
293
|
+
"scroll": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
292
294
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
293
295
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
294
296
|
}
|
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.89-beta.
|
|
10
|
+
version: '0.2.89-beta.3'
|
|
11
11
|
};
|