Skip to content

Commit

Permalink
fix: add validator link for minitias
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Dec 20, 2023
1 parent 54dc974 commit 33fd5c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/config/chain/initia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
maxGasLimit: 25_000_000,
},
explorerLink: {
validator: "",
validator:
"https://lcd.minimove-1.initia.xyz/opinit/opchild/v1/validator",
proposal: "",
},
extra: { disableDelegation: true },
Expand Down Expand Up @@ -144,7 +145,8 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = {
maxGasLimit: 25_000_000,
},
explorerLink: {
validator: "",
validator:
"https://lcd.miniwasm-1.initia.xyz/opinit/opchild/v1/validator",
proposal: "",
},
extra: { disableDelegation: true },
Expand Down

0 comments on commit 33fd5c3

Please sign in to comment.