Skip to content

Commit

Permalink
add rpc for terra
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Jan 8, 2024
1 parent 94c3a68 commit dfb32e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const rpcConfig = [[
["Wormchain", "https://wormchain-rpc.quickapi.com"],
["Xpla", "https://dimension-rpc.xpla.dev"],
["Sei", "https://sei-rpc.polkachu.com/"],
["Algorand", "https://mainnet-api.algonode.cloud"],
["Algorand", "https://mainnet-api.algonode.cloud"],
["Terra", "https://terra-classic-rpc.publicnode.com"],
["Terra2", "https://terra-rpc.polkachu.com"],
]], [
"Testnet", [
["Ethereum", "https://rpc.ankr.com/eth_goerli"],
Expand All @@ -49,7 +51,9 @@ const rpcConfig = [[
["Wormchain", "https://gateway.testnet.xlabs.xyz/"],
["Xpla", "https://cube-rpc.xpla.dev"],
["Sepolia", "https://ethereum-sepolia.publicnode.com"],
["Algorand", "https://testnet-api.algonode.cloud"],
["Algorand", "https://testnet-api.algonode.cloud"],
["Terra", "https://bombay.stakesystems.io"],
["Terra2", "https://terra-testnet-rpc.polkachu.com"],
]], [
"Devnet", [
["Ethereum", "http://eth-devnet:8545"],
Expand Down

0 comments on commit dfb32e3

Please sign in to comment.