Skip to content

Commit

Permalink
Update cronosmainnet_25_1.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinaco committed Jul 25, 2023
1 parent 728a564 commit ef75334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chain/cronosmainnet_25_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export const Cronosmainnet_25_1: KeplrChainConfig = {
// The name of the chain to be displayed to the user.
chainName: "Cronos",
// RPC endpoint of the chain.
rpc: "https://rpc-cronos.crypto.org",
rpc: "https://rpc.cronos.org",
// REST endpoint of the chain.
rest: "https://rest-cronos.crypto.org",
rest: "https://rest.cronos.org",
// Staking coin information
stakeCurrency: {
// Coin denomination to be displayed to the user.
Expand Down

0 comments on commit ef75334

Please sign in to comment.