@subwallet/chain-list 0.2.75-beta.1 → 0.2.75-beta.2
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 +166 -2
- package/cjs/data/AssetLogoMap.json +7 -0
- package/cjs/data/ChainAsset.json +76 -0
- package/cjs/data/ChainInfo.json +57 -1
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/data/MultiChainAsset.json +18 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +7 -0
- package/data/ChainAsset.json +76 -0
- package/data/ChainInfo.json +57 -1
- package/data/ChainLogoMap.json +2 -0
- package/data/MultiChainAsset.json +18 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -702,6 +702,11 @@
|
|
|
702
702
|
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
703
703
|
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
704
704
|
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
705
|
+
"ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png",
|
|
706
|
+
"cere-native-cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png",
|
|
707
|
+
"aleph_testnet_evm-native-tzero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png",
|
|
708
|
+
"statemint-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png",
|
|
709
|
+
"hydradx_main-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png",
|
|
705
710
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
706
711
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
707
712
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -783,6 +788,8 @@
|
|
|
783
788
|
"ordi-ordi": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ordi-ordi.png",
|
|
784
789
|
"sys-syscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png",
|
|
785
790
|
"tsys-testsyscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png",
|
|
791
|
+
"cere-cerenetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png",
|
|
792
|
+
"kol-kolkadot": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png",
|
|
786
793
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
787
794
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
788
795
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -14291,6 +14298,82 @@
|
|
|
14291
14298
|
multiChainAsset: null,
|
|
14292
14299
|
hasValue: true,
|
|
14293
14300
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
14301
|
+
},
|
|
14302
|
+
"ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6": {
|
|
14303
|
+
originChain: "ethereum",
|
|
14304
|
+
slug: "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
14305
|
+
name: "Cere Network",
|
|
14306
|
+
symbol: "CERE",
|
|
14307
|
+
decimals: 10,
|
|
14308
|
+
priceId: "cere-network",
|
|
14309
|
+
minAmount: "0",
|
|
14310
|
+
assetType: "ERC20",
|
|
14311
|
+
metadata: {
|
|
14312
|
+
contractAddress: "0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6"
|
|
14313
|
+
},
|
|
14314
|
+
multiChainAsset: "CERE-CereNetwork",
|
|
14315
|
+
hasValue: true,
|
|
14316
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png"
|
|
14317
|
+
},
|
|
14318
|
+
"cere-NATIVE-CERE": {
|
|
14319
|
+
originChain: "cere",
|
|
14320
|
+
slug: "cere-NATIVE-CERE",
|
|
14321
|
+
name: "Cere Network",
|
|
14322
|
+
symbol: "CERE",
|
|
14323
|
+
decimals: 10,
|
|
14324
|
+
priceId: "cere-network",
|
|
14325
|
+
minAmount: "10000000000",
|
|
14326
|
+
assetType: "NATIVE",
|
|
14327
|
+
metadata: null,
|
|
14328
|
+
multiChainAsset: "CERE-CereNetwork",
|
|
14329
|
+
hasValue: true,
|
|
14330
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png"
|
|
14331
|
+
},
|
|
14332
|
+
"aleph_testnet_evm-NATIVE-TZERO": {
|
|
14333
|
+
originChain: "aleph_testnet_evm",
|
|
14334
|
+
slug: "aleph_testnet_evm-NATIVE-TZERO",
|
|
14335
|
+
name: "Aleph Zero Testnet - EVM",
|
|
14336
|
+
symbol: "TZERO",
|
|
14337
|
+
decimals: 18,
|
|
14338
|
+
priceId: null,
|
|
14339
|
+
minAmount: "0",
|
|
14340
|
+
assetType: "NATIVE",
|
|
14341
|
+
metadata: null,
|
|
14342
|
+
multiChainAsset: null,
|
|
14343
|
+
hasValue: false,
|
|
14344
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png"
|
|
14345
|
+
},
|
|
14346
|
+
"statemint-LOCAL-KOL": {
|
|
14347
|
+
originChain: "statemint",
|
|
14348
|
+
slug: "statemint-LOCAL-KOL",
|
|
14349
|
+
name: "Kolkadot",
|
|
14350
|
+
symbol: "KOL",
|
|
14351
|
+
decimals: 12,
|
|
14352
|
+
priceId: null,
|
|
14353
|
+
minAmount: "2007900000",
|
|
14354
|
+
assetType: "LOCAL",
|
|
14355
|
+
metadata: {
|
|
14356
|
+
assetId: "86"
|
|
14357
|
+
},
|
|
14358
|
+
multiChainAsset: "KOL-Kolkadot",
|
|
14359
|
+
hasValue: true,
|
|
14360
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png"
|
|
14361
|
+
},
|
|
14362
|
+
"hydradx_main-LOCAL-KOL": {
|
|
14363
|
+
originChain: "hydradx_main",
|
|
14364
|
+
slug: "hydradx_main-LOCAL-KOL",
|
|
14365
|
+
name: "Kolkadot",
|
|
14366
|
+
symbol: "KOL",
|
|
14367
|
+
decimals: 12,
|
|
14368
|
+
priceId: null,
|
|
14369
|
+
minAmount: "1",
|
|
14370
|
+
assetType: "LOCAL",
|
|
14371
|
+
metadata: {
|
|
14372
|
+
assetId: "1000199"
|
|
14373
|
+
},
|
|
14374
|
+
multiChainAsset: "KOL-Kolkadot",
|
|
14375
|
+
hasValue: true,
|
|
14376
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png"
|
|
14294
14377
|
}
|
|
14295
14378
|
};
|
|
14296
14379
|
|
|
@@ -21703,7 +21786,7 @@
|
|
|
21703
21786
|
slug: "goldberg_testnet",
|
|
21704
21787
|
name: "Avail Goldberg Testnet",
|
|
21705
21788
|
isTestnet: true,
|
|
21706
|
-
chainStatus: "
|
|
21789
|
+
chainStatus: "INACTIVE",
|
|
21707
21790
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/goldberg_testnet.png",
|
|
21708
21791
|
providers: {
|
|
21709
21792
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -23655,6 +23738,63 @@
|
|
|
23655
23738
|
extraInfo: null,
|
|
23656
23739
|
bitcoinInfo: null
|
|
23657
23740
|
};
|
|
23741
|
+
var cere$1 = {
|
|
23742
|
+
slug: "cere",
|
|
23743
|
+
name: "Cere Network",
|
|
23744
|
+
isTestnet: false,
|
|
23745
|
+
chainStatus: "ACTIVE",
|
|
23746
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
23747
|
+
providers: {
|
|
23748
|
+
"Cere Network": "wss://rpc.mainnet.cere.network/ws"
|
|
23749
|
+
},
|
|
23750
|
+
evmInfo: null,
|
|
23751
|
+
substrateInfo: {
|
|
23752
|
+
relaySlug: null,
|
|
23753
|
+
paraId: null,
|
|
23754
|
+
genesisHash: "0x81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c",
|
|
23755
|
+
addressPrefix: 54,
|
|
23756
|
+
chainType: "RELAYCHAIN",
|
|
23757
|
+
crowdloanUrl: null,
|
|
23758
|
+
blockExplorer: null,
|
|
23759
|
+
existentialDeposit: "10000000000",
|
|
23760
|
+
symbol: "CERE",
|
|
23761
|
+
decimals: 10,
|
|
23762
|
+
hasNativeNft: null,
|
|
23763
|
+
supportStaking: null,
|
|
23764
|
+
supportSmartContract: null,
|
|
23765
|
+
crowdloanParaId: null,
|
|
23766
|
+
crowdloanFunds: [
|
|
23767
|
+
]
|
|
23768
|
+
},
|
|
23769
|
+
extraInfo: null,
|
|
23770
|
+
bitcoinInfo: null
|
|
23771
|
+
};
|
|
23772
|
+
var aleph_testnet_evm$1 = {
|
|
23773
|
+
slug: "aleph_testnet_evm",
|
|
23774
|
+
name: "Aleph Zero Testnet - EVM",
|
|
23775
|
+
isTestnet: true,
|
|
23776
|
+
chainStatus: "ACTIVE",
|
|
23777
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
23778
|
+
providers: {
|
|
23779
|
+
Sepolia: "https://alephzero-sepolia.drpc.org/",
|
|
23780
|
+
Gelato: "https://rpc.alephzero-testnet.gelato.digital/"
|
|
23781
|
+
},
|
|
23782
|
+
evmInfo: {
|
|
23783
|
+
evmChainId: 2039,
|
|
23784
|
+
blockExplorer: "https://aleph-zero.blockscout.com/",
|
|
23785
|
+
existentialDeposit: "0",
|
|
23786
|
+
symbol: "TZERO",
|
|
23787
|
+
decimals: 18,
|
|
23788
|
+
supportSmartContract: [
|
|
23789
|
+
"ERC20",
|
|
23790
|
+
"ERC721"
|
|
23791
|
+
],
|
|
23792
|
+
abiExplorer: null
|
|
23793
|
+
},
|
|
23794
|
+
substrateInfo: null,
|
|
23795
|
+
extraInfo: null,
|
|
23796
|
+
bitcoinInfo: null
|
|
23797
|
+
};
|
|
23658
23798
|
const _ChainInfoMap = {
|
|
23659
23799
|
polkadot: polkadot$1,
|
|
23660
23800
|
kusama: kusama$1,
|
|
@@ -23954,7 +24094,9 @@
|
|
|
23954
24094
|
unique_evm: unique_evm$1,
|
|
23955
24095
|
core: core$1,
|
|
23956
24096
|
satoshivm: satoshivm$1,
|
|
23957
|
-
satoshivm_testnet: satoshivm_testnet$1
|
|
24097
|
+
satoshivm_testnet: satoshivm_testnet$1,
|
|
24098
|
+
cere: cere$1,
|
|
24099
|
+
aleph_testnet_evm: aleph_testnet_evm$1
|
|
23958
24100
|
};
|
|
23959
24101
|
|
|
23960
24102
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -24224,6 +24366,8 @@
|
|
|
24224
24366
|
var core = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png";
|
|
24225
24367
|
var satoshivm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png";
|
|
24226
24368
|
var satoshivm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png";
|
|
24369
|
+
var cere = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png";
|
|
24370
|
+
var aleph_testnet_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png";
|
|
24227
24371
|
const _ChainLogoMap = {
|
|
24228
24372
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
24229
24373
|
polkadot: polkadot,
|
|
@@ -24494,6 +24638,8 @@
|
|
|
24494
24638
|
core: core,
|
|
24495
24639
|
satoshivm: satoshivm,
|
|
24496
24640
|
satoshivm_testnet: satoshivm_testnet,
|
|
24641
|
+
cere: cere,
|
|
24642
|
+
aleph_testnet_evm: aleph_testnet_evm,
|
|
24497
24643
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
24498
24644
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
24499
24645
|
};
|
|
@@ -25227,6 +25373,24 @@
|
|
|
25227
25373
|
priceId: null,
|
|
25228
25374
|
hasValue: false,
|
|
25229
25375
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
|
25376
|
+
},
|
|
25377
|
+
"CERE-CereNetwork": {
|
|
25378
|
+
slug: "CERE-CereNetwork",
|
|
25379
|
+
originChainAsset: "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
25380
|
+
name: "Cere Network",
|
|
25381
|
+
symbol: "CERE",
|
|
25382
|
+
priceId: "cere-network",
|
|
25383
|
+
hasValue: true,
|
|
25384
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png"
|
|
25385
|
+
},
|
|
25386
|
+
"KOL-Kolkadot": {
|
|
25387
|
+
slug: "KOL-Kolkadot",
|
|
25388
|
+
originChainAsset: null,
|
|
25389
|
+
name: "Kolkadot",
|
|
25390
|
+
symbol: "KOL",
|
|
25391
|
+
priceId: null,
|
|
25392
|
+
hasValue: true,
|
|
25393
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png"
|
|
25230
25394
|
}
|
|
25231
25395
|
};
|
|
25232
25396
|
|
|
@@ -694,6 +694,11 @@
|
|
|
694
694
|
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
695
695
|
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
696
696
|
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
697
|
+
"ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png",
|
|
698
|
+
"cere-native-cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png",
|
|
699
|
+
"aleph_testnet_evm-native-tzero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png",
|
|
700
|
+
"statemint-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png",
|
|
701
|
+
"hydradx_main-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png",
|
|
697
702
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
698
703
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
699
704
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -775,6 +780,8 @@
|
|
|
775
780
|
"ordi-ordi": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ordi-ordi.png",
|
|
776
781
|
"sys-syscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png",
|
|
777
782
|
"tsys-testsyscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png",
|
|
783
|
+
"cere-cerenetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png",
|
|
784
|
+
"kol-kolkadot": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png",
|
|
778
785
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
779
786
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
780
787
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11652,5 +11652,81 @@
|
|
|
11652
11652
|
"multiChainAsset": null,
|
|
11653
11653
|
"hasValue": true,
|
|
11654
11654
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
11655
|
+
},
|
|
11656
|
+
"ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6": {
|
|
11657
|
+
"originChain": "ethereum",
|
|
11658
|
+
"slug": "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
11659
|
+
"name": "Cere Network",
|
|
11660
|
+
"symbol": "CERE",
|
|
11661
|
+
"decimals": 10,
|
|
11662
|
+
"priceId": "cere-network",
|
|
11663
|
+
"minAmount": "0",
|
|
11664
|
+
"assetType": "ERC20",
|
|
11665
|
+
"metadata": {
|
|
11666
|
+
"contractAddress": "0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6"
|
|
11667
|
+
},
|
|
11668
|
+
"multiChainAsset": "CERE-CereNetwork",
|
|
11669
|
+
"hasValue": true,
|
|
11670
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png"
|
|
11671
|
+
},
|
|
11672
|
+
"cere-NATIVE-CERE": {
|
|
11673
|
+
"originChain": "cere",
|
|
11674
|
+
"slug": "cere-NATIVE-CERE",
|
|
11675
|
+
"name": "Cere Network",
|
|
11676
|
+
"symbol": "CERE",
|
|
11677
|
+
"decimals": 10,
|
|
11678
|
+
"priceId": "cere-network",
|
|
11679
|
+
"minAmount": "10000000000",
|
|
11680
|
+
"assetType": "NATIVE",
|
|
11681
|
+
"metadata": null,
|
|
11682
|
+
"multiChainAsset": "CERE-CereNetwork",
|
|
11683
|
+
"hasValue": true,
|
|
11684
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png"
|
|
11685
|
+
},
|
|
11686
|
+
"aleph_testnet_evm-NATIVE-TZERO": {
|
|
11687
|
+
"originChain": "aleph_testnet_evm",
|
|
11688
|
+
"slug": "aleph_testnet_evm-NATIVE-TZERO",
|
|
11689
|
+
"name": "Aleph Zero Testnet - EVM",
|
|
11690
|
+
"symbol": "TZERO",
|
|
11691
|
+
"decimals": 18,
|
|
11692
|
+
"priceId": null,
|
|
11693
|
+
"minAmount": "0",
|
|
11694
|
+
"assetType": "NATIVE",
|
|
11695
|
+
"metadata": null,
|
|
11696
|
+
"multiChainAsset": null,
|
|
11697
|
+
"hasValue": false,
|
|
11698
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png"
|
|
11699
|
+
},
|
|
11700
|
+
"statemint-LOCAL-KOL": {
|
|
11701
|
+
"originChain": "statemint",
|
|
11702
|
+
"slug": "statemint-LOCAL-KOL",
|
|
11703
|
+
"name": "Kolkadot",
|
|
11704
|
+
"symbol": "KOL",
|
|
11705
|
+
"decimals": 12,
|
|
11706
|
+
"priceId": null,
|
|
11707
|
+
"minAmount": "2007900000",
|
|
11708
|
+
"assetType": "LOCAL",
|
|
11709
|
+
"metadata": {
|
|
11710
|
+
"assetId": "86"
|
|
11711
|
+
},
|
|
11712
|
+
"multiChainAsset": "KOL-Kolkadot",
|
|
11713
|
+
"hasValue": true,
|
|
11714
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png"
|
|
11715
|
+
},
|
|
11716
|
+
"hydradx_main-LOCAL-KOL": {
|
|
11717
|
+
"originChain": "hydradx_main",
|
|
11718
|
+
"slug": "hydradx_main-LOCAL-KOL",
|
|
11719
|
+
"name": "Kolkadot",
|
|
11720
|
+
"symbol": "KOL",
|
|
11721
|
+
"decimals": 12,
|
|
11722
|
+
"priceId": null,
|
|
11723
|
+
"minAmount": "1",
|
|
11724
|
+
"assetType": "LOCAL",
|
|
11725
|
+
"metadata": {
|
|
11726
|
+
"assetId": "1000199"
|
|
11727
|
+
},
|
|
11728
|
+
"multiChainAsset": "KOL-Kolkadot",
|
|
11729
|
+
"hasValue": true,
|
|
11730
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png"
|
|
11655
11731
|
}
|
|
11656
11732
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7294,7 +7294,7 @@
|
|
|
7294
7294
|
"slug": "goldberg_testnet",
|
|
7295
7295
|
"name": "Avail Goldberg Testnet",
|
|
7296
7296
|
"isTestnet": true,
|
|
7297
|
-
"chainStatus": "
|
|
7297
|
+
"chainStatus": "INACTIVE",
|
|
7298
7298
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/goldberg_testnet.png",
|
|
7299
7299
|
"providers": {
|
|
7300
7300
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -9212,5 +9212,61 @@
|
|
|
9212
9212
|
"substrateInfo": null,
|
|
9213
9213
|
"extraInfo": null,
|
|
9214
9214
|
"bitcoinInfo": null
|
|
9215
|
+
},
|
|
9216
|
+
"cere": {
|
|
9217
|
+
"slug": "cere",
|
|
9218
|
+
"name": "Cere Network",
|
|
9219
|
+
"isTestnet": false,
|
|
9220
|
+
"chainStatus": "ACTIVE",
|
|
9221
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
9222
|
+
"providers": {
|
|
9223
|
+
"Cere Network": "wss://rpc.mainnet.cere.network/ws"
|
|
9224
|
+
},
|
|
9225
|
+
"evmInfo": null,
|
|
9226
|
+
"substrateInfo": {
|
|
9227
|
+
"relaySlug": null,
|
|
9228
|
+
"paraId": null,
|
|
9229
|
+
"genesisHash": "0x81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c",
|
|
9230
|
+
"addressPrefix": 54,
|
|
9231
|
+
"chainType": "RELAYCHAIN",
|
|
9232
|
+
"crowdloanUrl": null,
|
|
9233
|
+
"blockExplorer": null,
|
|
9234
|
+
"existentialDeposit": "10000000000",
|
|
9235
|
+
"symbol": "CERE",
|
|
9236
|
+
"decimals": 10,
|
|
9237
|
+
"hasNativeNft": null,
|
|
9238
|
+
"supportStaking": null,
|
|
9239
|
+
"supportSmartContract": null,
|
|
9240
|
+
"crowdloanParaId": null,
|
|
9241
|
+
"crowdloanFunds": []
|
|
9242
|
+
},
|
|
9243
|
+
"extraInfo": null,
|
|
9244
|
+
"bitcoinInfo": null
|
|
9245
|
+
},
|
|
9246
|
+
"aleph_testnet_evm": {
|
|
9247
|
+
"slug": "aleph_testnet_evm",
|
|
9248
|
+
"name": "Aleph Zero Testnet - EVM",
|
|
9249
|
+
"isTestnet": true,
|
|
9250
|
+
"chainStatus": "ACTIVE",
|
|
9251
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
9252
|
+
"providers": {
|
|
9253
|
+
"Sepolia": "https://alephzero-sepolia.drpc.org/",
|
|
9254
|
+
"Gelato": "https://rpc.alephzero-testnet.gelato.digital/"
|
|
9255
|
+
},
|
|
9256
|
+
"evmInfo": {
|
|
9257
|
+
"evmChainId": 2039,
|
|
9258
|
+
"blockExplorer": "https://aleph-zero.blockscout.com/",
|
|
9259
|
+
"existentialDeposit": "0",
|
|
9260
|
+
"symbol": "TZERO",
|
|
9261
|
+
"decimals": 18,
|
|
9262
|
+
"supportSmartContract": [
|
|
9263
|
+
"ERC20",
|
|
9264
|
+
"ERC721"
|
|
9265
|
+
],
|
|
9266
|
+
"abiExplorer": null
|
|
9267
|
+
},
|
|
9268
|
+
"substrateInfo": null,
|
|
9269
|
+
"extraInfo": null,
|
|
9270
|
+
"bitcoinInfo": null
|
|
9215
9271
|
}
|
|
9216
9272
|
}
|
|
@@ -268,6 +268,8 @@
|
|
|
268
268
|
"core": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
269
269
|
"satoshivm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
270
270
|
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
271
|
+
"cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
272
|
+
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
271
273
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
272
274
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
273
275
|
}
|
|
@@ -727,5 +727,23 @@
|
|
|
727
727
|
"priceId": null,
|
|
728
728
|
"hasValue": false,
|
|
729
729
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
|
730
|
+
},
|
|
731
|
+
"CERE-CereNetwork": {
|
|
732
|
+
"slug": "CERE-CereNetwork",
|
|
733
|
+
"originChainAsset": "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
734
|
+
"name": "Cere Network",
|
|
735
|
+
"symbol": "CERE",
|
|
736
|
+
"priceId": "cere-network",
|
|
737
|
+
"hasValue": true,
|
|
738
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png"
|
|
739
|
+
},
|
|
740
|
+
"KOL-Kolkadot": {
|
|
741
|
+
"slug": "KOL-Kolkadot",
|
|
742
|
+
"originChainAsset": null,
|
|
743
|
+
"name": "Kolkadot",
|
|
744
|
+
"symbol": "KOL",
|
|
745
|
+
"priceId": null,
|
|
746
|
+
"hasValue": true,
|
|
747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png"
|
|
730
748
|
}
|
|
731
749
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -694,6 +694,11 @@
|
|
|
694
694
|
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
695
695
|
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
696
696
|
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
697
|
+
"ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png",
|
|
698
|
+
"cere-native-cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png",
|
|
699
|
+
"aleph_testnet_evm-native-tzero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png",
|
|
700
|
+
"statemint-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png",
|
|
701
|
+
"hydradx_main-local-kol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png",
|
|
697
702
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
698
703
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
699
704
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -775,6 +780,8 @@
|
|
|
775
780
|
"ordi-ordi": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ordi-ordi.png",
|
|
776
781
|
"sys-syscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png",
|
|
777
782
|
"tsys-testsyscoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png",
|
|
783
|
+
"cere-cerenetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png",
|
|
784
|
+
"kol-kolkadot": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png",
|
|
778
785
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
779
786
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
780
787
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -11652,5 +11652,81 @@
|
|
|
11652
11652
|
"multiChainAsset": null,
|
|
11653
11653
|
"hasValue": true,
|
|
11654
11654
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
11655
|
+
},
|
|
11656
|
+
"ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6": {
|
|
11657
|
+
"originChain": "ethereum",
|
|
11658
|
+
"slug": "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
11659
|
+
"name": "Cere Network",
|
|
11660
|
+
"symbol": "CERE",
|
|
11661
|
+
"decimals": 10,
|
|
11662
|
+
"priceId": "cere-network",
|
|
11663
|
+
"minAmount": "0",
|
|
11664
|
+
"assetType": "ERC20",
|
|
11665
|
+
"metadata": {
|
|
11666
|
+
"contractAddress": "0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6"
|
|
11667
|
+
},
|
|
11668
|
+
"multiChainAsset": "CERE-CereNetwork",
|
|
11669
|
+
"hasValue": true,
|
|
11670
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-cere-0x2da719db753dfa10a62e140f436e1d67f2ddb0d6.png"
|
|
11671
|
+
},
|
|
11672
|
+
"cere-NATIVE-CERE": {
|
|
11673
|
+
"originChain": "cere",
|
|
11674
|
+
"slug": "cere-NATIVE-CERE",
|
|
11675
|
+
"name": "Cere Network",
|
|
11676
|
+
"symbol": "CERE",
|
|
11677
|
+
"decimals": 10,
|
|
11678
|
+
"priceId": "cere-network",
|
|
11679
|
+
"minAmount": "10000000000",
|
|
11680
|
+
"assetType": "NATIVE",
|
|
11681
|
+
"metadata": null,
|
|
11682
|
+
"multiChainAsset": "CERE-CereNetwork",
|
|
11683
|
+
"hasValue": true,
|
|
11684
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cere-native-cere.png"
|
|
11685
|
+
},
|
|
11686
|
+
"aleph_testnet_evm-NATIVE-TZERO": {
|
|
11687
|
+
"originChain": "aleph_testnet_evm",
|
|
11688
|
+
"slug": "aleph_testnet_evm-NATIVE-TZERO",
|
|
11689
|
+
"name": "Aleph Zero Testnet - EVM",
|
|
11690
|
+
"symbol": "TZERO",
|
|
11691
|
+
"decimals": 18,
|
|
11692
|
+
"priceId": null,
|
|
11693
|
+
"minAmount": "0",
|
|
11694
|
+
"assetType": "NATIVE",
|
|
11695
|
+
"metadata": null,
|
|
11696
|
+
"multiChainAsset": null,
|
|
11697
|
+
"hasValue": false,
|
|
11698
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_testnet_evm-native-tzero.png"
|
|
11699
|
+
},
|
|
11700
|
+
"statemint-LOCAL-KOL": {
|
|
11701
|
+
"originChain": "statemint",
|
|
11702
|
+
"slug": "statemint-LOCAL-KOL",
|
|
11703
|
+
"name": "Kolkadot",
|
|
11704
|
+
"symbol": "KOL",
|
|
11705
|
+
"decimals": 12,
|
|
11706
|
+
"priceId": null,
|
|
11707
|
+
"minAmount": "2007900000",
|
|
11708
|
+
"assetType": "LOCAL",
|
|
11709
|
+
"metadata": {
|
|
11710
|
+
"assetId": "86"
|
|
11711
|
+
},
|
|
11712
|
+
"multiChainAsset": "KOL-Kolkadot",
|
|
11713
|
+
"hasValue": true,
|
|
11714
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-kol.png"
|
|
11715
|
+
},
|
|
11716
|
+
"hydradx_main-LOCAL-KOL": {
|
|
11717
|
+
"originChain": "hydradx_main",
|
|
11718
|
+
"slug": "hydradx_main-LOCAL-KOL",
|
|
11719
|
+
"name": "Kolkadot",
|
|
11720
|
+
"symbol": "KOL",
|
|
11721
|
+
"decimals": 12,
|
|
11722
|
+
"priceId": null,
|
|
11723
|
+
"minAmount": "1",
|
|
11724
|
+
"assetType": "LOCAL",
|
|
11725
|
+
"metadata": {
|
|
11726
|
+
"assetId": "1000199"
|
|
11727
|
+
},
|
|
11728
|
+
"multiChainAsset": "KOL-Kolkadot",
|
|
11729
|
+
"hasValue": true,
|
|
11730
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-kol.png"
|
|
11655
11731
|
}
|
|
11656
11732
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7294,7 +7294,7 @@
|
|
|
7294
7294
|
"slug": "goldberg_testnet",
|
|
7295
7295
|
"name": "Avail Goldberg Testnet",
|
|
7296
7296
|
"isTestnet": true,
|
|
7297
|
-
"chainStatus": "
|
|
7297
|
+
"chainStatus": "INACTIVE",
|
|
7298
7298
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/goldberg_testnet.png",
|
|
7299
7299
|
"providers": {
|
|
7300
7300
|
"Goldberg testnet": "wss://goldberg-testnet-rpc.avail.tools/ws"
|
|
@@ -9212,5 +9212,61 @@
|
|
|
9212
9212
|
"substrateInfo": null,
|
|
9213
9213
|
"extraInfo": null,
|
|
9214
9214
|
"bitcoinInfo": null
|
|
9215
|
+
},
|
|
9216
|
+
"cere": {
|
|
9217
|
+
"slug": "cere",
|
|
9218
|
+
"name": "Cere Network",
|
|
9219
|
+
"isTestnet": false,
|
|
9220
|
+
"chainStatus": "ACTIVE",
|
|
9221
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
9222
|
+
"providers": {
|
|
9223
|
+
"Cere Network": "wss://rpc.mainnet.cere.network/ws"
|
|
9224
|
+
},
|
|
9225
|
+
"evmInfo": null,
|
|
9226
|
+
"substrateInfo": {
|
|
9227
|
+
"relaySlug": null,
|
|
9228
|
+
"paraId": null,
|
|
9229
|
+
"genesisHash": "0x81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c",
|
|
9230
|
+
"addressPrefix": 54,
|
|
9231
|
+
"chainType": "RELAYCHAIN",
|
|
9232
|
+
"crowdloanUrl": null,
|
|
9233
|
+
"blockExplorer": null,
|
|
9234
|
+
"existentialDeposit": "10000000000",
|
|
9235
|
+
"symbol": "CERE",
|
|
9236
|
+
"decimals": 10,
|
|
9237
|
+
"hasNativeNft": null,
|
|
9238
|
+
"supportStaking": null,
|
|
9239
|
+
"supportSmartContract": null,
|
|
9240
|
+
"crowdloanParaId": null,
|
|
9241
|
+
"crowdloanFunds": []
|
|
9242
|
+
},
|
|
9243
|
+
"extraInfo": null,
|
|
9244
|
+
"bitcoinInfo": null
|
|
9245
|
+
},
|
|
9246
|
+
"aleph_testnet_evm": {
|
|
9247
|
+
"slug": "aleph_testnet_evm",
|
|
9248
|
+
"name": "Aleph Zero Testnet - EVM",
|
|
9249
|
+
"isTestnet": true,
|
|
9250
|
+
"chainStatus": "ACTIVE",
|
|
9251
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
9252
|
+
"providers": {
|
|
9253
|
+
"Sepolia": "https://alephzero-sepolia.drpc.org/",
|
|
9254
|
+
"Gelato": "https://rpc.alephzero-testnet.gelato.digital/"
|
|
9255
|
+
},
|
|
9256
|
+
"evmInfo": {
|
|
9257
|
+
"evmChainId": 2039,
|
|
9258
|
+
"blockExplorer": "https://aleph-zero.blockscout.com/",
|
|
9259
|
+
"existentialDeposit": "0",
|
|
9260
|
+
"symbol": "TZERO",
|
|
9261
|
+
"decimals": 18,
|
|
9262
|
+
"supportSmartContract": [
|
|
9263
|
+
"ERC20",
|
|
9264
|
+
"ERC721"
|
|
9265
|
+
],
|
|
9266
|
+
"abiExplorer": null
|
|
9267
|
+
},
|
|
9268
|
+
"substrateInfo": null,
|
|
9269
|
+
"extraInfo": null,
|
|
9270
|
+
"bitcoinInfo": null
|
|
9215
9271
|
}
|
|
9216
9272
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -268,6 +268,8 @@
|
|
|
268
268
|
"core": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
269
269
|
"satoshivm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
270
270
|
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
271
|
+
"cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
272
|
+
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
271
273
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
272
274
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
273
275
|
}
|
|
@@ -727,5 +727,23 @@
|
|
|
727
727
|
"priceId": null,
|
|
728
728
|
"hasValue": false,
|
|
729
729
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
|
730
|
+
},
|
|
731
|
+
"CERE-CereNetwork": {
|
|
732
|
+
"slug": "CERE-CereNetwork",
|
|
733
|
+
"originChainAsset": "ethereum-ERC20-CERE-0x2dA719DB753dFA10a62E140f436E1d67F2ddB0d6",
|
|
734
|
+
"name": "Cere Network",
|
|
735
|
+
"symbol": "CERE",
|
|
736
|
+
"priceId": "cere-network",
|
|
737
|
+
"hasValue": true,
|
|
738
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cere-cerenetwork.png"
|
|
739
|
+
},
|
|
740
|
+
"KOL-Kolkadot": {
|
|
741
|
+
"slug": "KOL-Kolkadot",
|
|
742
|
+
"originChainAsset": null,
|
|
743
|
+
"name": "Kolkadot",
|
|
744
|
+
"symbol": "KOL",
|
|
745
|
+
"priceId": null,
|
|
746
|
+
"hasValue": true,
|
|
747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/kol-kolkadot.png"
|
|
730
748
|
}
|
|
731
749
|
}
|
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.75-beta.
|
|
10
|
+
version: '0.2.75-beta.2'
|
|
11
11
|
};
|