@subwallet/chain-list 0.2.47-beta.6 → 0.2.47-beta.7
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 +125 -1
- package/cjs/data/AssetLogoMap.json +3 -0
- package/cjs/data/AssetRef.json +42 -0
- package/cjs/data/ChainAsset.json +46 -0
- package/cjs/data/ChainInfo.json +29 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -0
- package/data/AssetRef.json +42 -0
- package/data/ChainAsset.json +46 -0
- package/data/ChainInfo.json +29 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -509,6 +509,9 @@
|
|
|
509
509
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
510
510
|
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
511
511
|
"statemint-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png",
|
|
512
|
+
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
513
|
+
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
514
|
+
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
512
515
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
513
516
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
514
517
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1080,6 +1083,48 @@
|
|
|
1080
1083
|
srcChain: "sepolia_ethereum",
|
|
1081
1084
|
destChain: "chainflip_dot",
|
|
1082
1085
|
path: "SWAP"
|
|
1086
|
+
},
|
|
1087
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
1088
|
+
srcAsset: "hydradx_rococo-NATIVE-HDX",
|
|
1089
|
+
destAsset: "hydradx_rococo-LOCAL-DOT",
|
|
1090
|
+
srcChain: "hydradx_rococo",
|
|
1091
|
+
destChain: "hydradx_rococo",
|
|
1092
|
+
path: "SWAP"
|
|
1093
|
+
},
|
|
1094
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-USDT": {
|
|
1095
|
+
srcAsset: "hydradx_rococo-NATIVE-HDX",
|
|
1096
|
+
destAsset: "hydradx_rococo-LOCAL-USDT",
|
|
1097
|
+
srcChain: "hydradx_rococo",
|
|
1098
|
+
destChain: "hydradx_rococo",
|
|
1099
|
+
path: "SWAP"
|
|
1100
|
+
},
|
|
1101
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-NATIVE-HDX": {
|
|
1102
|
+
srcAsset: "hydradx_rococo-LOCAL-DOT",
|
|
1103
|
+
destAsset: "hydradx_rococo-NATIVE-HDX",
|
|
1104
|
+
srcChain: "hydradx_rococo",
|
|
1105
|
+
destChain: "hydradx_rococo",
|
|
1106
|
+
path: "SWAP"
|
|
1107
|
+
},
|
|
1108
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-LOCAL-USDT": {
|
|
1109
|
+
srcAsset: "hydradx_rococo-LOCAL-DOT",
|
|
1110
|
+
destAsset: "hydradx_rococo-LOCAL-USDT",
|
|
1111
|
+
srcChain: "hydradx_rococo",
|
|
1112
|
+
destChain: "hydradx_rococo",
|
|
1113
|
+
path: "SWAP"
|
|
1114
|
+
},
|
|
1115
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_main-NATIVE-HDX": {
|
|
1116
|
+
srcAsset: "hydradx_rococo-LOCAL-USDT",
|
|
1117
|
+
destAsset: "hydradx_main-NATIVE-HDX",
|
|
1118
|
+
srcChain: "hydradx_rococo",
|
|
1119
|
+
destChain: "hydradx_main",
|
|
1120
|
+
path: "SWAP"
|
|
1121
|
+
},
|
|
1122
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-LOCAL-DOT": {
|
|
1123
|
+
srcAsset: "hydradx_rococo-LOCAL-USDT",
|
|
1124
|
+
destAsset: "hydradx_rococo-LOCAL-DOT",
|
|
1125
|
+
srcChain: "hydradx_rococo",
|
|
1126
|
+
destChain: "hydradx_rococo",
|
|
1127
|
+
path: "SWAP"
|
|
1083
1128
|
}
|
|
1084
1129
|
};
|
|
1085
1130
|
|
|
@@ -9133,6 +9178,52 @@
|
|
|
9133
9178
|
multiChainAsset: null,
|
|
9134
9179
|
hasValue: true,
|
|
9135
9180
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png"
|
|
9181
|
+
},
|
|
9182
|
+
"hydradx_rococo-NATIVE-HDX": {
|
|
9183
|
+
originChain: "hydradx_rococo",
|
|
9184
|
+
slug: "hydradx_rococo-NATIVE-HDX",
|
|
9185
|
+
name: "HydraDX Rococo",
|
|
9186
|
+
symbol: "HDX",
|
|
9187
|
+
decimals: 12,
|
|
9188
|
+
priceId: null,
|
|
9189
|
+
minAmount: "1000000000000",
|
|
9190
|
+
assetType: "NATIVE",
|
|
9191
|
+
metadata: null,
|
|
9192
|
+
multiChainAsset: null,
|
|
9193
|
+
hasValue: false,
|
|
9194
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png"
|
|
9195
|
+
},
|
|
9196
|
+
"hydradx_rococo-LOCAL-DOT": {
|
|
9197
|
+
originChain: "hydradx_rococo",
|
|
9198
|
+
slug: "hydradx_rococo-LOCAL-DOT",
|
|
9199
|
+
name: "Polkadot Testnet",
|
|
9200
|
+
symbol: "DOT",
|
|
9201
|
+
decimals: 10,
|
|
9202
|
+
priceId: null,
|
|
9203
|
+
minAmount: "100",
|
|
9204
|
+
assetType: "LOCAL",
|
|
9205
|
+
metadata: {
|
|
9206
|
+
assetId: "5"
|
|
9207
|
+
},
|
|
9208
|
+
multiChainAsset: null,
|
|
9209
|
+
hasValue: false,
|
|
9210
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png"
|
|
9211
|
+
},
|
|
9212
|
+
"hydradx_rococo-LOCAL-USDT": {
|
|
9213
|
+
originChain: "hydradx_rococo",
|
|
9214
|
+
slug: "hydradx_rococo-LOCAL-USDT",
|
|
9215
|
+
name: "Statemint USDT (testnet)",
|
|
9216
|
+
symbol: "USDT",
|
|
9217
|
+
decimals: 6,
|
|
9218
|
+
priceId: null,
|
|
9219
|
+
minAmount: "100",
|
|
9220
|
+
assetType: "LOCAL",
|
|
9221
|
+
metadata: {
|
|
9222
|
+
assetId: "10"
|
|
9223
|
+
},
|
|
9224
|
+
multiChainAsset: null,
|
|
9225
|
+
hasValue: false,
|
|
9226
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
9136
9227
|
}
|
|
9137
9228
|
};
|
|
9138
9229
|
|
|
@@ -17004,6 +17095,36 @@
|
|
|
17004
17095
|
substrateInfo: null,
|
|
17005
17096
|
extraInfo: null
|
|
17006
17097
|
};
|
|
17098
|
+
var hydradx_rococo$1 = {
|
|
17099
|
+
slug: "hydradx_rococo",
|
|
17100
|
+
name: "HydraDX Rococo",
|
|
17101
|
+
isTestnet: null,
|
|
17102
|
+
chainStatus: "ACTIVE",
|
|
17103
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
17104
|
+
providers: {
|
|
17105
|
+
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
17106
|
+
},
|
|
17107
|
+
evmInfo: null,
|
|
17108
|
+
substrateInfo: {
|
|
17109
|
+
relaySlug: "rococo",
|
|
17110
|
+
paraId: 2032,
|
|
17111
|
+
genesisHash: "0x06111acb32100bf87c88d28b1386f33136939b363cd86eb086626bc7d2a0022c",
|
|
17112
|
+
addressPrefix: 63,
|
|
17113
|
+
chainType: "PARACHAIN",
|
|
17114
|
+
crowdloanUrl: null,
|
|
17115
|
+
blockExplorer: null,
|
|
17116
|
+
existentialDeposit: "1000000000000",
|
|
17117
|
+
symbol: "HDX",
|
|
17118
|
+
decimals: 12,
|
|
17119
|
+
hasNativeNft: null,
|
|
17120
|
+
supportStaking: null,
|
|
17121
|
+
supportSmartContract: null,
|
|
17122
|
+
crowdloanParaId: null,
|
|
17123
|
+
crowdloanFunds: [
|
|
17124
|
+
]
|
|
17125
|
+
},
|
|
17126
|
+
extraInfo: null
|
|
17127
|
+
};
|
|
17007
17128
|
const _ChainInfoMap = {
|
|
17008
17129
|
polkadot: polkadot$1,
|
|
17009
17130
|
kusama: kusama$1,
|
|
@@ -17257,7 +17378,8 @@
|
|
|
17257
17378
|
phykenTest: phykenTest$1,
|
|
17258
17379
|
creditcoinTestEvm: creditcoinTestEvm$1,
|
|
17259
17380
|
astarZkEvm: astarZkEvm$1,
|
|
17260
|
-
sepolia_ethereum: sepolia_ethereum$1
|
|
17381
|
+
sepolia_ethereum: sepolia_ethereum$1,
|
|
17382
|
+
hydradx_rococo: hydradx_rococo$1
|
|
17261
17383
|
};
|
|
17262
17384
|
|
|
17263
17385
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -17481,6 +17603,7 @@
|
|
|
17481
17603
|
var creditcoinTestEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointestevm.png";
|
|
17482
17604
|
var astarZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png";
|
|
17483
17605
|
var sepolia_ethereum = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sepolia_ethereum.png";
|
|
17606
|
+
var hydradx_rococo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png";
|
|
17484
17607
|
const _ChainLogoMap = {
|
|
17485
17608
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
17486
17609
|
polkadot: polkadot,
|
|
@@ -17705,6 +17828,7 @@
|
|
|
17705
17828
|
creditcoinTestEvm: creditcoinTestEvm,
|
|
17706
17829
|
astarZkEvm: astarZkEvm,
|
|
17707
17830
|
sepolia_ethereum: sepolia_ethereum,
|
|
17831
|
+
hydradx_rococo: hydradx_rococo,
|
|
17708
17832
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
17709
17833
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
17710
17834
|
};
|
|
@@ -501,6 +501,9 @@
|
|
|
501
501
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
502
502
|
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
503
503
|
"statemint-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png",
|
|
504
|
+
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
505
|
+
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
506
|
+
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
504
507
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
505
508
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
506
509
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -516,5 +516,47 @@
|
|
|
516
516
|
"srcChain": "sepolia_ethereum",
|
|
517
517
|
"destChain": "chainflip_dot",
|
|
518
518
|
"path": "SWAP"
|
|
519
|
+
},
|
|
520
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
521
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
522
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
523
|
+
"srcChain": "hydradx_rococo",
|
|
524
|
+
"destChain": "hydradx_rococo",
|
|
525
|
+
"path": "SWAP"
|
|
526
|
+
},
|
|
527
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-USDT": {
|
|
528
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
529
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
530
|
+
"srcChain": "hydradx_rococo",
|
|
531
|
+
"destChain": "hydradx_rococo",
|
|
532
|
+
"path": "SWAP"
|
|
533
|
+
},
|
|
534
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-NATIVE-HDX": {
|
|
535
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
536
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
537
|
+
"srcChain": "hydradx_rococo",
|
|
538
|
+
"destChain": "hydradx_rococo",
|
|
539
|
+
"path": "SWAP"
|
|
540
|
+
},
|
|
541
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-LOCAL-USDT": {
|
|
542
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
543
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
544
|
+
"srcChain": "hydradx_rococo",
|
|
545
|
+
"destChain": "hydradx_rococo",
|
|
546
|
+
"path": "SWAP"
|
|
547
|
+
},
|
|
548
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_main-NATIVE-HDX": {
|
|
549
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
550
|
+
"destAsset": "hydradx_main-NATIVE-HDX",
|
|
551
|
+
"srcChain": "hydradx_rococo",
|
|
552
|
+
"destChain": "hydradx_main",
|
|
553
|
+
"path": "SWAP"
|
|
554
|
+
},
|
|
555
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-LOCAL-DOT": {
|
|
556
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
557
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
558
|
+
"srcChain": "hydradx_rococo",
|
|
559
|
+
"destChain": "hydradx_rococo",
|
|
560
|
+
"path": "SWAP"
|
|
519
561
|
}
|
|
520
562
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8048,5 +8048,51 @@
|
|
|
8048
8048
|
"multiChainAsset": null,
|
|
8049
8049
|
"hasValue": true,
|
|
8050
8050
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png"
|
|
8051
|
+
},
|
|
8052
|
+
"hydradx_rococo-NATIVE-HDX": {
|
|
8053
|
+
"originChain": "hydradx_rococo",
|
|
8054
|
+
"slug": "hydradx_rococo-NATIVE-HDX",
|
|
8055
|
+
"name": "HydraDX Rococo",
|
|
8056
|
+
"symbol": "HDX",
|
|
8057
|
+
"decimals": 12,
|
|
8058
|
+
"priceId": null,
|
|
8059
|
+
"minAmount": "1000000000000",
|
|
8060
|
+
"assetType": "NATIVE",
|
|
8061
|
+
"metadata": null,
|
|
8062
|
+
"multiChainAsset": null,
|
|
8063
|
+
"hasValue": false,
|
|
8064
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png"
|
|
8065
|
+
},
|
|
8066
|
+
"hydradx_rococo-LOCAL-DOT": {
|
|
8067
|
+
"originChain": "hydradx_rococo",
|
|
8068
|
+
"slug": "hydradx_rococo-LOCAL-DOT",
|
|
8069
|
+
"name": "Polkadot Testnet",
|
|
8070
|
+
"symbol": "DOT",
|
|
8071
|
+
"decimals": 10,
|
|
8072
|
+
"priceId": null,
|
|
8073
|
+
"minAmount": "100",
|
|
8074
|
+
"assetType": "LOCAL",
|
|
8075
|
+
"metadata": {
|
|
8076
|
+
"assetId": "5"
|
|
8077
|
+
},
|
|
8078
|
+
"multiChainAsset": null,
|
|
8079
|
+
"hasValue": false,
|
|
8080
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png"
|
|
8081
|
+
},
|
|
8082
|
+
"hydradx_rococo-LOCAL-USDT": {
|
|
8083
|
+
"originChain": "hydradx_rococo",
|
|
8084
|
+
"slug": "hydradx_rococo-LOCAL-USDT",
|
|
8085
|
+
"name": "Statemint USDT (testnet)",
|
|
8086
|
+
"symbol": "USDT",
|
|
8087
|
+
"decimals": 6,
|
|
8088
|
+
"priceId": null,
|
|
8089
|
+
"minAmount": "100",
|
|
8090
|
+
"assetType": "LOCAL",
|
|
8091
|
+
"metadata": {
|
|
8092
|
+
"assetId": "10"
|
|
8093
|
+
},
|
|
8094
|
+
"multiChainAsset": null,
|
|
8095
|
+
"hasValue": false,
|
|
8096
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
8051
8097
|
}
|
|
8052
8098
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7736,5 +7736,34 @@
|
|
|
7736
7736
|
},
|
|
7737
7737
|
"substrateInfo": null,
|
|
7738
7738
|
"extraInfo": null
|
|
7739
|
+
},
|
|
7740
|
+
"hydradx_rococo": {
|
|
7741
|
+
"slug": "hydradx_rococo",
|
|
7742
|
+
"name": "HydraDX Rococo",
|
|
7743
|
+
"isTestnet": null,
|
|
7744
|
+
"chainStatus": "ACTIVE",
|
|
7745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
7746
|
+
"providers": {
|
|
7747
|
+
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7748
|
+
},
|
|
7749
|
+
"evmInfo": null,
|
|
7750
|
+
"substrateInfo": {
|
|
7751
|
+
"relaySlug": "rococo",
|
|
7752
|
+
"paraId": 2032,
|
|
7753
|
+
"genesisHash": "0x06111acb32100bf87c88d28b1386f33136939b363cd86eb086626bc7d2a0022c",
|
|
7754
|
+
"addressPrefix": 63,
|
|
7755
|
+
"chainType": "PARACHAIN",
|
|
7756
|
+
"crowdloanUrl": null,
|
|
7757
|
+
"blockExplorer": null,
|
|
7758
|
+
"existentialDeposit": "1000000000000",
|
|
7759
|
+
"symbol": "HDX",
|
|
7760
|
+
"decimals": 12,
|
|
7761
|
+
"hasNativeNft": null,
|
|
7762
|
+
"supportStaking": null,
|
|
7763
|
+
"supportSmartContract": null,
|
|
7764
|
+
"crowdloanParaId": null,
|
|
7765
|
+
"crowdloanFunds": []
|
|
7766
|
+
},
|
|
7767
|
+
"extraInfo": null
|
|
7739
7768
|
}
|
|
7740
7769
|
}
|
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
"creditcoinTestEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointestevm.png",
|
|
223
223
|
"astarZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
|
|
224
224
|
"sepolia_ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sepolia_ethereum.png",
|
|
225
|
+
"hydradx_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
225
226
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
226
227
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
227
228
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -501,6 +501,9 @@
|
|
|
501
501
|
"sepolia_ethereum-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-native-eth.png",
|
|
502
502
|
"sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png",
|
|
503
503
|
"statemint-local-ded": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png",
|
|
504
|
+
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
505
|
+
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
506
|
+
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
504
507
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
505
508
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
506
509
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -516,5 +516,47 @@
|
|
|
516
516
|
"srcChain": "sepolia_ethereum",
|
|
517
517
|
"destChain": "chainflip_dot",
|
|
518
518
|
"path": "SWAP"
|
|
519
|
+
},
|
|
520
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
521
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
522
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
523
|
+
"srcChain": "hydradx_rococo",
|
|
524
|
+
"destChain": "hydradx_rococo",
|
|
525
|
+
"path": "SWAP"
|
|
526
|
+
},
|
|
527
|
+
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-USDT": {
|
|
528
|
+
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
529
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
530
|
+
"srcChain": "hydradx_rococo",
|
|
531
|
+
"destChain": "hydradx_rococo",
|
|
532
|
+
"path": "SWAP"
|
|
533
|
+
},
|
|
534
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-NATIVE-HDX": {
|
|
535
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
536
|
+
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
537
|
+
"srcChain": "hydradx_rococo",
|
|
538
|
+
"destChain": "hydradx_rococo",
|
|
539
|
+
"path": "SWAP"
|
|
540
|
+
},
|
|
541
|
+
"hydradx_rococo-LOCAL-DOT___hydradx_rococo-LOCAL-USDT": {
|
|
542
|
+
"srcAsset": "hydradx_rococo-LOCAL-DOT",
|
|
543
|
+
"destAsset": "hydradx_rococo-LOCAL-USDT",
|
|
544
|
+
"srcChain": "hydradx_rococo",
|
|
545
|
+
"destChain": "hydradx_rococo",
|
|
546
|
+
"path": "SWAP"
|
|
547
|
+
},
|
|
548
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_main-NATIVE-HDX": {
|
|
549
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
550
|
+
"destAsset": "hydradx_main-NATIVE-HDX",
|
|
551
|
+
"srcChain": "hydradx_rococo",
|
|
552
|
+
"destChain": "hydradx_main",
|
|
553
|
+
"path": "SWAP"
|
|
554
|
+
},
|
|
555
|
+
"hydradx_rococo-LOCAL-USDT___hydradx_rococo-LOCAL-DOT": {
|
|
556
|
+
"srcAsset": "hydradx_rococo-LOCAL-USDT",
|
|
557
|
+
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
558
|
+
"srcChain": "hydradx_rococo",
|
|
559
|
+
"destChain": "hydradx_rococo",
|
|
560
|
+
"path": "SWAP"
|
|
519
561
|
}
|
|
520
562
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -8048,5 +8048,51 @@
|
|
|
8048
8048
|
"multiChainAsset": null,
|
|
8049
8049
|
"hasValue": true,
|
|
8050
8050
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-ded.png"
|
|
8051
|
+
},
|
|
8052
|
+
"hydradx_rococo-NATIVE-HDX": {
|
|
8053
|
+
"originChain": "hydradx_rococo",
|
|
8054
|
+
"slug": "hydradx_rococo-NATIVE-HDX",
|
|
8055
|
+
"name": "HydraDX Rococo",
|
|
8056
|
+
"symbol": "HDX",
|
|
8057
|
+
"decimals": 12,
|
|
8058
|
+
"priceId": null,
|
|
8059
|
+
"minAmount": "1000000000000",
|
|
8060
|
+
"assetType": "NATIVE",
|
|
8061
|
+
"metadata": null,
|
|
8062
|
+
"multiChainAsset": null,
|
|
8063
|
+
"hasValue": false,
|
|
8064
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png"
|
|
8065
|
+
},
|
|
8066
|
+
"hydradx_rococo-LOCAL-DOT": {
|
|
8067
|
+
"originChain": "hydradx_rococo",
|
|
8068
|
+
"slug": "hydradx_rococo-LOCAL-DOT",
|
|
8069
|
+
"name": "Polkadot Testnet",
|
|
8070
|
+
"symbol": "DOT",
|
|
8071
|
+
"decimals": 10,
|
|
8072
|
+
"priceId": null,
|
|
8073
|
+
"minAmount": "100",
|
|
8074
|
+
"assetType": "LOCAL",
|
|
8075
|
+
"metadata": {
|
|
8076
|
+
"assetId": "5"
|
|
8077
|
+
},
|
|
8078
|
+
"multiChainAsset": null,
|
|
8079
|
+
"hasValue": false,
|
|
8080
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png"
|
|
8081
|
+
},
|
|
8082
|
+
"hydradx_rococo-LOCAL-USDT": {
|
|
8083
|
+
"originChain": "hydradx_rococo",
|
|
8084
|
+
"slug": "hydradx_rococo-LOCAL-USDT",
|
|
8085
|
+
"name": "Statemint USDT (testnet)",
|
|
8086
|
+
"symbol": "USDT",
|
|
8087
|
+
"decimals": 6,
|
|
8088
|
+
"priceId": null,
|
|
8089
|
+
"minAmount": "100",
|
|
8090
|
+
"assetType": "LOCAL",
|
|
8091
|
+
"metadata": {
|
|
8092
|
+
"assetId": "10"
|
|
8093
|
+
},
|
|
8094
|
+
"multiChainAsset": null,
|
|
8095
|
+
"hasValue": false,
|
|
8096
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
8051
8097
|
}
|
|
8052
8098
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7736,5 +7736,34 @@
|
|
|
7736
7736
|
},
|
|
7737
7737
|
"substrateInfo": null,
|
|
7738
7738
|
"extraInfo": null
|
|
7739
|
+
},
|
|
7740
|
+
"hydradx_rococo": {
|
|
7741
|
+
"slug": "hydradx_rococo",
|
|
7742
|
+
"name": "HydraDX Rococo",
|
|
7743
|
+
"isTestnet": null,
|
|
7744
|
+
"chainStatus": "ACTIVE",
|
|
7745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
7746
|
+
"providers": {
|
|
7747
|
+
"Hydration Nice": "wss://rpc.nice.hydration.cloud"
|
|
7748
|
+
},
|
|
7749
|
+
"evmInfo": null,
|
|
7750
|
+
"substrateInfo": {
|
|
7751
|
+
"relaySlug": "rococo",
|
|
7752
|
+
"paraId": 2032,
|
|
7753
|
+
"genesisHash": "0x06111acb32100bf87c88d28b1386f33136939b363cd86eb086626bc7d2a0022c",
|
|
7754
|
+
"addressPrefix": 63,
|
|
7755
|
+
"chainType": "PARACHAIN",
|
|
7756
|
+
"crowdloanUrl": null,
|
|
7757
|
+
"blockExplorer": null,
|
|
7758
|
+
"existentialDeposit": "1000000000000",
|
|
7759
|
+
"symbol": "HDX",
|
|
7760
|
+
"decimals": 12,
|
|
7761
|
+
"hasNativeNft": null,
|
|
7762
|
+
"supportStaking": null,
|
|
7763
|
+
"supportSmartContract": null,
|
|
7764
|
+
"crowdloanParaId": null,
|
|
7765
|
+
"crowdloanFunds": []
|
|
7766
|
+
},
|
|
7767
|
+
"extraInfo": null
|
|
7739
7768
|
}
|
|
7740
7769
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
"creditcoinTestEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/creditcointestevm.png",
|
|
223
223
|
"astarZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/astarzkevm.png",
|
|
224
224
|
"sepolia_ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sepolia_ethereum.png",
|
|
225
|
+
"hydradx_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/hydradx_rococo.png",
|
|
225
226
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
226
227
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
227
228
|
}
|
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.47-beta.
|
|
10
|
+
version: '0.2.47-beta.7'
|
|
11
11
|
};
|