@subwallet/chain-list 0.2.14-beta.1 → 0.2.14-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 +81 -27
- package/cjs/data/AssetLogoMap.json +0 -1
- package/cjs/data/ChainAsset.json +40 -10
- package/cjs/data/ChainInfo.json +35 -12
- package/cjs/data/ChainLogoMap.json +2 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +0 -1
- package/data/ChainAsset.json +40 -10
- package/data/ChainInfo.json +35 -12
- package/data/ChainLogoMap.json +2 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -288,7 +288,6 @@
|
|
|
288
288
|
var avax = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
|
|
289
289
|
var xcastr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png";
|
|
290
290
|
var sdot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
291
|
-
var u2u = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png";
|
|
292
291
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
293
292
|
var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
|
|
294
293
|
const _AssetLogoMap = {
|
|
@@ -582,7 +581,6 @@
|
|
|
582
581
|
avax: avax,
|
|
583
582
|
xcastr: xcastr,
|
|
584
583
|
sdot: sdot,
|
|
585
|
-
u2u: u2u,
|
|
586
584
|
cp: cp,
|
|
587
585
|
zpf: zpf
|
|
588
586
|
};
|
|
@@ -7840,19 +7838,49 @@
|
|
|
7840
7838
|
hasValue: true,
|
|
7841
7839
|
icon: "polkadot.png"
|
|
7842
7840
|
},
|
|
7843
|
-
"
|
|
7844
|
-
originChain: "
|
|
7845
|
-
slug: "
|
|
7846
|
-
name: "
|
|
7847
|
-
symbol: "
|
|
7841
|
+
"acala_evm-NATIVE-ACA": {
|
|
7842
|
+
originChain: "acala_evm",
|
|
7843
|
+
slug: "acala_evm-NATIVE-ACA",
|
|
7844
|
+
name: "Acala",
|
|
7845
|
+
symbol: "ACA",
|
|
7848
7846
|
decimals: 18,
|
|
7849
|
-
priceId:
|
|
7850
|
-
minAmount: "
|
|
7847
|
+
priceId: "acala",
|
|
7848
|
+
minAmount: "100000000000000000",
|
|
7851
7849
|
assetType: "NATIVE",
|
|
7852
7850
|
metadata: null,
|
|
7853
|
-
multiChainAsset:
|
|
7854
|
-
hasValue:
|
|
7855
|
-
icon: "
|
|
7851
|
+
multiChainAsset: "ACA-Acala",
|
|
7852
|
+
hasValue: true,
|
|
7853
|
+
icon: "acala.png"
|
|
7854
|
+
},
|
|
7855
|
+
"karura_evm-NATIVE-KAR": {
|
|
7856
|
+
originChain: "karura_evm",
|
|
7857
|
+
slug: "karura_evm-NATIVE-KAR",
|
|
7858
|
+
name: "Karura",
|
|
7859
|
+
symbol: "KAR",
|
|
7860
|
+
decimals: 18,
|
|
7861
|
+
priceId: "karura",
|
|
7862
|
+
minAmount: "100000000000000000",
|
|
7863
|
+
assetType: "NATIVE",
|
|
7864
|
+
metadata: null,
|
|
7865
|
+
multiChainAsset: "KAR-Karura",
|
|
7866
|
+
hasValue: true,
|
|
7867
|
+
icon: "karura.png"
|
|
7868
|
+
},
|
|
7869
|
+
"statemint-LOCAL-USDC": {
|
|
7870
|
+
originChain: "statemint",
|
|
7871
|
+
slug: "statemint-LOCAL-USDC",
|
|
7872
|
+
name: "USD Coin",
|
|
7873
|
+
symbol: "USDC",
|
|
7874
|
+
decimals: 6,
|
|
7875
|
+
priceId: "usd-coin",
|
|
7876
|
+
minAmount: "1000",
|
|
7877
|
+
assetType: "LOCAL",
|
|
7878
|
+
metadata: {
|
|
7879
|
+
assetId: "1337"
|
|
7880
|
+
},
|
|
7881
|
+
multiChainAsset: "USDC-USDCoin",
|
|
7882
|
+
hasValue: true,
|
|
7883
|
+
icon: "usdc.png"
|
|
7856
7884
|
}
|
|
7857
7885
|
};
|
|
7858
7886
|
|
|
@@ -10167,7 +10195,7 @@
|
|
|
10167
10195
|
name: "Acala Mandala TC7",
|
|
10168
10196
|
chainStatus: "ACTIVE",
|
|
10169
10197
|
providers: {
|
|
10170
|
-
OnFinality: "wss://
|
|
10198
|
+
OnFinality: "wss://acala-mandala.api.onfinality.io/public-ws",
|
|
10171
10199
|
Polkawallet: "wss://mandala.polkawallet.io"
|
|
10172
10200
|
},
|
|
10173
10201
|
isTestnet: true,
|
|
@@ -12194,28 +12222,51 @@
|
|
|
12194
12222
|
evmInfo: null,
|
|
12195
12223
|
icon: "crust.png"
|
|
12196
12224
|
};
|
|
12197
|
-
var
|
|
12198
|
-
slug: "
|
|
12199
|
-
name: "
|
|
12200
|
-
isTestnet:
|
|
12225
|
+
var acala_evm$1 = {
|
|
12226
|
+
slug: "acala_evm",
|
|
12227
|
+
name: "Acala - EVM",
|
|
12228
|
+
isTestnet: false,
|
|
12201
12229
|
chainStatus: "ACTIVE",
|
|
12202
12230
|
providers: {
|
|
12203
|
-
|
|
12231
|
+
Acala: "https://eth-rpc-acala.aca-api.network"
|
|
12204
12232
|
},
|
|
12205
12233
|
substrateInfo: null,
|
|
12206
12234
|
evmInfo: {
|
|
12207
|
-
evmChainId:
|
|
12208
|
-
blockExplorer: "https://
|
|
12209
|
-
symbol: "
|
|
12235
|
+
evmChainId: 787,
|
|
12236
|
+
blockExplorer: "https://blockscout.acala.network/",
|
|
12237
|
+
symbol: "ACA",
|
|
12210
12238
|
decimals: 18,
|
|
12211
|
-
existentialDeposit: "
|
|
12239
|
+
existentialDeposit: "100000000000000000",
|
|
12240
|
+
supportSmartContract: [
|
|
12241
|
+
"ERC20",
|
|
12242
|
+
"ERC721"
|
|
12243
|
+
],
|
|
12244
|
+
abiExplorer: "https://blockscout.acala.network/"
|
|
12245
|
+
},
|
|
12246
|
+
icon: "acala.png"
|
|
12247
|
+
};
|
|
12248
|
+
var karura_evm$1 = {
|
|
12249
|
+
slug: "karura_evm",
|
|
12250
|
+
name: "Karura - EVM",
|
|
12251
|
+
isTestnet: false,
|
|
12252
|
+
chainStatus: "ACTIVE",
|
|
12253
|
+
providers: {
|
|
12254
|
+
Acala: "https://eth-rpc-karura.aca-api.network"
|
|
12255
|
+
},
|
|
12256
|
+
substrateInfo: null,
|
|
12257
|
+
evmInfo: {
|
|
12258
|
+
evmChainId: 686,
|
|
12259
|
+
blockExplorer: "https://blockscout.karura.network/",
|
|
12260
|
+
symbol: "KAR",
|
|
12261
|
+
decimals: 18,
|
|
12262
|
+
existentialDeposit: "100000000000000000",
|
|
12212
12263
|
supportSmartContract: [
|
|
12213
12264
|
"ERC20",
|
|
12214
12265
|
"ERC721"
|
|
12215
12266
|
],
|
|
12216
|
-
abiExplorer: "https://
|
|
12267
|
+
abiExplorer: "https://blockscout.karura.network/"
|
|
12217
12268
|
},
|
|
12218
|
-
icon: "
|
|
12269
|
+
icon: "karura.png"
|
|
12219
12270
|
};
|
|
12220
12271
|
const _ChainInfoMap = {
|
|
12221
12272
|
polkadot: polkadot$1,
|
|
@@ -12407,7 +12458,8 @@
|
|
|
12407
12458
|
base_mainnet: base_mainnet$1,
|
|
12408
12459
|
avalanche_c: avalanche_c$1,
|
|
12409
12460
|
crust_mainnet: crust_mainnet$1,
|
|
12410
|
-
|
|
12461
|
+
acala_evm: acala_evm$1,
|
|
12462
|
+
karura_evm: karura_evm$1
|
|
12411
12463
|
};
|
|
12412
12464
|
|
|
12413
12465
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -12574,7 +12626,8 @@
|
|
|
12574
12626
|
var base_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png";
|
|
12575
12627
|
var avalanche_c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
|
|
12576
12628
|
var crust_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png";
|
|
12577
|
-
var
|
|
12629
|
+
var acala_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png";
|
|
12630
|
+
var karura_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png";
|
|
12578
12631
|
const _ChainLogoMap = {
|
|
12579
12632
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
12580
12633
|
polkadot: polkadot,
|
|
@@ -12742,7 +12795,8 @@
|
|
|
12742
12795
|
base_mainnet: base_mainnet,
|
|
12743
12796
|
avalanche_c: avalanche_c,
|
|
12744
12797
|
crust_mainnet: crust_mainnet,
|
|
12745
|
-
|
|
12798
|
+
acala_evm: acala_evm,
|
|
12799
|
+
karura_evm: karura_evm
|
|
12746
12800
|
};
|
|
12747
12801
|
|
|
12748
12802
|
const _MultiChainAssetMap = {
|
|
@@ -289,7 +289,6 @@
|
|
|
289
289
|
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
290
|
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
291
291
|
"sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
292
|
-
"u2u": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
|
|
293
292
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
294
293
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
295
294
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -6991,18 +6991,48 @@
|
|
|
6991
6991
|
"hasValue": true,
|
|
6992
6992
|
"icon": "polkadot.png"
|
|
6993
6993
|
},
|
|
6994
|
-
"
|
|
6995
|
-
"originChain": "
|
|
6996
|
-
"slug": "
|
|
6997
|
-
"name": "
|
|
6998
|
-
"symbol": "
|
|
6994
|
+
"acala_evm-NATIVE-ACA": {
|
|
6995
|
+
"originChain": "acala_evm",
|
|
6996
|
+
"slug": "acala_evm-NATIVE-ACA",
|
|
6997
|
+
"name": "Acala",
|
|
6998
|
+
"symbol": "ACA",
|
|
6999
6999
|
"decimals": 18,
|
|
7000
|
-
"priceId":
|
|
7001
|
-
"minAmount": "
|
|
7000
|
+
"priceId": "acala",
|
|
7001
|
+
"minAmount": "100000000000000000",
|
|
7002
7002
|
"assetType": "NATIVE",
|
|
7003
7003
|
"metadata": null,
|
|
7004
|
-
"multiChainAsset":
|
|
7005
|
-
"hasValue":
|
|
7006
|
-
"icon": "
|
|
7004
|
+
"multiChainAsset": "ACA-Acala",
|
|
7005
|
+
"hasValue": true,
|
|
7006
|
+
"icon": "acala.png"
|
|
7007
|
+
},
|
|
7008
|
+
"karura_evm-NATIVE-KAR": {
|
|
7009
|
+
"originChain": "karura_evm",
|
|
7010
|
+
"slug": "karura_evm-NATIVE-KAR",
|
|
7011
|
+
"name": "Karura",
|
|
7012
|
+
"symbol": "KAR",
|
|
7013
|
+
"decimals": 18,
|
|
7014
|
+
"priceId": "karura",
|
|
7015
|
+
"minAmount": "100000000000000000",
|
|
7016
|
+
"assetType": "NATIVE",
|
|
7017
|
+
"metadata": null,
|
|
7018
|
+
"multiChainAsset": "KAR-Karura",
|
|
7019
|
+
"hasValue": true,
|
|
7020
|
+
"icon": "karura.png"
|
|
7021
|
+
},
|
|
7022
|
+
"statemint-LOCAL-USDC": {
|
|
7023
|
+
"originChain": "statemint",
|
|
7024
|
+
"slug": "statemint-LOCAL-USDC",
|
|
7025
|
+
"name": "USD Coin",
|
|
7026
|
+
"symbol": "USDC",
|
|
7027
|
+
"decimals": 6,
|
|
7028
|
+
"priceId": "usd-coin",
|
|
7029
|
+
"minAmount": "1000",
|
|
7030
|
+
"assetType": "LOCAL",
|
|
7031
|
+
"metadata": {
|
|
7032
|
+
"assetId": "1337"
|
|
7033
|
+
},
|
|
7034
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7035
|
+
"hasValue": true,
|
|
7036
|
+
"icon": "usdc.png"
|
|
7007
7037
|
}
|
|
7008
7038
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"name": "Acala Mandala TC7",
|
|
2310
2310
|
"chainStatus": "ACTIVE",
|
|
2311
2311
|
"providers": {
|
|
2312
|
-
"OnFinality": "wss://
|
|
2312
|
+
"OnFinality": "wss://acala-mandala.api.onfinality.io/public-ws",
|
|
2313
2313
|
"Polkawallet": "wss://mandala.polkawallet.io"
|
|
2314
2314
|
},
|
|
2315
2315
|
"isTestnet": true,
|
|
@@ -4361,27 +4361,50 @@
|
|
|
4361
4361
|
"evmInfo": null,
|
|
4362
4362
|
"icon": "crust.png"
|
|
4363
4363
|
},
|
|
4364
|
-
"
|
|
4365
|
-
"slug": "
|
|
4366
|
-
"name": "
|
|
4367
|
-
"isTestnet":
|
|
4364
|
+
"acala_evm": {
|
|
4365
|
+
"slug": "acala_evm",
|
|
4366
|
+
"name": "Acala - EVM",
|
|
4367
|
+
"isTestnet": false,
|
|
4368
4368
|
"chainStatus": "ACTIVE",
|
|
4369
4369
|
"providers": {
|
|
4370
|
-
"
|
|
4370
|
+
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
4371
4371
|
},
|
|
4372
4372
|
"substrateInfo": null,
|
|
4373
4373
|
"evmInfo": {
|
|
4374
|
-
"evmChainId":
|
|
4375
|
-
"blockExplorer": "https://
|
|
4376
|
-
"symbol": "
|
|
4374
|
+
"evmChainId": 787,
|
|
4375
|
+
"blockExplorer": "https://blockscout.acala.network/",
|
|
4376
|
+
"symbol": "ACA",
|
|
4377
4377
|
"decimals": 18,
|
|
4378
|
-
"existentialDeposit": "
|
|
4378
|
+
"existentialDeposit": "100000000000000000",
|
|
4379
|
+
"supportSmartContract": [
|
|
4380
|
+
"ERC20",
|
|
4381
|
+
"ERC721"
|
|
4382
|
+
],
|
|
4383
|
+
"abiExplorer": "https://blockscout.acala.network/"
|
|
4384
|
+
},
|
|
4385
|
+
"icon": "acala.png"
|
|
4386
|
+
},
|
|
4387
|
+
"karura_evm": {
|
|
4388
|
+
"slug": "karura_evm",
|
|
4389
|
+
"name": "Karura - EVM",
|
|
4390
|
+
"isTestnet": false,
|
|
4391
|
+
"chainStatus": "ACTIVE",
|
|
4392
|
+
"providers": {
|
|
4393
|
+
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
4394
|
+
},
|
|
4395
|
+
"substrateInfo": null,
|
|
4396
|
+
"evmInfo": {
|
|
4397
|
+
"evmChainId": 686,
|
|
4398
|
+
"blockExplorer": "https://blockscout.karura.network/",
|
|
4399
|
+
"symbol": "KAR",
|
|
4400
|
+
"decimals": 18,
|
|
4401
|
+
"existentialDeposit": "100000000000000000",
|
|
4379
4402
|
"supportSmartContract": [
|
|
4380
4403
|
"ERC20",
|
|
4381
4404
|
"ERC721"
|
|
4382
4405
|
],
|
|
4383
|
-
"abiExplorer": "https://
|
|
4406
|
+
"abiExplorer": "https://blockscout.karura.network/"
|
|
4384
4407
|
},
|
|
4385
|
-
"icon": "
|
|
4408
|
+
"icon": "karura.png"
|
|
4386
4409
|
}
|
|
4387
4410
|
}
|
|
@@ -165,5 +165,6 @@
|
|
|
165
165
|
"base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
|
|
166
166
|
"avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
167
167
|
"crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png",
|
|
168
|
-
"
|
|
168
|
+
"acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
|
|
169
|
+
"karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
|
|
169
170
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -289,7 +289,6 @@
|
|
|
289
289
|
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
290
|
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
291
291
|
"sdot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png",
|
|
292
|
-
"u2u": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/unicorn-ultra.png",
|
|
293
292
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
294
293
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
295
294
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -6991,18 +6991,48 @@
|
|
|
6991
6991
|
"hasValue": true,
|
|
6992
6992
|
"icon": "polkadot.png"
|
|
6993
6993
|
},
|
|
6994
|
-
"
|
|
6995
|
-
"originChain": "
|
|
6996
|
-
"slug": "
|
|
6997
|
-
"name": "
|
|
6998
|
-
"symbol": "
|
|
6994
|
+
"acala_evm-NATIVE-ACA": {
|
|
6995
|
+
"originChain": "acala_evm",
|
|
6996
|
+
"slug": "acala_evm-NATIVE-ACA",
|
|
6997
|
+
"name": "Acala",
|
|
6998
|
+
"symbol": "ACA",
|
|
6999
6999
|
"decimals": 18,
|
|
7000
|
-
"priceId":
|
|
7001
|
-
"minAmount": "
|
|
7000
|
+
"priceId": "acala",
|
|
7001
|
+
"minAmount": "100000000000000000",
|
|
7002
7002
|
"assetType": "NATIVE",
|
|
7003
7003
|
"metadata": null,
|
|
7004
|
-
"multiChainAsset":
|
|
7005
|
-
"hasValue":
|
|
7006
|
-
"icon": "
|
|
7004
|
+
"multiChainAsset": "ACA-Acala",
|
|
7005
|
+
"hasValue": true,
|
|
7006
|
+
"icon": "acala.png"
|
|
7007
|
+
},
|
|
7008
|
+
"karura_evm-NATIVE-KAR": {
|
|
7009
|
+
"originChain": "karura_evm",
|
|
7010
|
+
"slug": "karura_evm-NATIVE-KAR",
|
|
7011
|
+
"name": "Karura",
|
|
7012
|
+
"symbol": "KAR",
|
|
7013
|
+
"decimals": 18,
|
|
7014
|
+
"priceId": "karura",
|
|
7015
|
+
"minAmount": "100000000000000000",
|
|
7016
|
+
"assetType": "NATIVE",
|
|
7017
|
+
"metadata": null,
|
|
7018
|
+
"multiChainAsset": "KAR-Karura",
|
|
7019
|
+
"hasValue": true,
|
|
7020
|
+
"icon": "karura.png"
|
|
7021
|
+
},
|
|
7022
|
+
"statemint-LOCAL-USDC": {
|
|
7023
|
+
"originChain": "statemint",
|
|
7024
|
+
"slug": "statemint-LOCAL-USDC",
|
|
7025
|
+
"name": "USD Coin",
|
|
7026
|
+
"symbol": "USDC",
|
|
7027
|
+
"decimals": 6,
|
|
7028
|
+
"priceId": "usd-coin",
|
|
7029
|
+
"minAmount": "1000",
|
|
7030
|
+
"assetType": "LOCAL",
|
|
7031
|
+
"metadata": {
|
|
7032
|
+
"assetId": "1337"
|
|
7033
|
+
},
|
|
7034
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7035
|
+
"hasValue": true,
|
|
7036
|
+
"icon": "usdc.png"
|
|
7007
7037
|
}
|
|
7008
7038
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"name": "Acala Mandala TC7",
|
|
2310
2310
|
"chainStatus": "ACTIVE",
|
|
2311
2311
|
"providers": {
|
|
2312
|
-
"OnFinality": "wss://
|
|
2312
|
+
"OnFinality": "wss://acala-mandala.api.onfinality.io/public-ws",
|
|
2313
2313
|
"Polkawallet": "wss://mandala.polkawallet.io"
|
|
2314
2314
|
},
|
|
2315
2315
|
"isTestnet": true,
|
|
@@ -4361,27 +4361,50 @@
|
|
|
4361
4361
|
"evmInfo": null,
|
|
4362
4362
|
"icon": "crust.png"
|
|
4363
4363
|
},
|
|
4364
|
-
"
|
|
4365
|
-
"slug": "
|
|
4366
|
-
"name": "
|
|
4367
|
-
"isTestnet":
|
|
4364
|
+
"acala_evm": {
|
|
4365
|
+
"slug": "acala_evm",
|
|
4366
|
+
"name": "Acala - EVM",
|
|
4367
|
+
"isTestnet": false,
|
|
4368
4368
|
"chainStatus": "ACTIVE",
|
|
4369
4369
|
"providers": {
|
|
4370
|
-
"
|
|
4370
|
+
"Acala": "https://eth-rpc-acala.aca-api.network"
|
|
4371
4371
|
},
|
|
4372
4372
|
"substrateInfo": null,
|
|
4373
4373
|
"evmInfo": {
|
|
4374
|
-
"evmChainId":
|
|
4375
|
-
"blockExplorer": "https://
|
|
4376
|
-
"symbol": "
|
|
4374
|
+
"evmChainId": 787,
|
|
4375
|
+
"blockExplorer": "https://blockscout.acala.network/",
|
|
4376
|
+
"symbol": "ACA",
|
|
4377
4377
|
"decimals": 18,
|
|
4378
|
-
"existentialDeposit": "
|
|
4378
|
+
"existentialDeposit": "100000000000000000",
|
|
4379
|
+
"supportSmartContract": [
|
|
4380
|
+
"ERC20",
|
|
4381
|
+
"ERC721"
|
|
4382
|
+
],
|
|
4383
|
+
"abiExplorer": "https://blockscout.acala.network/"
|
|
4384
|
+
},
|
|
4385
|
+
"icon": "acala.png"
|
|
4386
|
+
},
|
|
4387
|
+
"karura_evm": {
|
|
4388
|
+
"slug": "karura_evm",
|
|
4389
|
+
"name": "Karura - EVM",
|
|
4390
|
+
"isTestnet": false,
|
|
4391
|
+
"chainStatus": "ACTIVE",
|
|
4392
|
+
"providers": {
|
|
4393
|
+
"Acala": "https://eth-rpc-karura.aca-api.network"
|
|
4394
|
+
},
|
|
4395
|
+
"substrateInfo": null,
|
|
4396
|
+
"evmInfo": {
|
|
4397
|
+
"evmChainId": 686,
|
|
4398
|
+
"blockExplorer": "https://blockscout.karura.network/",
|
|
4399
|
+
"symbol": "KAR",
|
|
4400
|
+
"decimals": 18,
|
|
4401
|
+
"existentialDeposit": "100000000000000000",
|
|
4379
4402
|
"supportSmartContract": [
|
|
4380
4403
|
"ERC20",
|
|
4381
4404
|
"ERC721"
|
|
4382
4405
|
],
|
|
4383
|
-
"abiExplorer": "https://
|
|
4406
|
+
"abiExplorer": "https://blockscout.karura.network/"
|
|
4384
4407
|
},
|
|
4385
|
-
"icon": "
|
|
4408
|
+
"icon": "karura.png"
|
|
4386
4409
|
}
|
|
4387
4410
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -165,5 +165,6 @@
|
|
|
165
165
|
"base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
|
|
166
166
|
"avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
167
167
|
"crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png",
|
|
168
|
-
"
|
|
168
|
+
"acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
|
|
169
|
+
"karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
|
|
169
170
|
}
|
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.14-beta.
|
|
10
|
+
version: '0.2.14-beta.3'
|
|
11
11
|
};
|