Skip to content

Commit

Permalink
feat: add extra rpc endpoint (#7)
Browse files Browse the repository at this point in the history
* feat: add extra rpc endpoint

* fix: add ports to endpoints
  • Loading branch information
Juan-LukeKlopper authored May 23, 2024
1 parent 3318737 commit afe0f4a
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"],
"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

1 comment on commit afe0f4a

@vercel
Copy link

@vercel vercel bot commented on afe0f4a May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.