Skip to content

Commit

Permalink
feat: Add eth_mainnet to networks (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello authored Sep 26, 2023
1 parent 7aadbfd commit e8471d6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,49 @@
}
]
},
"eth_mainnet": {
"chain_id": 1,
"chain_name": "Ethereum Mainnet",
"assets": [
{
"denoms": [
{
"denom": "wei",
"exponent": 0
},
{
"denom": "eth",
"exponent": 18
}
],
"base": "eth",
"symbol": "ETH"
}
],
"apps": [
{
"type": "explorer",
"url": "https://etherscan.io",
"tx": "/tx/${tx}",
"address": "/address/${address}"
}
],
"fees": {
"assets": [
{
"denom": "eth",
"gas": 2100000,
"gas_price": 38000000000
}
]
},
"api": [
{
"url": "https://rpc.ankr.com/eth",
"type": "evm"
}
]
},
"zeta_testnet": {
"chain_id": 7001,
"chain_name": "Zeta Testnet",
Expand Down

0 comments on commit e8471d6

Please sign in to comment.