Skip to content

Commit

Permalink
fix: add ports to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-LukeKlopper committed May 23, 2024
1 parent 0ebc964 commit 5855b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/testnet/berachain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_name": "berachain",
"api": ["https://berachain-testnet-api.synergynodes.com:443", "https://berachain-testnet.api.l0vd.com:443"],
"rpc": ["https://artio.rpc.berachain.com:443","https://archive-berachain-testnet.whispernode.com/493208d467b1e2083b0023958ab9af944fcad3f8"],
"api": ["https://berachain-testnet-api.synergynodes.com:443", "https://berachain-testnet.api.l0vd.com:443","https://api-berachain-testnet.whispernode.com:443"],
"rpc": ["https://artio.rpc.berachain.com:443","https://archive-berachain-testnet.whispernode.com/493208d467b1e2083b0023958ab9af944fcad3f8:443","https://rpc-berachain-testnet.whispernode.com:443"],
"snapshot_provider": "",
"sdk_version": "0.46.15",
"coin_type": "118",
Expand Down

0 comments on commit 5855b8e

Please sign in to comment.