Skip to content

Commit

Permalink
add Aleph Zero EVM network to dev (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar authored Aug 23, 2024
1 parent a975325 commit c81762c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -11113,5 +11113,54 @@
"options": [
"testnet"
]
},
{
"chainId": "eip155:41455",
"name": "Aleph Zero EVM",
"assets": [
{
"assetId": 0,
"symbol": "AZERO",
"priceId": "aleph-zero",
"type": "evmNative",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg",
"precision": 18
}
],
"nodeSelectionStrategy": "uniform",
"nodes": [
{
"url": "https://rpc.alephzero.raas.gelato.cloud",
"name": "Aleph Zero EVM rpc node"
},
{
"url": "wss://ws.alephzero.raas.gelato.cloud",
"name": "Aleph Zero EVM wss node"
}
],
"externalApi": {
"history": [
{
"type": "etherscan",
"url": "https://evm-explorer.alephzero.org/api",
"parameters": {
"assetType": "evm"
}
}
]
},
"explorers": [
{
"name": "Aleph Zero EVM Explorer",
"extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}",
"account": "https://evm-explorer.alephzero.org/address/{address}"
}
],
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg",
"addressPrefix": 41455,
"options": [
"ethereumBased",
"noSubstrateRuntime"
]
}
]

0 comments on commit c81762c

Please sign in to comment.