Skip to content

Commit

Permalink
Added Blast API endpoints (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Feb 21, 2024
1 parent 867a8f7 commit 107d6ff
Showing 1 changed file with 55 additions and 27 deletions.
82 changes: 55 additions & 27 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
}
],
"api": [
{
"url": "https://polygon-testnet.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://polygon-testnet.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://rpc.ankr.com/polygon_mumbai",
"type": "evm"
Expand Down Expand Up @@ -160,6 +168,14 @@
]
},
"api": [
{
"url": "https://bsc-mainnet.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://bsc-mainnet.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://rpc.ankr.com/bsc",
"type": "evm"
Expand Down Expand Up @@ -203,6 +219,14 @@
]
},
"api": [
{
"url": "https://eth-mainnet.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://eth-mainnet.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://rpc.ankr.com/eth",
"type": "evm"
Expand Down Expand Up @@ -290,6 +314,14 @@
{
"url": "wss://zetachain-mainnet-archive.allthatnode.com:26657/websocket",
"type": "tendermint-ws"
},
{
"url": "https://zetachain-mainnet.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://zetachain-mainnet.public.blastapi.io",
"type": "evm-ws"
}
]
},
Expand Down Expand Up @@ -367,27 +399,23 @@
"type": "tendermint-ws"
},
{
"url": "https://rpc.nodejumper.io:443/zetachaintestnet",
"type": "tendermint-rpc"
"url": "https://zetachain-testnet-archive.allthatnode.com:1317",
"type": "cosmos-http"
},
{
"url": "https://rest.nodejumper.io/zetachaintestnet",
"type": "cosmos-http"
"url": "https://zetachain-testnet-archive.allthatnode.com:26657",
"type": "tendermint-http"
},
{
"url": "https://rpc.ankr.com/zetachain_evm_athens_testnet",
"url": "https://zetachain-testnet-archive.allthatnode.com:8545",
"type": "evm"
},
{
"url": "https://rpc.ankr.com/zetachain_tendermint_athens_testnet",
"url": "https://rpc.nodejumper.io:443/zetachaintestnet",
"type": "tendermint-rpc"
},
{
"url": "https://rpc.ankr.com/http/zetachain_tendermint_athens_testnet",
"type": "tendermint-http"
},
{
"url": "https://rpc.ankr.com/http/zetachain_athens_testnet",
"url": "https://rest.nodejumper.io/zetachaintestnet",
"type": "cosmos-http"
},
{
Expand Down Expand Up @@ -417,22 +445,6 @@
{
"url": "https://zetachain-grpc.f5nodes.com",
"type": "cosmos-grpc"
},
{
"url": "https://rpc-t.zeta.nodestake.top",
"type": "tendermint-rpc"
},
{
"url": "https://api-t.zeta.nodestake.top",
"type": "cosmos-http"
},
{
"url": "https://jsonrpc-t.zeta.nodestake.top",
"type": "evm"
},
{
"url": "https://grpc-t.zeta.nodestake.top:443",
"type": "cosmos-grpc"
}
]
},
Expand Down Expand Up @@ -483,6 +495,14 @@
"url": "https://bsc-testnet.blockpi.network/v1/rpc/public",
"type": "evm"
},
{
"url": "https://bsc-testnet.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://bsc-testnet.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://data-seed-prebsc-1-s1.binance.org:8545",
"type": "evm"
Expand Down Expand Up @@ -534,6 +554,14 @@
]
},
"api": [
{
"url": "https://eth-goerli.public.blastapi.io",
"type": "evm"
},
{
"url": "wss://eth-goerli.public.blastapi.io",
"type": "evm-ws"
},
{
"url": "https://rpc.ankr.com/eth_goerli",
"type": "evm"
Expand Down

0 comments on commit 107d6ff

Please sign in to comment.