@subwallet/chain-list 0.2.115-beta.1-pr-569-7f6ae892 → 0.2.115-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 +14 -4
- package/cjs/data/AssetLogoMap.json +1190 -1189
- package/cjs/data/ChainAsset.json +1070 -1070
- package/cjs/data/ChainInfo.json +371 -371
- package/cjs/data/ChainLogoMap.json +374 -374
- package/cjs/data/MultiChainAsset.json +126 -117
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1190 -1189
- package/data/ChainAsset.json +1070 -1070
- package/data/ChainInfo.json +371 -371
- package/data/ChainLogoMap.json +374 -374
- package/data/MultiChainAsset.json +126 -117
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1522,6 +1522,7 @@
|
|
|
1522
1522
|
"ai3-autonomys": "/assets/multi-chain-assets/ai3-autonomys.png",
|
|
1523
1523
|
"trac-origintrail": "/assets/multi-chain-assets/trac-origintrail.png",
|
|
1524
1524
|
"usd₮0-usd₮0": "/assets/multi-chain-assets/usd₮0-usd₮0.png",
|
|
1525
|
+
"ewt-energywebtoken": "/assets/multi-chain-assets/ewt-energywebtoken.png",
|
|
1525
1526
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1526
1527
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1527
1528
|
"custom-custom-substrate-gosnetwork-native-gos": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -10413,7 +10414,7 @@
|
|
|
10413
10414
|
minAmount: "0",
|
|
10414
10415
|
assetType: "NATIVE",
|
|
10415
10416
|
metadata: null,
|
|
10416
|
-
multiChainAsset:
|
|
10417
|
+
multiChainAsset: "EWT-EnergyWebToken",
|
|
10417
10418
|
hasValue: true,
|
|
10418
10419
|
icon: "/assets/chain-assets/energy_web_chain-native-ewt.png"
|
|
10419
10420
|
},
|
|
@@ -10441,7 +10442,7 @@
|
|
|
10441
10442
|
minAmount: "0",
|
|
10442
10443
|
assetType: "NATIVE",
|
|
10443
10444
|
metadata: null,
|
|
10444
|
-
multiChainAsset:
|
|
10445
|
+
multiChainAsset: "EWT-EnergyWebToken",
|
|
10445
10446
|
hasValue: true,
|
|
10446
10447
|
icon: "/assets/chain-assets/energy_web_x-native-ewt.png"
|
|
10447
10448
|
},
|
|
@@ -17536,7 +17537,7 @@
|
|
|
17536
17537
|
metadata: {
|
|
17537
17538
|
assetId: "252525"
|
|
17538
17539
|
},
|
|
17539
|
-
multiChainAsset:
|
|
17540
|
+
multiChainAsset: "EWT-EnergyWebToken",
|
|
17540
17541
|
hasValue: true,
|
|
17541
17542
|
icon: "/assets/chain-assets/hydradx_main-local-ewt.png"
|
|
17542
17543
|
},
|
|
@@ -21188,7 +21189,7 @@
|
|
|
21188
21189
|
metadata: {
|
|
21189
21190
|
contractAddress: "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
|
|
21190
21191
|
},
|
|
21191
|
-
multiChainAsset:
|
|
21192
|
+
multiChainAsset: "EWT-EnergyWebToken",
|
|
21192
21193
|
hasValue: true,
|
|
21193
21194
|
icon: "/assets/chain-assets/ethereum-erc20-ewt-0xb66a5d30d04f076e78ffb0d045c55846fdcde928.png"
|
|
21194
21195
|
},
|
|
@@ -36541,6 +36542,15 @@
|
|
|
36541
36542
|
priceId: "usdt0",
|
|
36542
36543
|
hasValue: true,
|
|
36543
36544
|
icon: "/assets/multi-chain-assets/usd₮0-usd₮0.png"
|
|
36545
|
+
},
|
|
36546
|
+
"EWT-EnergyWebToken": {
|
|
36547
|
+
slug: "EWT-EnergyWebToken",
|
|
36548
|
+
originChainAsset: null,
|
|
36549
|
+
name: "Energy Web Token",
|
|
36550
|
+
symbol: "EWT",
|
|
36551
|
+
priceId: "energy-web-token",
|
|
36552
|
+
hasValue: true,
|
|
36553
|
+
icon: "/assets/multi-chain-assets/ewt-energywebtoken.png"
|
|
36544
36554
|
}
|
|
36545
36555
|
};
|
|
36546
36556
|
|