Skip to content

Commit

Permalink
watcher: fix terra2 rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jan 4, 2024
1 parent 38d65e6 commit ed0a1a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions watcher/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export const RPCS_BY_CHAIN: { [key in NETWORK]: { [key in ChainName]?: string }
aptos: process.env.APTOS_RPC || 'https://fullnode.mainnet.aptoslabs.com/',
near: process.env.NEAR_RPC || 'https://rpc.mainnet.near.org',
xpla: process.env.XPLA_RPC || 'https://dimension-lcd.xpla.dev',
// terra2: process.env.TERRA2_RPC || 'https://phoenix-lcd.terra.dev',
terra2: process.env.TERRA2_RPC || 'https://phoenix-fcd.terra.dev',
terra2: process.env.TERRA2_RPC || 'https://phoenix-lcd.terra.dev',
// terra: 'https://columbus-fcd.terra.dev',
terra: process.env.TERRA_RPC || 'https://terra-classic-fcd.publicnode.com',
injective: process.env.INJECTIVE_RPC || 'https://api.injective.network',
Expand Down

0 comments on commit ed0a1a1

Please sign in to comment.