Skip to content

Commit

Permalink
update testnet rpc lcd
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Jan 7, 2025
1 parent 2d1a000 commit 1940426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/network/bbn/testnet.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const BBN_DEVNET_RPC_URL = "https://babylon-testnet-rpc.nodes.guru";
export const BBN_DEVNET_LCD_URL = "https://babylon-testnet-api.nodes.guru";
export const BBN_TESTNET_RPC_URL = "https://rpc-dapp.testnet.babylonlabs.io/";
export const BBN_TESTNET_LCD_URL = "https://lcd-dapp.testnet.babylonlabs.io/";

export const bbnTestnet = {
chainId: "bbn-test-5",
chainName: "Babylon Phase-2 Testnet",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-test/chain.png",
rpc: BBN_DEVNET_RPC_URL,
rest: BBN_DEVNET_LCD_URL,
rpc: BBN_TESTNET_RPC_URL,
rest: BBN_TESTNET_LCD_URL,
nodeProvider: {
name: "NodesGuru",
email: "security@nodes.guru",
Expand Down

0 comments on commit 1940426

Please sign in to comment.