@subwallet/chain-list 0.2.43-beta.1 → 0.2.43-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 +46 -3
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/AssetRef.json +42 -0
- package/cjs/data/ChainAsset.json +2 -2
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/data/ChainLogoMap.json +1 -1
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +1 -0
- package/data/AssetLogoMap.json +1 -0
- package/data/AssetRef.json +42 -0
- package/data/ChainAsset.json +2 -2
- package/data/ChainInfo.json +1 -1
- package/data/ChainLogoMap.json +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +2 -1
- package/types.js +1 -0
|
@@ -496,6 +496,7 @@
|
|
|
496
496
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
497
497
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
498
498
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
499
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
499
500
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
500
501
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
501
502
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
|
@@ -762,6 +763,20 @@
|
|
|
762
763
|
srcChain: "bifrost_dot",
|
|
763
764
|
destChain: "statemint",
|
|
764
765
|
path: "XCM"
|
|
766
|
+
},
|
|
767
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
768
|
+
srcAsset: "ethereum_goerli-NATIVE-ETH",
|
|
769
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
770
|
+
srcChain: "ethereum_goerli",
|
|
771
|
+
destChain: "chainflip_dot",
|
|
772
|
+
path: "SWAP"
|
|
773
|
+
},
|
|
774
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
775
|
+
srcAsset: "ethereum_goerli-NATIVE-ETH",
|
|
776
|
+
destAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
777
|
+
srcChain: "ethereum_goerli",
|
|
778
|
+
destChain: "ethereum_goerli",
|
|
779
|
+
path: "SWAP"
|
|
765
780
|
},
|
|
766
781
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
767
782
|
srcAsset: "parallel-LOCAL-USDT",
|
|
@@ -986,6 +1001,34 @@
|
|
|
986
1001
|
srcChain: "bifrost_dot",
|
|
987
1002
|
destChain: "manta_network",
|
|
988
1003
|
path: "XCM"
|
|
1004
|
+
},
|
|
1005
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
1006
|
+
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1007
|
+
destAsset: "ethereum_goerli-NATIVE-ETH",
|
|
1008
|
+
srcChain: "chainflip_dot",
|
|
1009
|
+
destChain: "ethereum_goerli",
|
|
1010
|
+
path: "SWAP"
|
|
1011
|
+
},
|
|
1012
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
1013
|
+
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1014
|
+
destAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1015
|
+
srcChain: "chainflip_dot",
|
|
1016
|
+
destChain: "ethereum_goerli",
|
|
1017
|
+
path: "SWAP"
|
|
1018
|
+
},
|
|
1019
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
1020
|
+
srcAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1021
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1022
|
+
srcChain: "ethereum_goerli",
|
|
1023
|
+
destChain: "chainflip_dot",
|
|
1024
|
+
path: "SWAP"
|
|
1025
|
+
},
|
|
1026
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
1027
|
+
srcAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1028
|
+
destAsset: "ethereum_goerli-NATIVE-ETH",
|
|
1029
|
+
srcChain: "ethereum_goerli",
|
|
1030
|
+
destChain: "ethereum_goerli",
|
|
1031
|
+
path: "SWAP"
|
|
989
1032
|
}
|
|
990
1033
|
};
|
|
991
1034
|
|
|
@@ -8858,7 +8901,7 @@
|
|
|
8858
8901
|
metadata: null,
|
|
8859
8902
|
multiChainAsset: null,
|
|
8860
8903
|
hasValue: false,
|
|
8861
|
-
icon:
|
|
8904
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
8862
8905
|
},
|
|
8863
8906
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
8864
8907
|
originChain: "ethereum_goerli",
|
|
@@ -16497,7 +16540,7 @@
|
|
|
16497
16540
|
name: "Chainflip-Polkadot",
|
|
16498
16541
|
isTestnet: true,
|
|
16499
16542
|
chainStatus: "ACTIVE",
|
|
16500
|
-
icon:
|
|
16543
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
16501
16544
|
providers: {
|
|
16502
16545
|
Chainflip: "wss://rpc-pdot.chainflip.io"
|
|
16503
16546
|
},
|
|
@@ -16986,7 +17029,7 @@
|
|
|
16986
17029
|
var okxTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png";
|
|
16987
17030
|
var liberlandTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png";
|
|
16988
17031
|
var liberland = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png";
|
|
16989
|
-
var chainflip_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
17032
|
+
var chainflip_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png";
|
|
16990
17033
|
const _ChainLogoMap = {
|
|
16991
17034
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16992
17035
|
polkadot: polkadot,
|
|
@@ -488,6 +488,7 @@
|
|
|
488
488
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
489
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
490
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
491
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
491
492
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
492
493
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
493
494
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -209,6 +209,20 @@
|
|
|
209
209
|
"destChain": "statemint",
|
|
210
210
|
"path": "XCM"
|
|
211
211
|
},
|
|
212
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
213
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
214
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
215
|
+
"srcChain": "ethereum_goerli",
|
|
216
|
+
"destChain": "chainflip_dot",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
219
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
220
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
221
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
222
|
+
"srcChain": "ethereum_goerli",
|
|
223
|
+
"destChain": "ethereum_goerli",
|
|
224
|
+
"path": "SWAP"
|
|
225
|
+
},
|
|
212
226
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
213
227
|
"srcAsset": "parallel-LOCAL-USDT",
|
|
214
228
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -432,5 +446,33 @@
|
|
|
432
446
|
"srcChain": "bifrost_dot",
|
|
433
447
|
"destChain": "manta_network",
|
|
434
448
|
"path": "XCM"
|
|
449
|
+
},
|
|
450
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
451
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
452
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
453
|
+
"srcChain": "chainflip_dot",
|
|
454
|
+
"destChain": "ethereum_goerli",
|
|
455
|
+
"path": "SWAP"
|
|
456
|
+
},
|
|
457
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
458
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
459
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
460
|
+
"srcChain": "chainflip_dot",
|
|
461
|
+
"destChain": "ethereum_goerli",
|
|
462
|
+
"path": "SWAP"
|
|
463
|
+
},
|
|
464
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
465
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
466
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
467
|
+
"srcChain": "ethereum_goerli",
|
|
468
|
+
"destChain": "chainflip_dot",
|
|
469
|
+
"path": "SWAP"
|
|
470
|
+
},
|
|
471
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
472
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
473
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
474
|
+
"srcChain": "ethereum_goerli",
|
|
475
|
+
"destChain": "ethereum_goerli",
|
|
476
|
+
"path": "SWAP"
|
|
435
477
|
}
|
|
436
478
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
"metadata": null,
|
|
7868
7868
|
"multiChainAsset": null,
|
|
7869
7869
|
"hasValue": false,
|
|
7870
|
-
"icon":
|
|
7870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
7871
7871
|
},
|
|
7872
7872
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
7873
7873
|
"originChain": "ethereum_goerli",
|
|
@@ -7933,4 +7933,4 @@
|
|
|
7933
7933
|
"hasValue": true,
|
|
7934
7934
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png"
|
|
7935
7935
|
}
|
|
7936
|
-
}
|
|
7936
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
"name": "Chainflip-Polkadot",
|
|
7445
7445
|
"isTestnet": true,
|
|
7446
7446
|
"chainStatus": "ACTIVE",
|
|
7447
|
-
"icon":
|
|
7447
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
7448
7448
|
"providers": {
|
|
7449
7449
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7450
7450
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
216
|
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
217
|
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
218
|
-
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
218
|
+
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
219
219
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
220
220
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
221
221
|
}
|
package/cjs/packageInfo.js
CHANGED
package/cjs/types.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -488,6 +488,7 @@
|
|
|
488
488
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
489
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
490
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
491
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
491
492
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
492
493
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
493
494
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -209,6 +209,20 @@
|
|
|
209
209
|
"destChain": "statemint",
|
|
210
210
|
"path": "XCM"
|
|
211
211
|
},
|
|
212
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
213
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
214
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
215
|
+
"srcChain": "ethereum_goerli",
|
|
216
|
+
"destChain": "chainflip_dot",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
219
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
220
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
221
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
222
|
+
"srcChain": "ethereum_goerli",
|
|
223
|
+
"destChain": "ethereum_goerli",
|
|
224
|
+
"path": "SWAP"
|
|
225
|
+
},
|
|
212
226
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
213
227
|
"srcAsset": "parallel-LOCAL-USDT",
|
|
214
228
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -432,5 +446,33 @@
|
|
|
432
446
|
"srcChain": "bifrost_dot",
|
|
433
447
|
"destChain": "manta_network",
|
|
434
448
|
"path": "XCM"
|
|
449
|
+
},
|
|
450
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
451
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
452
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
453
|
+
"srcChain": "chainflip_dot",
|
|
454
|
+
"destChain": "ethereum_goerli",
|
|
455
|
+
"path": "SWAP"
|
|
456
|
+
},
|
|
457
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
458
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
459
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
460
|
+
"srcChain": "chainflip_dot",
|
|
461
|
+
"destChain": "ethereum_goerli",
|
|
462
|
+
"path": "SWAP"
|
|
463
|
+
},
|
|
464
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
465
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
466
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
467
|
+
"srcChain": "ethereum_goerli",
|
|
468
|
+
"destChain": "chainflip_dot",
|
|
469
|
+
"path": "SWAP"
|
|
470
|
+
},
|
|
471
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
472
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
473
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
474
|
+
"srcChain": "ethereum_goerli",
|
|
475
|
+
"destChain": "ethereum_goerli",
|
|
476
|
+
"path": "SWAP"
|
|
435
477
|
}
|
|
436
478
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
"metadata": null,
|
|
7868
7868
|
"multiChainAsset": null,
|
|
7869
7869
|
"hasValue": false,
|
|
7870
|
-
"icon":
|
|
7870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
7871
7871
|
},
|
|
7872
7872
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
7873
7873
|
"originChain": "ethereum_goerli",
|
|
@@ -7933,4 +7933,4 @@
|
|
|
7933
7933
|
"hasValue": true,
|
|
7934
7934
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png"
|
|
7935
7935
|
}
|
|
7936
|
-
}
|
|
7936
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
"name": "Chainflip-Polkadot",
|
|
7445
7445
|
"isTestnet": true,
|
|
7446
7446
|
"chainStatus": "ACTIVE",
|
|
7447
|
-
"icon":
|
|
7447
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
7448
7448
|
"providers": {
|
|
7449
7449
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7450
7450
|
},
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
216
|
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
217
|
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
218
|
-
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
218
|
+
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
219
219
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
220
220
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
221
221
|
}
|
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.43-beta.
|
|
10
|
+
version: '0.2.43-beta.2'
|
|
11
11
|
};
|
package/types.d.ts
CHANGED