Skip to content

Commit

Permalink
Add Goerli back
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 14, 2023
1 parent 20277b4 commit e2b166d
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,57 @@
}
]
},
"goerli_testnet": {
"chain_id": 5,
"chain_name": "Goerli Testnet",
"chain_aliases": [
"goerli",
"goerli_chain",
"goerli_network",
"goerli-chain",
"goerli-network",
"goerli-testnet"
],
"assets": [
{
"denoms": [
{
"denom": "wei",
"exponent": 0
},
{
"denom": "eth",
"exponent": 18
}
],
"base": "eth",
"symbol": "gETH"
}
],
"apps": [
{
"type": "explorer",
"url": "https://goerli.etherscan.io",
"tx": "/tx/${tx}",
"address": "/address/${address}"
}
],
"fees": {
"assets": [
{
"denom": "eth",
"gas": 2100000,
"gas_price": 38000000000
}
]
},
"api": [
{
"url": "https://rpc.ankr.com/eth_goerli",
"type": "evm"
}
]
},
"sepolia_testnet": {
"chain_id": 11155111,
"chain_name": "Sepolia Testnet",
Expand Down

0 comments on commit e2b166d

Please sign in to comment.