Skip to content

Commit

Permalink
fix: ATN endpoints (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Jun 17, 2024
1 parent 1bb1e88 commit a15b2b3
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
{
"denom": "azeta",
"gas": 5000000,
"gas_price": 10000000
"gas_price": 10000000000
}
]
},
Expand All @@ -284,11 +284,11 @@
"type": "evm"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:8545",
"url": "https://zetachain-mainnet.g.allthatnode.com/archive/evm",
"type": "evm"
},
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:8546",
"url": "wss://zetachain-mainnet.g.allthatnode.com/archive/evm",
"type": "evm-ws"
},
{
Expand All @@ -300,17 +300,13 @@
"type": "tendermint-rpc"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:1317",
"url": "https://zetachain-mainnet.g.allthatnode.com/archive/rest",
"type": "cosmos-http"
},
{
"url": "https://zetachain-mainnet-archive.allthatnode.com:26657",
"url": "https://zetachain-mainnet.g.allthatnode.com/archive/tendermint",
"type": "tendermint-http"
},
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:26657/websocket",
"type": "tendermint-ws"
},
{
"url": "https://zetachain-mainnet.public.blastapi.io",
"type": "evm"
Expand Down Expand Up @@ -411,15 +407,15 @@
"type": "tendermint-ws"
},
{
"url": "https://zetachain-testnet-archive.allthatnode.com:1317",
"url": "https://zetachain-athens.g.allthatnode.com/archive/rest",
"type": "cosmos-http"
},
{
"url": "https://zetachain-testnet-archive.allthatnode.com:26657",
"url": "https://zetachain-athens.g.allthatnode.com/archive/tendermint",
"type": "tendermint-http"
},
{
"url": "https://zetachain-testnet-archive.allthatnode.com:8545",
"url": "https://zetachain-athens.g.allthatnode.com/archive/evm",
"type": "evm"
},
{
Expand Down Expand Up @@ -572,4 +568,4 @@
}
]
}
}
}

0 comments on commit a15b2b3

Please sign in to comment.