Skip to content

Commit

Permalink
chore: update testnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Apr 11, 2024
1 parent a26d8ed commit 1c74290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const devnetConfigs: EnvironmentConfigs = {
};
const testnetConfigs: EnvironmentConfigs = {
resourceUrl: "https://nest-server-testnet.axelar.dev",
axelarRpcUrl: "https://rpc-axelar-testnet.imperator.co:443", // "https://testnet.rpc.axelar.dev/chain/axelar",
axelarRpcUrl: "https://testnet.rpc.axelar.dev/chain/axelar",
axelarLcdUrl: "https://lcd-axelar-testnet.imperator.co",
depositServiceUrl: "https://deposit-service.testnet.axelar.dev",
axelarGMPApiUrl: "https://testnet.api.gmp.axelarscan.io",
Expand Down

0 comments on commit 1c74290

Please sign in to comment.