@subwallet/chain-list 0.2.5-beta.1 → 0.2.5-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 +201 -12
- package/cjs/data/AssetLogoMap.json +2 -2
- package/cjs/data/ChainAsset.json +101 -7
- package/cjs/data/ChainInfo.json +78 -0
- package/cjs/data/ChainLogoMap.json +4 -1
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/index.js +6 -6
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -2
- package/data/ChainAsset.json +101 -7
- package/data/ChainInfo.json +78 -0
- package/data/ChainLogoMap.json +4 -1
- package/data/MultiChainAsset.json +9 -0
- package/index.js +6 -6
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
var kma = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png";
|
|
49
49
|
var zkkma = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png";
|
|
50
50
|
var wbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/btc.png";
|
|
51
|
-
var busd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/
|
|
51
|
+
var busd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/busd.png";
|
|
52
52
|
var zkusdt = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/usdt.png";
|
|
53
53
|
var dai = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png";
|
|
54
54
|
var zkdai = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png";
|
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
var xckbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png";
|
|
169
169
|
var xcbnc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png";
|
|
170
170
|
var xckar = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png";
|
|
171
|
-
var kusd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png";
|
|
172
171
|
var rmrk$2 = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png";
|
|
173
172
|
var aris = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png";
|
|
174
173
|
var bill = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png";
|
|
@@ -274,6 +273,7 @@
|
|
|
274
273
|
var inw = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/inw.png";
|
|
275
274
|
var vfil = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/vfil.png";
|
|
276
275
|
var veth = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/veth.png";
|
|
276
|
+
var ftm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png";
|
|
277
277
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/cp.png";
|
|
278
278
|
const _AssetLogoMap = {
|
|
279
279
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/default.png",
|
|
@@ -439,7 +439,6 @@
|
|
|
439
439
|
xckbtc: xckbtc,
|
|
440
440
|
xcbnc: xcbnc,
|
|
441
441
|
xckar: xckar,
|
|
442
|
-
kusd: kusd,
|
|
443
442
|
rmrk: rmrk$2,
|
|
444
443
|
aris: aris,
|
|
445
444
|
bill: bill,
|
|
@@ -549,6 +548,7 @@
|
|
|
549
548
|
"lp ksm-kint": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kint.png",
|
|
550
549
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
551
550
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
551
|
+
ftm: ftm,
|
|
552
552
|
cp: cp
|
|
553
553
|
};
|
|
554
554
|
|
|
@@ -1818,9 +1818,9 @@
|
|
|
1818
1818
|
metadata: {
|
|
1819
1819
|
assetId: "23"
|
|
1820
1820
|
},
|
|
1821
|
-
multiChainAsset: "
|
|
1821
|
+
multiChainAsset: "BUSD-BinanceUSD",
|
|
1822
1822
|
hasValue: true,
|
|
1823
|
-
icon: "
|
|
1823
|
+
icon: "busd.png"
|
|
1824
1824
|
},
|
|
1825
1825
|
"calamari-LOCAL-AUSD": {
|
|
1826
1826
|
originChain: "calamari",
|
|
@@ -3183,6 +3183,20 @@
|
|
|
3183
3183
|
multiChainAsset: null,
|
|
3184
3184
|
hasValue: false,
|
|
3185
3185
|
icon: "subspace.png"
|
|
3186
|
+
},
|
|
3187
|
+
"subspace_gemini_3e-NATIVE-tSSC": {
|
|
3188
|
+
originChain: "subspace_gemini_3e",
|
|
3189
|
+
slug: "subspace_gemini_3e-NATIVE-tSSC",
|
|
3190
|
+
name: "Subspace Gemini 3e",
|
|
3191
|
+
symbol: "tSSC",
|
|
3192
|
+
decimals: 18,
|
|
3193
|
+
priceId: null,
|
|
3194
|
+
minAmount: "500",
|
|
3195
|
+
assetType: "NATIVE",
|
|
3196
|
+
metadata: null,
|
|
3197
|
+
multiChainAsset: null,
|
|
3198
|
+
hasValue: false,
|
|
3199
|
+
icon: "subspace.png"
|
|
3186
3200
|
},
|
|
3187
3201
|
"origintrail-NATIVE-OTP": {
|
|
3188
3202
|
originChain: "origintrail",
|
|
@@ -3309,6 +3323,42 @@
|
|
|
3309
3323
|
hasValue: true,
|
|
3310
3324
|
minAmount: "0",
|
|
3311
3325
|
icon: "pendulum.png"
|
|
3326
|
+
},
|
|
3327
|
+
"pendulum-LOCAL-DOT": {
|
|
3328
|
+
originChain: "pendulum",
|
|
3329
|
+
slug: "pendulum-LOCAL-DOT",
|
|
3330
|
+
name: "Polkadot",
|
|
3331
|
+
symbol: "DOT",
|
|
3332
|
+
decimals: 10,
|
|
3333
|
+
priceId: "polkadot",
|
|
3334
|
+
minAmount: null,
|
|
3335
|
+
assetType: "LOCAL",
|
|
3336
|
+
metadata: {
|
|
3337
|
+
onChainInfo: {
|
|
3338
|
+
XCM: "0"
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
multiChainAsset: "DOT-Polkadot",
|
|
3342
|
+
hasValue: true,
|
|
3343
|
+
icon: "polkadot.png"
|
|
3344
|
+
},
|
|
3345
|
+
"pendulum-LOCAL-USDT": {
|
|
3346
|
+
originChain: "pendulum",
|
|
3347
|
+
slug: "pendulum-LOCAL-USDT",
|
|
3348
|
+
name: "Tether USD",
|
|
3349
|
+
symbol: "USDT",
|
|
3350
|
+
decimals: 6,
|
|
3351
|
+
priceId: "tether",
|
|
3352
|
+
minAmount: null,
|
|
3353
|
+
assetType: "LOCAL",
|
|
3354
|
+
metadata: {
|
|
3355
|
+
onChainInfo: {
|
|
3356
|
+
XCM: "1"
|
|
3357
|
+
}
|
|
3358
|
+
},
|
|
3359
|
+
multiChainAsset: "USDT-Tether",
|
|
3360
|
+
hasValue: true,
|
|
3361
|
+
icon: "usdt.png"
|
|
3312
3362
|
},
|
|
3313
3363
|
"gear_testnet-NATIVE-Unit": {
|
|
3314
3364
|
originChain: "gear_testnet",
|
|
@@ -3976,7 +4026,7 @@
|
|
|
3976
4026
|
name: "Joystream",
|
|
3977
4027
|
symbol: "JOY",
|
|
3978
4028
|
decimals: 10,
|
|
3979
|
-
priceId:
|
|
4029
|
+
priceId: "joystream",
|
|
3980
4030
|
minAmount: "266666560",
|
|
3981
4031
|
assetType: "NATIVE",
|
|
3982
4032
|
metadata: null,
|
|
@@ -4492,11 +4542,11 @@
|
|
|
4492
4542
|
hasValue: true,
|
|
4493
4543
|
icon: "ausd.png"
|
|
4494
4544
|
},
|
|
4495
|
-
"bifrost-LOCAL-
|
|
4545
|
+
"bifrost-LOCAL-aUSD": {
|
|
4496
4546
|
originChain: "bifrost",
|
|
4497
|
-
slug: "bifrost-LOCAL-
|
|
4547
|
+
slug: "bifrost-LOCAL-aUSD",
|
|
4498
4548
|
name: "Karura USD",
|
|
4499
|
-
symbol: "
|
|
4549
|
+
symbol: "aUSD",
|
|
4500
4550
|
decimals: 12,
|
|
4501
4551
|
priceId: "acala-dollar",
|
|
4502
4552
|
minAmount: "100000000",
|
|
@@ -6467,7 +6517,7 @@
|
|
|
6467
6517
|
metadata: {
|
|
6468
6518
|
contractAddress: "0x4E15361FD6b4BB609Fa63C81A2be19d873717870"
|
|
6469
6519
|
},
|
|
6470
|
-
multiChainAsset:
|
|
6520
|
+
multiChainAsset: "FTM-Fantom",
|
|
6471
6521
|
hasValue: true,
|
|
6472
6522
|
icon: "ftm.png"
|
|
6473
6523
|
},
|
|
@@ -7289,6 +7339,50 @@
|
|
|
7289
7339
|
multiChainAsset: null,
|
|
7290
7340
|
hasValue: true,
|
|
7291
7341
|
icon: "lp-kbtc-usdt.png"
|
|
7342
|
+
},
|
|
7343
|
+
"fantom-NATIVE-FTM": {
|
|
7344
|
+
originChain: "fantom",
|
|
7345
|
+
slug: "fantom-NATIVE-FTM",
|
|
7346
|
+
name: "Fantom",
|
|
7347
|
+
symbol: "FTM",
|
|
7348
|
+
decimals: 18,
|
|
7349
|
+
priceId: "fantom",
|
|
7350
|
+
minAmount: "0",
|
|
7351
|
+
assetType: "NATIVE",
|
|
7352
|
+
metadata: null,
|
|
7353
|
+
multiChainAsset: "FTM-Fantom",
|
|
7354
|
+
hasValue: true,
|
|
7355
|
+
icon: "ftm.png"
|
|
7356
|
+
},
|
|
7357
|
+
"fantom_testnet-NATIVE-FTM": {
|
|
7358
|
+
originChain: "fantom_testnet",
|
|
7359
|
+
slug: "fantom_testnet-NATIVE-FTM",
|
|
7360
|
+
name: "Fantom",
|
|
7361
|
+
symbol: "FTM",
|
|
7362
|
+
decimals: 18,
|
|
7363
|
+
priceId: null,
|
|
7364
|
+
minAmount: "0",
|
|
7365
|
+
assetType: "NATIVE",
|
|
7366
|
+
metadata: null,
|
|
7367
|
+
multiChainAsset: null,
|
|
7368
|
+
hasValue: false,
|
|
7369
|
+
icon: "ftm.png"
|
|
7370
|
+
},
|
|
7371
|
+
"binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe": {
|
|
7372
|
+
originChain: "binance",
|
|
7373
|
+
slug: "binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe",
|
|
7374
|
+
name: "Fantom",
|
|
7375
|
+
symbol: "FTM",
|
|
7376
|
+
decimals: 18,
|
|
7377
|
+
priceId: "fantom",
|
|
7378
|
+
minAmount: "0",
|
|
7379
|
+
assetType: "ERC20",
|
|
7380
|
+
metadata: {
|
|
7381
|
+
contractAddress: "0xAD29AbB318791D579433D831ed122aFeAf29dcfe"
|
|
7382
|
+
},
|
|
7383
|
+
multiChainAsset: "FTM-Fantom",
|
|
7384
|
+
hasValue: true,
|
|
7385
|
+
icon: "ftm.png"
|
|
7292
7386
|
}
|
|
7293
7387
|
};
|
|
7294
7388
|
|
|
@@ -9908,6 +10002,31 @@
|
|
|
9908
10002
|
evmInfo: null,
|
|
9909
10003
|
icon: "subspace.png"
|
|
9910
10004
|
};
|
|
10005
|
+
var subspace_gemini_3e$1 = {
|
|
10006
|
+
slug: "subspace_gemini_3e",
|
|
10007
|
+
name: "Subspace Gemini 3e",
|
|
10008
|
+
chainStatus: "ACTIVE",
|
|
10009
|
+
providers: {
|
|
10010
|
+
"Gemini 3e": "wss://rpc.gemini-3e.subspace.network/ws"
|
|
10011
|
+
},
|
|
10012
|
+
isTestnet: true,
|
|
10013
|
+
substrateInfo: {
|
|
10014
|
+
paraId: null,
|
|
10015
|
+
relaySlug: null,
|
|
10016
|
+
genesisHash: "0xa3cd4b592d93f79943fbc58fc90ca8f516106699c9cf4d7ada98ca22877bc1ae",
|
|
10017
|
+
addressPrefix: 2254,
|
|
10018
|
+
chainType: "RELAYCHAIN",
|
|
10019
|
+
blockExplorer: "https://explorer.subspace.network/#/gemini-3e",
|
|
10020
|
+
symbol: "tSSC",
|
|
10021
|
+
existentialDeposit: "500",
|
|
10022
|
+
decimals: 18,
|
|
10023
|
+
hasNativeNft: false,
|
|
10024
|
+
supportSmartContract: null,
|
|
10025
|
+
supportStaking: false
|
|
10026
|
+
},
|
|
10027
|
+
evmInfo: null,
|
|
10028
|
+
icon: "subspace.png"
|
|
10029
|
+
};
|
|
9911
10030
|
var origintrail$1 = {
|
|
9912
10031
|
slug: "origintrail",
|
|
9913
10032
|
name: "OriginTrail",
|
|
@@ -11454,6 +11573,59 @@
|
|
|
11454
11573
|
evmInfo: null,
|
|
11455
11574
|
icon: "kusama-bridge-hub.png"
|
|
11456
11575
|
};
|
|
11576
|
+
var fantom$1 = {
|
|
11577
|
+
slug: "fantom",
|
|
11578
|
+
name: "Fantom",
|
|
11579
|
+
isTestnet: false,
|
|
11580
|
+
chainStatus: "ACTIVE",
|
|
11581
|
+
providers: {
|
|
11582
|
+
Ankr: "https://rpc.ankr.com/fantom",
|
|
11583
|
+
RPC_API: "https://rpcapi.fantom.network",
|
|
11584
|
+
BlastApi: "https://fantom-mainnet.public.blastapi.io",
|
|
11585
|
+
FTM_TOOLS: "https://rpc.ftm.tools",
|
|
11586
|
+
PoktNetwork: "https://fantom-rpc.gateway.pokt.network"
|
|
11587
|
+
},
|
|
11588
|
+
substrateInfo: null,
|
|
11589
|
+
evmInfo: {
|
|
11590
|
+
evmChainId: 250,
|
|
11591
|
+
blockExplorer: "https://ftmscan.com",
|
|
11592
|
+
symbol: "FTM",
|
|
11593
|
+
decimals: 18,
|
|
11594
|
+
existentialDeposit: "0",
|
|
11595
|
+
supportSmartContract: [
|
|
11596
|
+
"ERC20",
|
|
11597
|
+
"ERC721"
|
|
11598
|
+
],
|
|
11599
|
+
abiExplorer: "https://ftmscan.com"
|
|
11600
|
+
},
|
|
11601
|
+
icon: "ftm.png"
|
|
11602
|
+
};
|
|
11603
|
+
var fantom_testnet$1 = {
|
|
11604
|
+
slug: "fantom_testnet",
|
|
11605
|
+
name: "Fantom Testnet",
|
|
11606
|
+
isTestnet: true,
|
|
11607
|
+
chainStatus: "ACTIVE",
|
|
11608
|
+
providers: {
|
|
11609
|
+
Ankr: "https://rpc.ankr.com/fantom_testnet",
|
|
11610
|
+
X_API: "https://xapi.testnet.fantom.network/lachesis/",
|
|
11611
|
+
FantomNetwork: "https://rpc.testnet.fantom.network/",
|
|
11612
|
+
BlastApi: "https://fantom-testnet.public.blastapi.io/"
|
|
11613
|
+
},
|
|
11614
|
+
substrateInfo: null,
|
|
11615
|
+
evmInfo: {
|
|
11616
|
+
evmChainId: 4002,
|
|
11617
|
+
blockExplorer: "https://testnet.ftmscan.com",
|
|
11618
|
+
symbol: "FTM",
|
|
11619
|
+
decimals: 18,
|
|
11620
|
+
existentialDeposit: "0",
|
|
11621
|
+
supportSmartContract: [
|
|
11622
|
+
"ERC20",
|
|
11623
|
+
"ERC721"
|
|
11624
|
+
],
|
|
11625
|
+
abiExplorer: "https://testnet.ftmscan.com"
|
|
11626
|
+
},
|
|
11627
|
+
icon: "ftm.png"
|
|
11628
|
+
};
|
|
11457
11629
|
const _ChainInfoMap = {
|
|
11458
11630
|
polkadot: polkadot$1,
|
|
11459
11631
|
kusama: kusama$1,
|
|
@@ -11550,6 +11722,7 @@
|
|
|
11550
11722
|
subspace_gemini_2a: subspace_gemini_2a$1,
|
|
11551
11723
|
subspace_gemini_3c: subspace_gemini_3c$1,
|
|
11552
11724
|
subspace_gemini_3d: subspace_gemini_3d$1,
|
|
11725
|
+
subspace_gemini_3e: subspace_gemini_3e$1,
|
|
11553
11726
|
origintrail: origintrail$1,
|
|
11554
11727
|
dorafactory: dorafactory$1,
|
|
11555
11728
|
bajun: bajun$1,
|
|
@@ -11636,7 +11809,9 @@
|
|
|
11636
11809
|
snow_evm: snow_evm$1,
|
|
11637
11810
|
kate: kate$1,
|
|
11638
11811
|
bridgeHubPolkadot: bridgeHubPolkadot$1,
|
|
11639
|
-
bridgeHubKusama: bridgeHubKusama$1
|
|
11812
|
+
bridgeHubKusama: bridgeHubKusama$1,
|
|
11813
|
+
fantom: fantom$1,
|
|
11814
|
+
fantom_testnet: fantom_testnet$1
|
|
11640
11815
|
};
|
|
11641
11816
|
|
|
11642
11817
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -11734,6 +11909,7 @@
|
|
|
11734
11909
|
var subspace_gemini_2a = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png";
|
|
11735
11910
|
var subspace_gemini_3c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png";
|
|
11736
11911
|
var subspace_gemini_3d = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png";
|
|
11912
|
+
var subspace_gemini_3e = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png";
|
|
11737
11913
|
var origintrail = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/origintrail.png";
|
|
11738
11914
|
var dorafactory = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dora-factory.png";
|
|
11739
11915
|
var bajun = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bajun-network.png";
|
|
@@ -11796,6 +11972,8 @@
|
|
|
11796
11972
|
var kate = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kate.png";
|
|
11797
11973
|
var bridgeHubPolkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/polkadot-bridge-hub.png";
|
|
11798
11974
|
var bridgeHubKusama = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kusama-bridge-hub.png";
|
|
11975
|
+
var fantom = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png";
|
|
11976
|
+
var fantom_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png";
|
|
11799
11977
|
const _ChainLogoMap = {
|
|
11800
11978
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/default.png",
|
|
11801
11979
|
polkadot: polkadot,
|
|
@@ -11893,6 +12071,7 @@
|
|
|
11893
12071
|
subspace_gemini_2a: subspace_gemini_2a,
|
|
11894
12072
|
subspace_gemini_3c: subspace_gemini_3c,
|
|
11895
12073
|
subspace_gemini_3d: subspace_gemini_3d,
|
|
12074
|
+
subspace_gemini_3e: subspace_gemini_3e,
|
|
11896
12075
|
origintrail: origintrail,
|
|
11897
12076
|
dorafactory: dorafactory,
|
|
11898
12077
|
bajun: bajun,
|
|
@@ -11955,7 +12134,9 @@
|
|
|
11955
12134
|
snow_evm: snow_evm,
|
|
11956
12135
|
kate: kate,
|
|
11957
12136
|
bridgeHubPolkadot: bridgeHubPolkadot,
|
|
11958
|
-
bridgeHubKusama: bridgeHubKusama
|
|
12137
|
+
bridgeHubKusama: bridgeHubKusama,
|
|
12138
|
+
fantom: fantom,
|
|
12139
|
+
fantom_testnet: fantom_testnet
|
|
11959
12140
|
};
|
|
11960
12141
|
|
|
11961
12142
|
const _MultiChainAssetMap = {
|
|
@@ -12254,6 +12435,14 @@
|
|
|
12254
12435
|
symbol: "KMA",
|
|
12255
12436
|
priceId: "calamari-network",
|
|
12256
12437
|
hasValue: true
|
|
12438
|
+
},
|
|
12439
|
+
"FTM-Fantom": {
|
|
12440
|
+
slug: "FTM-Fantom",
|
|
12441
|
+
originChainAsset: "fantom-NATIVE-FTM",
|
|
12442
|
+
name: "Fantom",
|
|
12443
|
+
symbol: "FTM",
|
|
12444
|
+
priceId: "fantom",
|
|
12445
|
+
hasValue: true
|
|
12257
12446
|
}
|
|
12258
12447
|
};
|
|
12259
12448
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"kma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png",
|
|
43
43
|
"zkkma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png",
|
|
44
44
|
"wbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/btc.png",
|
|
45
|
-
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/
|
|
45
|
+
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/busd.png",
|
|
46
46
|
"zkusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/usdt.png",
|
|
47
47
|
"dai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png",
|
|
48
48
|
"zkdai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png",
|
|
@@ -162,7 +162,6 @@
|
|
|
162
162
|
"xckbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png",
|
|
163
163
|
"xcbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png",
|
|
164
164
|
"xckar": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png",
|
|
165
|
-
"kusd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png",
|
|
166
165
|
"rmrk": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png",
|
|
167
166
|
"aris": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png",
|
|
168
167
|
"bill": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png",
|
|
@@ -272,5 +271,6 @@
|
|
|
272
271
|
"lp ksm-kint": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kint.png",
|
|
273
272
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
274
273
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
274
|
+
"ftm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png",
|
|
275
275
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/cp.png"
|
|
276
276
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
"metadata": {
|
|
1004
1004
|
"assetId": "23"
|
|
1005
1005
|
},
|
|
1006
|
-
"multiChainAsset": "
|
|
1006
|
+
"multiChainAsset": "BUSD-BinanceUSD",
|
|
1007
1007
|
"hasValue": true,
|
|
1008
|
-
"icon": "
|
|
1008
|
+
"icon": "busd.png"
|
|
1009
1009
|
},
|
|
1010
1010
|
"calamari-LOCAL-AUSD": {
|
|
1011
1011
|
"originChain": "calamari",
|
|
@@ -2370,6 +2370,20 @@
|
|
|
2370
2370
|
"hasValue": false,
|
|
2371
2371
|
"icon": "subspace.png"
|
|
2372
2372
|
},
|
|
2373
|
+
"subspace_gemini_3e-NATIVE-tSSC": {
|
|
2374
|
+
"originChain": "subspace_gemini_3e",
|
|
2375
|
+
"slug": "subspace_gemini_3e-NATIVE-tSSC",
|
|
2376
|
+
"name": "Subspace Gemini 3e",
|
|
2377
|
+
"symbol": "tSSC",
|
|
2378
|
+
"decimals": 18,
|
|
2379
|
+
"priceId": null,
|
|
2380
|
+
"minAmount": "500",
|
|
2381
|
+
"assetType": "NATIVE",
|
|
2382
|
+
"metadata": null,
|
|
2383
|
+
"multiChainAsset": null,
|
|
2384
|
+
"hasValue": false,
|
|
2385
|
+
"icon": "subspace.png"
|
|
2386
|
+
},
|
|
2373
2387
|
"origintrail-NATIVE-OTP": {
|
|
2374
2388
|
"originChain": "origintrail",
|
|
2375
2389
|
"slug": "origintrail-NATIVE-OTP",
|
|
@@ -2496,6 +2510,42 @@
|
|
|
2496
2510
|
"minAmount": "0",
|
|
2497
2511
|
"icon": "pendulum.png"
|
|
2498
2512
|
},
|
|
2513
|
+
"pendulum-LOCAL-DOT": {
|
|
2514
|
+
"originChain": "pendulum",
|
|
2515
|
+
"slug": "pendulum-LOCAL-DOT",
|
|
2516
|
+
"name": "Polkadot",
|
|
2517
|
+
"symbol": "DOT",
|
|
2518
|
+
"decimals": 10,
|
|
2519
|
+
"priceId": "polkadot",
|
|
2520
|
+
"minAmount": null,
|
|
2521
|
+
"assetType": "LOCAL",
|
|
2522
|
+
"metadata": {
|
|
2523
|
+
"onChainInfo": {
|
|
2524
|
+
"XCM": "0"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
2528
|
+
"hasValue": true,
|
|
2529
|
+
"icon": "polkadot.png"
|
|
2530
|
+
},
|
|
2531
|
+
"pendulum-LOCAL-USDT": {
|
|
2532
|
+
"originChain": "pendulum",
|
|
2533
|
+
"slug": "pendulum-LOCAL-USDT",
|
|
2534
|
+
"name": "Tether USD",
|
|
2535
|
+
"symbol": "USDT",
|
|
2536
|
+
"decimals": 6,
|
|
2537
|
+
"priceId": "tether",
|
|
2538
|
+
"minAmount": null,
|
|
2539
|
+
"assetType": "LOCAL",
|
|
2540
|
+
"metadata": {
|
|
2541
|
+
"onChainInfo": {
|
|
2542
|
+
"XCM": "1"
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
"multiChainAsset": "USDT-Tether",
|
|
2546
|
+
"hasValue": true,
|
|
2547
|
+
"icon": "usdt.png"
|
|
2548
|
+
},
|
|
2499
2549
|
"gear_testnet-NATIVE-Unit": {
|
|
2500
2550
|
"originChain": "gear_testnet",
|
|
2501
2551
|
"slug": "gear_testnet-NATIVE-Unit",
|
|
@@ -3162,7 +3212,7 @@
|
|
|
3162
3212
|
"name": "Joystream",
|
|
3163
3213
|
"symbol": "JOY",
|
|
3164
3214
|
"decimals": 10,
|
|
3165
|
-
"priceId":
|
|
3215
|
+
"priceId": "joystream",
|
|
3166
3216
|
"minAmount": "266666560",
|
|
3167
3217
|
"assetType": "NATIVE",
|
|
3168
3218
|
"metadata": null,
|
|
@@ -3678,11 +3728,11 @@
|
|
|
3678
3728
|
"hasValue": true,
|
|
3679
3729
|
"icon": "ausd.png"
|
|
3680
3730
|
},
|
|
3681
|
-
"bifrost-LOCAL-
|
|
3731
|
+
"bifrost-LOCAL-aUSD": {
|
|
3682
3732
|
"originChain": "bifrost",
|
|
3683
|
-
"slug": "bifrost-LOCAL-
|
|
3733
|
+
"slug": "bifrost-LOCAL-aUSD",
|
|
3684
3734
|
"name": "Karura USD",
|
|
3685
|
-
"symbol": "
|
|
3735
|
+
"symbol": "aUSD",
|
|
3686
3736
|
"decimals": 12,
|
|
3687
3737
|
"priceId": "acala-dollar",
|
|
3688
3738
|
"minAmount": "100000000",
|
|
@@ -5653,7 +5703,7 @@
|
|
|
5653
5703
|
"metadata": {
|
|
5654
5704
|
"contractAddress": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870"
|
|
5655
5705
|
},
|
|
5656
|
-
"multiChainAsset":
|
|
5706
|
+
"multiChainAsset": "FTM-Fantom",
|
|
5657
5707
|
"hasValue": true,
|
|
5658
5708
|
"icon": "ftm.png"
|
|
5659
5709
|
},
|
|
@@ -6475,5 +6525,49 @@
|
|
|
6475
6525
|
"multiChainAsset": null,
|
|
6476
6526
|
"hasValue": true,
|
|
6477
6527
|
"icon": "lp-kbtc-usdt.png"
|
|
6528
|
+
},
|
|
6529
|
+
"fantom-NATIVE-FTM": {
|
|
6530
|
+
"originChain": "fantom",
|
|
6531
|
+
"slug": "fantom-NATIVE-FTM",
|
|
6532
|
+
"name": "Fantom",
|
|
6533
|
+
"symbol": "FTM",
|
|
6534
|
+
"decimals": 18,
|
|
6535
|
+
"priceId": "fantom",
|
|
6536
|
+
"minAmount": "0",
|
|
6537
|
+
"assetType": "NATIVE",
|
|
6538
|
+
"metadata": null,
|
|
6539
|
+
"multiChainAsset": "FTM-Fantom",
|
|
6540
|
+
"hasValue": true,
|
|
6541
|
+
"icon": "ftm.png"
|
|
6542
|
+
},
|
|
6543
|
+
"fantom_testnet-NATIVE-FTM": {
|
|
6544
|
+
"originChain": "fantom_testnet",
|
|
6545
|
+
"slug": "fantom_testnet-NATIVE-FTM",
|
|
6546
|
+
"name": "Fantom",
|
|
6547
|
+
"symbol": "FTM",
|
|
6548
|
+
"decimals": 18,
|
|
6549
|
+
"priceId": null,
|
|
6550
|
+
"minAmount": "0",
|
|
6551
|
+
"assetType": "NATIVE",
|
|
6552
|
+
"metadata": null,
|
|
6553
|
+
"multiChainAsset": null,
|
|
6554
|
+
"hasValue": false,
|
|
6555
|
+
"icon": "ftm.png"
|
|
6556
|
+
},
|
|
6557
|
+
"binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe": {
|
|
6558
|
+
"originChain": "binance",
|
|
6559
|
+
"slug": "binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe",
|
|
6560
|
+
"name": "Fantom",
|
|
6561
|
+
"symbol": "FTM",
|
|
6562
|
+
"decimals": 18,
|
|
6563
|
+
"priceId": "fantom",
|
|
6564
|
+
"minAmount": "0",
|
|
6565
|
+
"assetType": "ERC20",
|
|
6566
|
+
"metadata": {
|
|
6567
|
+
"contractAddress": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe"
|
|
6568
|
+
},
|
|
6569
|
+
"multiChainAsset": "FTM-Fantom",
|
|
6570
|
+
"hasValue": true,
|
|
6571
|
+
"icon": "ftm.png"
|
|
6478
6572
|
}
|
|
6479
6573
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -2614,6 +2614,31 @@
|
|
|
2614
2614
|
"evmInfo": null,
|
|
2615
2615
|
"icon": "subspace.png"
|
|
2616
2616
|
},
|
|
2617
|
+
"subspace_gemini_3e": {
|
|
2618
|
+
"slug": "subspace_gemini_3e",
|
|
2619
|
+
"name": "Subspace Gemini 3e",
|
|
2620
|
+
"chainStatus": "ACTIVE",
|
|
2621
|
+
"providers": {
|
|
2622
|
+
"Gemini 3e": "wss://rpc.gemini-3e.subspace.network/ws"
|
|
2623
|
+
},
|
|
2624
|
+
"isTestnet": true,
|
|
2625
|
+
"substrateInfo": {
|
|
2626
|
+
"paraId": null,
|
|
2627
|
+
"relaySlug": null,
|
|
2628
|
+
"genesisHash": "0xa3cd4b592d93f79943fbc58fc90ca8f516106699c9cf4d7ada98ca22877bc1ae",
|
|
2629
|
+
"addressPrefix": 2254,
|
|
2630
|
+
"chainType": "RELAYCHAIN",
|
|
2631
|
+
"blockExplorer": "https://explorer.subspace.network/#/gemini-3e",
|
|
2632
|
+
"symbol": "tSSC",
|
|
2633
|
+
"existentialDeposit": "500",
|
|
2634
|
+
"decimals": 18,
|
|
2635
|
+
"hasNativeNft": false,
|
|
2636
|
+
"supportSmartContract": null,
|
|
2637
|
+
"supportStaking": false
|
|
2638
|
+
},
|
|
2639
|
+
"evmInfo": null,
|
|
2640
|
+
"icon": "subspace.png"
|
|
2641
|
+
},
|
|
2617
2642
|
"origintrail": {
|
|
2618
2643
|
"slug": "origintrail",
|
|
2619
2644
|
"name": "OriginTrail",
|
|
@@ -4184,5 +4209,58 @@
|
|
|
4184
4209
|
},
|
|
4185
4210
|
"evmInfo": null,
|
|
4186
4211
|
"icon": "kusama-bridge-hub.png"
|
|
4212
|
+
},
|
|
4213
|
+
"fantom": {
|
|
4214
|
+
"slug": "fantom",
|
|
4215
|
+
"name": "Fantom",
|
|
4216
|
+
"isTestnet": false,
|
|
4217
|
+
"chainStatus": "ACTIVE",
|
|
4218
|
+
"providers": {
|
|
4219
|
+
"Ankr": "https://rpc.ankr.com/fantom",
|
|
4220
|
+
"RPC_API": "https://rpcapi.fantom.network",
|
|
4221
|
+
"BlastApi": "https://fantom-mainnet.public.blastapi.io",
|
|
4222
|
+
"FTM_TOOLS": "https://rpc.ftm.tools",
|
|
4223
|
+
"PoktNetwork": "https://fantom-rpc.gateway.pokt.network"
|
|
4224
|
+
},
|
|
4225
|
+
"substrateInfo": null,
|
|
4226
|
+
"evmInfo": {
|
|
4227
|
+
"evmChainId": 250,
|
|
4228
|
+
"blockExplorer": "https://ftmscan.com",
|
|
4229
|
+
"symbol": "FTM",
|
|
4230
|
+
"decimals": 18,
|
|
4231
|
+
"existentialDeposit": "0",
|
|
4232
|
+
"supportSmartContract": [
|
|
4233
|
+
"ERC20",
|
|
4234
|
+
"ERC721"
|
|
4235
|
+
],
|
|
4236
|
+
"abiExplorer": "https://ftmscan.com"
|
|
4237
|
+
},
|
|
4238
|
+
"icon": "ftm.png"
|
|
4239
|
+
},
|
|
4240
|
+
"fantom_testnet": {
|
|
4241
|
+
"slug": "fantom_testnet",
|
|
4242
|
+
"name": "Fantom Testnet",
|
|
4243
|
+
"isTestnet": true,
|
|
4244
|
+
"chainStatus": "ACTIVE",
|
|
4245
|
+
"providers": {
|
|
4246
|
+
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
4247
|
+
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
4248
|
+
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
4249
|
+
"BlastApi": "https://fantom-testnet.public.blastapi.io/"
|
|
4250
|
+
},
|
|
4251
|
+
"substrateInfo": null,
|
|
4252
|
+
"evmInfo": {
|
|
4253
|
+
"evmChainId": 4002,
|
|
4254
|
+
"blockExplorer": "https://testnet.ftmscan.com",
|
|
4255
|
+
"symbol": "FTM",
|
|
4256
|
+
"decimals": 18,
|
|
4257
|
+
"existentialDeposit": "0",
|
|
4258
|
+
"supportSmartContract": [
|
|
4259
|
+
"ERC20",
|
|
4260
|
+
"ERC721"
|
|
4261
|
+
],
|
|
4262
|
+
"abiExplorer": "https://testnet.ftmscan.com"
|
|
4263
|
+
},
|
|
4264
|
+
"icon": "ftm.png"
|
|
4187
4265
|
}
|
|
4188
4266
|
}
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"subspace_gemini_2a": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
96
96
|
"subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
97
97
|
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
98
|
+
"subspace_gemini_3e": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
98
99
|
"origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/origintrail.png",
|
|
99
100
|
"dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dora-factory.png",
|
|
100
101
|
"bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bajun-network.png",
|
|
@@ -157,5 +158,7 @@
|
|
|
157
158
|
"snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/snow-network.png",
|
|
158
159
|
"kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kate.png",
|
|
159
160
|
"bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/polkadot-bridge-hub.png",
|
|
160
|
-
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kusama-bridge-hub.png"
|
|
161
|
+
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kusama-bridge-hub.png",
|
|
162
|
+
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png",
|
|
163
|
+
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png"
|
|
161
164
|
}
|
|
@@ -252,6 +252,7 @@
|
|
|
252
252
|
"originChainAsset": null,
|
|
253
253
|
"name": "Wrapped BTC",
|
|
254
254
|
"symbol": "WBTC",
|
|
255
|
+
"symbol": "WBTC",
|
|
255
256
|
"priceId": "wrapped-bitcoin",
|
|
256
257
|
"hasValue": true
|
|
257
258
|
},
|
|
@@ -294,5 +295,13 @@
|
|
|
294
295
|
"symbol": "KMA",
|
|
295
296
|
"priceId": "calamari-network",
|
|
296
297
|
"hasValue": true
|
|
298
|
+
},
|
|
299
|
+
"FTM-Fantom": {
|
|
300
|
+
"slug": "FTM-Fantom",
|
|
301
|
+
"originChainAsset": "fantom-NATIVE-FTM",
|
|
302
|
+
"name": "Fantom",
|
|
303
|
+
"symbol": "FTM",
|
|
304
|
+
"priceId": "fantom",
|
|
305
|
+
"hasValue": true
|
|
297
306
|
}
|
|
298
307
|
}
|
package/cjs/index.js
CHANGED
|
@@ -5,12 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports._DEFAULT_CHAINS = exports.MultiChainAssetMap = exports.ChainLogoMap = exports.ChainInfoMap = exports.ChainAssetMap = exports.COMMON_CHAIN_SLUGS = exports.AssetRefMap = exports.AssetLogoMap = void 0;
|
|
8
|
-
var _AssetLogoMap2 = _interopRequireDefault(require("
|
|
9
|
-
var _AssetRef2 = _interopRequireDefault(require("
|
|
10
|
-
var _ChainAsset2 = _interopRequireDefault(require("
|
|
11
|
-
var _ChainInfo2 = _interopRequireDefault(require("
|
|
12
|
-
var _ChainLogoMap2 = _interopRequireDefault(require("
|
|
13
|
-
var _MultiChainAsset2 = _interopRequireDefault(require("
|
|
8
|
+
var _AssetLogoMap2 = _interopRequireDefault(require("./data/AssetLogoMap.json"));
|
|
9
|
+
var _AssetRef2 = _interopRequireDefault(require("./data/AssetRef.json"));
|
|
10
|
+
var _ChainAsset2 = _interopRequireDefault(require("./data/ChainAsset.json"));
|
|
11
|
+
var _ChainInfo2 = _interopRequireDefault(require("./data/ChainInfo.json"));
|
|
12
|
+
var _ChainLogoMap2 = _interopRequireDefault(require("./data/ChainLogoMap.json"));
|
|
13
|
+
var _MultiChainAsset2 = _interopRequireDefault(require("./data/MultiChainAsset.json"));
|
|
14
14
|
// Copyright 2019-2022 @subwallet/chain-list authors & contributors
|
|
15
15
|
// SPDX-License-Identifier: Apache-2.0
|
|
16
16
|
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"kma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png",
|
|
43
43
|
"zkkma": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/calamarinetwork.png",
|
|
44
44
|
"wbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/btc.png",
|
|
45
|
-
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/
|
|
45
|
+
"busd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/busd.png",
|
|
46
46
|
"zkusdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/usdt.png",
|
|
47
47
|
"dai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png",
|
|
48
48
|
"zkdai": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dai.png",
|
|
@@ -162,7 +162,6 @@
|
|
|
162
162
|
"xckbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kbtc.png",
|
|
163
163
|
"xcbnc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bifrost.png",
|
|
164
164
|
"xckar": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/karura.png",
|
|
165
|
-
"kusd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ausd.png",
|
|
166
165
|
"rmrk": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/rmrk-token.png",
|
|
167
166
|
"aris": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/aris.png",
|
|
168
167
|
"bill": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bill.png",
|
|
@@ -272,5 +271,6 @@
|
|
|
272
271
|
"lp ksm-kint": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kint.png",
|
|
273
272
|
"lp ksm-kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-ksm-kbtc.png",
|
|
274
273
|
"lp kbtc-usdt": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/lp-kbtc-usdt.png",
|
|
274
|
+
"ftm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png",
|
|
275
275
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/cp.png"
|
|
276
276
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
"metadata": {
|
|
1004
1004
|
"assetId": "23"
|
|
1005
1005
|
},
|
|
1006
|
-
"multiChainAsset": "
|
|
1006
|
+
"multiChainAsset": "BUSD-BinanceUSD",
|
|
1007
1007
|
"hasValue": true,
|
|
1008
|
-
"icon": "
|
|
1008
|
+
"icon": "busd.png"
|
|
1009
1009
|
},
|
|
1010
1010
|
"calamari-LOCAL-AUSD": {
|
|
1011
1011
|
"originChain": "calamari",
|
|
@@ -2370,6 +2370,20 @@
|
|
|
2370
2370
|
"hasValue": false,
|
|
2371
2371
|
"icon": "subspace.png"
|
|
2372
2372
|
},
|
|
2373
|
+
"subspace_gemini_3e-NATIVE-tSSC": {
|
|
2374
|
+
"originChain": "subspace_gemini_3e",
|
|
2375
|
+
"slug": "subspace_gemini_3e-NATIVE-tSSC",
|
|
2376
|
+
"name": "Subspace Gemini 3e",
|
|
2377
|
+
"symbol": "tSSC",
|
|
2378
|
+
"decimals": 18,
|
|
2379
|
+
"priceId": null,
|
|
2380
|
+
"minAmount": "500",
|
|
2381
|
+
"assetType": "NATIVE",
|
|
2382
|
+
"metadata": null,
|
|
2383
|
+
"multiChainAsset": null,
|
|
2384
|
+
"hasValue": false,
|
|
2385
|
+
"icon": "subspace.png"
|
|
2386
|
+
},
|
|
2373
2387
|
"origintrail-NATIVE-OTP": {
|
|
2374
2388
|
"originChain": "origintrail",
|
|
2375
2389
|
"slug": "origintrail-NATIVE-OTP",
|
|
@@ -2496,6 +2510,42 @@
|
|
|
2496
2510
|
"minAmount": "0",
|
|
2497
2511
|
"icon": "pendulum.png"
|
|
2498
2512
|
},
|
|
2513
|
+
"pendulum-LOCAL-DOT": {
|
|
2514
|
+
"originChain": "pendulum",
|
|
2515
|
+
"slug": "pendulum-LOCAL-DOT",
|
|
2516
|
+
"name": "Polkadot",
|
|
2517
|
+
"symbol": "DOT",
|
|
2518
|
+
"decimals": 10,
|
|
2519
|
+
"priceId": "polkadot",
|
|
2520
|
+
"minAmount": null,
|
|
2521
|
+
"assetType": "LOCAL",
|
|
2522
|
+
"metadata": {
|
|
2523
|
+
"onChainInfo": {
|
|
2524
|
+
"XCM": "0"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
2528
|
+
"hasValue": true,
|
|
2529
|
+
"icon": "polkadot.png"
|
|
2530
|
+
},
|
|
2531
|
+
"pendulum-LOCAL-USDT": {
|
|
2532
|
+
"originChain": "pendulum",
|
|
2533
|
+
"slug": "pendulum-LOCAL-USDT",
|
|
2534
|
+
"name": "Tether USD",
|
|
2535
|
+
"symbol": "USDT",
|
|
2536
|
+
"decimals": 6,
|
|
2537
|
+
"priceId": "tether",
|
|
2538
|
+
"minAmount": null,
|
|
2539
|
+
"assetType": "LOCAL",
|
|
2540
|
+
"metadata": {
|
|
2541
|
+
"onChainInfo": {
|
|
2542
|
+
"XCM": "1"
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
"multiChainAsset": "USDT-Tether",
|
|
2546
|
+
"hasValue": true,
|
|
2547
|
+
"icon": "usdt.png"
|
|
2548
|
+
},
|
|
2499
2549
|
"gear_testnet-NATIVE-Unit": {
|
|
2500
2550
|
"originChain": "gear_testnet",
|
|
2501
2551
|
"slug": "gear_testnet-NATIVE-Unit",
|
|
@@ -3162,7 +3212,7 @@
|
|
|
3162
3212
|
"name": "Joystream",
|
|
3163
3213
|
"symbol": "JOY",
|
|
3164
3214
|
"decimals": 10,
|
|
3165
|
-
"priceId":
|
|
3215
|
+
"priceId": "joystream",
|
|
3166
3216
|
"minAmount": "266666560",
|
|
3167
3217
|
"assetType": "NATIVE",
|
|
3168
3218
|
"metadata": null,
|
|
@@ -3678,11 +3728,11 @@
|
|
|
3678
3728
|
"hasValue": true,
|
|
3679
3729
|
"icon": "ausd.png"
|
|
3680
3730
|
},
|
|
3681
|
-
"bifrost-LOCAL-
|
|
3731
|
+
"bifrost-LOCAL-aUSD": {
|
|
3682
3732
|
"originChain": "bifrost",
|
|
3683
|
-
"slug": "bifrost-LOCAL-
|
|
3733
|
+
"slug": "bifrost-LOCAL-aUSD",
|
|
3684
3734
|
"name": "Karura USD",
|
|
3685
|
-
"symbol": "
|
|
3735
|
+
"symbol": "aUSD",
|
|
3686
3736
|
"decimals": 12,
|
|
3687
3737
|
"priceId": "acala-dollar",
|
|
3688
3738
|
"minAmount": "100000000",
|
|
@@ -5653,7 +5703,7 @@
|
|
|
5653
5703
|
"metadata": {
|
|
5654
5704
|
"contractAddress": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870"
|
|
5655
5705
|
},
|
|
5656
|
-
"multiChainAsset":
|
|
5706
|
+
"multiChainAsset": "FTM-Fantom",
|
|
5657
5707
|
"hasValue": true,
|
|
5658
5708
|
"icon": "ftm.png"
|
|
5659
5709
|
},
|
|
@@ -6475,5 +6525,49 @@
|
|
|
6475
6525
|
"multiChainAsset": null,
|
|
6476
6526
|
"hasValue": true,
|
|
6477
6527
|
"icon": "lp-kbtc-usdt.png"
|
|
6528
|
+
},
|
|
6529
|
+
"fantom-NATIVE-FTM": {
|
|
6530
|
+
"originChain": "fantom",
|
|
6531
|
+
"slug": "fantom-NATIVE-FTM",
|
|
6532
|
+
"name": "Fantom",
|
|
6533
|
+
"symbol": "FTM",
|
|
6534
|
+
"decimals": 18,
|
|
6535
|
+
"priceId": "fantom",
|
|
6536
|
+
"minAmount": "0",
|
|
6537
|
+
"assetType": "NATIVE",
|
|
6538
|
+
"metadata": null,
|
|
6539
|
+
"multiChainAsset": "FTM-Fantom",
|
|
6540
|
+
"hasValue": true,
|
|
6541
|
+
"icon": "ftm.png"
|
|
6542
|
+
},
|
|
6543
|
+
"fantom_testnet-NATIVE-FTM": {
|
|
6544
|
+
"originChain": "fantom_testnet",
|
|
6545
|
+
"slug": "fantom_testnet-NATIVE-FTM",
|
|
6546
|
+
"name": "Fantom",
|
|
6547
|
+
"symbol": "FTM",
|
|
6548
|
+
"decimals": 18,
|
|
6549
|
+
"priceId": null,
|
|
6550
|
+
"minAmount": "0",
|
|
6551
|
+
"assetType": "NATIVE",
|
|
6552
|
+
"metadata": null,
|
|
6553
|
+
"multiChainAsset": null,
|
|
6554
|
+
"hasValue": false,
|
|
6555
|
+
"icon": "ftm.png"
|
|
6556
|
+
},
|
|
6557
|
+
"binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe": {
|
|
6558
|
+
"originChain": "binance",
|
|
6559
|
+
"slug": "binance-ERC20-FTM-0xAD29AbB318791D579433D831ed122aFeAf29dcfe",
|
|
6560
|
+
"name": "Fantom",
|
|
6561
|
+
"symbol": "FTM",
|
|
6562
|
+
"decimals": 18,
|
|
6563
|
+
"priceId": "fantom",
|
|
6564
|
+
"minAmount": "0",
|
|
6565
|
+
"assetType": "ERC20",
|
|
6566
|
+
"metadata": {
|
|
6567
|
+
"contractAddress": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe"
|
|
6568
|
+
},
|
|
6569
|
+
"multiChainAsset": "FTM-Fantom",
|
|
6570
|
+
"hasValue": true,
|
|
6571
|
+
"icon": "ftm.png"
|
|
6478
6572
|
}
|
|
6479
6573
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -2614,6 +2614,31 @@
|
|
|
2614
2614
|
"evmInfo": null,
|
|
2615
2615
|
"icon": "subspace.png"
|
|
2616
2616
|
},
|
|
2617
|
+
"subspace_gemini_3e": {
|
|
2618
|
+
"slug": "subspace_gemini_3e",
|
|
2619
|
+
"name": "Subspace Gemini 3e",
|
|
2620
|
+
"chainStatus": "ACTIVE",
|
|
2621
|
+
"providers": {
|
|
2622
|
+
"Gemini 3e": "wss://rpc.gemini-3e.subspace.network/ws"
|
|
2623
|
+
},
|
|
2624
|
+
"isTestnet": true,
|
|
2625
|
+
"substrateInfo": {
|
|
2626
|
+
"paraId": null,
|
|
2627
|
+
"relaySlug": null,
|
|
2628
|
+
"genesisHash": "0xa3cd4b592d93f79943fbc58fc90ca8f516106699c9cf4d7ada98ca22877bc1ae",
|
|
2629
|
+
"addressPrefix": 2254,
|
|
2630
|
+
"chainType": "RELAYCHAIN",
|
|
2631
|
+
"blockExplorer": "https://explorer.subspace.network/#/gemini-3e",
|
|
2632
|
+
"symbol": "tSSC",
|
|
2633
|
+
"existentialDeposit": "500",
|
|
2634
|
+
"decimals": 18,
|
|
2635
|
+
"hasNativeNft": false,
|
|
2636
|
+
"supportSmartContract": null,
|
|
2637
|
+
"supportStaking": false
|
|
2638
|
+
},
|
|
2639
|
+
"evmInfo": null,
|
|
2640
|
+
"icon": "subspace.png"
|
|
2641
|
+
},
|
|
2617
2642
|
"origintrail": {
|
|
2618
2643
|
"slug": "origintrail",
|
|
2619
2644
|
"name": "OriginTrail",
|
|
@@ -4184,5 +4209,58 @@
|
|
|
4184
4209
|
},
|
|
4185
4210
|
"evmInfo": null,
|
|
4186
4211
|
"icon": "kusama-bridge-hub.png"
|
|
4212
|
+
},
|
|
4213
|
+
"fantom": {
|
|
4214
|
+
"slug": "fantom",
|
|
4215
|
+
"name": "Fantom",
|
|
4216
|
+
"isTestnet": false,
|
|
4217
|
+
"chainStatus": "ACTIVE",
|
|
4218
|
+
"providers": {
|
|
4219
|
+
"Ankr": "https://rpc.ankr.com/fantom",
|
|
4220
|
+
"RPC_API": "https://rpcapi.fantom.network",
|
|
4221
|
+
"BlastApi": "https://fantom-mainnet.public.blastapi.io",
|
|
4222
|
+
"FTM_TOOLS": "https://rpc.ftm.tools",
|
|
4223
|
+
"PoktNetwork": "https://fantom-rpc.gateway.pokt.network"
|
|
4224
|
+
},
|
|
4225
|
+
"substrateInfo": null,
|
|
4226
|
+
"evmInfo": {
|
|
4227
|
+
"evmChainId": 250,
|
|
4228
|
+
"blockExplorer": "https://ftmscan.com",
|
|
4229
|
+
"symbol": "FTM",
|
|
4230
|
+
"decimals": 18,
|
|
4231
|
+
"existentialDeposit": "0",
|
|
4232
|
+
"supportSmartContract": [
|
|
4233
|
+
"ERC20",
|
|
4234
|
+
"ERC721"
|
|
4235
|
+
],
|
|
4236
|
+
"abiExplorer": "https://ftmscan.com"
|
|
4237
|
+
},
|
|
4238
|
+
"icon": "ftm.png"
|
|
4239
|
+
},
|
|
4240
|
+
"fantom_testnet": {
|
|
4241
|
+
"slug": "fantom_testnet",
|
|
4242
|
+
"name": "Fantom Testnet",
|
|
4243
|
+
"isTestnet": true,
|
|
4244
|
+
"chainStatus": "ACTIVE",
|
|
4245
|
+
"providers": {
|
|
4246
|
+
"Ankr": "https://rpc.ankr.com/fantom_testnet",
|
|
4247
|
+
"X_API": "https://xapi.testnet.fantom.network/lachesis/",
|
|
4248
|
+
"FantomNetwork": "https://rpc.testnet.fantom.network/",
|
|
4249
|
+
"BlastApi": "https://fantom-testnet.public.blastapi.io/"
|
|
4250
|
+
},
|
|
4251
|
+
"substrateInfo": null,
|
|
4252
|
+
"evmInfo": {
|
|
4253
|
+
"evmChainId": 4002,
|
|
4254
|
+
"blockExplorer": "https://testnet.ftmscan.com",
|
|
4255
|
+
"symbol": "FTM",
|
|
4256
|
+
"decimals": 18,
|
|
4257
|
+
"existentialDeposit": "0",
|
|
4258
|
+
"supportSmartContract": [
|
|
4259
|
+
"ERC20",
|
|
4260
|
+
"ERC721"
|
|
4261
|
+
],
|
|
4262
|
+
"abiExplorer": "https://testnet.ftmscan.com"
|
|
4263
|
+
},
|
|
4264
|
+
"icon": "ftm.png"
|
|
4187
4265
|
}
|
|
4188
4266
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"subspace_gemini_2a": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
96
96
|
"subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
97
97
|
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
98
|
+
"subspace_gemini_3e": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/subspace.png",
|
|
98
99
|
"origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/origintrail.png",
|
|
99
100
|
"dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/dora-factory.png",
|
|
100
101
|
"bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/bajun-network.png",
|
|
@@ -157,5 +158,7 @@
|
|
|
157
158
|
"snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/snow-network.png",
|
|
158
159
|
"kate": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kate.png",
|
|
159
160
|
"bridgeHubPolkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/polkadot-bridge-hub.png",
|
|
160
|
-
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kusama-bridge-hub.png"
|
|
161
|
+
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/kusama-bridge-hub.png",
|
|
162
|
+
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png",
|
|
163
|
+
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/koni/dev/issue-15/packages/chain-list/src/logo/ftm.png"
|
|
161
164
|
}
|
|
@@ -252,6 +252,7 @@
|
|
|
252
252
|
"originChainAsset": null,
|
|
253
253
|
"name": "Wrapped BTC",
|
|
254
254
|
"symbol": "WBTC",
|
|
255
|
+
"symbol": "WBTC",
|
|
255
256
|
"priceId": "wrapped-bitcoin",
|
|
256
257
|
"hasValue": true
|
|
257
258
|
},
|
|
@@ -294,5 +295,13 @@
|
|
|
294
295
|
"symbol": "KMA",
|
|
295
296
|
"priceId": "calamari-network",
|
|
296
297
|
"hasValue": true
|
|
298
|
+
},
|
|
299
|
+
"FTM-Fantom": {
|
|
300
|
+
"slug": "FTM-Fantom",
|
|
301
|
+
"originChainAsset": "fantom-NATIVE-FTM",
|
|
302
|
+
"name": "Fantom",
|
|
303
|
+
"symbol": "FTM",
|
|
304
|
+
"priceId": "fantom",
|
|
305
|
+
"hasValue": true
|
|
297
306
|
}
|
|
298
307
|
}
|
package/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// Copyright 2019-2022 @subwallet/chain-list authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
|
-
import _AssetLogoMap from
|
|
5
|
-
import _AssetRefMap from
|
|
6
|
-
import _ChainAssetMap from
|
|
7
|
-
import _ChainInfoMap from
|
|
8
|
-
import _ChainLogoMap from
|
|
9
|
-
import _MultiChainAssetMap from
|
|
4
|
+
import _AssetLogoMap from "./data/AssetLogoMap.json";
|
|
5
|
+
import _AssetRefMap from "./data/AssetRef.json";
|
|
6
|
+
import _ChainAssetMap from "./data/ChainAsset.json";
|
|
7
|
+
import _ChainInfoMap from "./data/ChainInfo.json";
|
|
8
|
+
import _ChainLogoMap from "./data/ChainLogoMap.json";
|
|
9
|
+
import _MultiChainAssetMap from "./data/MultiChainAsset.json";
|
|
10
10
|
export const ChainInfoMap = _ChainInfoMap;
|
|
11
11
|
export const ChainAssetMap = _ChainAssetMap;
|
|
12
12
|
export const AssetRefMap = _AssetRefMap;
|
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.5-beta.
|
|
10
|
+
version: '0.2.5-beta.3'
|
|
11
11
|
};
|