Skip to content

Commit

Permalink
[Issue-163] [Network] Update Energy Web X
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Dec 11, 2023
1 parent 5137758 commit c20ab2c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/chain-list/src/data/AssetLogoMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
"energy_web_x_testnet-native-vt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_testnet-native-vt.png",
"energy_web_chain-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_chain-native-ewt.png",
"energy_web_x_rococo-native-vt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_rococo-native-vt.png",
"energy_web_x-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png",
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
Expand Down
14 changes: 14 additions & 0 deletions packages/chain-list/src/data/ChainAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -7373,5 +7373,19 @@
"multiChainAsset": null,
"hasValue": false,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_rococo-native-vt.png"
},
"energy_web_x-NATIVE-EWT": {
"originChain": "energy_web_x",
"slug": "energy_web_x-NATIVE-EWT",
"name": "EWT",
"symbol": "EWT",
"decimals": 18,
"priceId": null,
"minAmount": "0",
"assetType": "NATIVE",
"metadata": null,
"multiChainAsset": null,
"hasValue": true,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png"
}
}
16 changes: 9 additions & 7 deletions packages/chain-list/src/data/ChainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6349,21 +6349,23 @@
"isTestnet": false,
"chainStatus": "INACTIVE",
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x.png",
"providers": {},
"providers": {
"EWX": "wss://public-rpc.mainnet.energywebx.com/ws"
},
"evmInfo": null,
"substrateInfo": {
"relaySlug": "polkadot",
"paraId": 3345,
"genesisHash": null,
"addressPrefix": null,
"addressPrefix": 42,
"chainType": "PARACHAIN",
"crowdloanUrl": null,
"blockExplorer": null,
"existentialDeposit": null,
"symbol": null,
"decimals": null,
"hasNativeNft": null,
"supportStaking": null,
"existentialDeposit": "0",
"symbol": "EWT",
"decimals": 18,
"hasNativeNft": false,
"supportStaking": false,
"supportSmartContract": null,
"crowdloanParaId": null,
"crowdloanFunds": [
Expand Down

0 comments on commit c20ab2c

Please sign in to comment.