Skip to content

Commit

Permalink
Merge pull request #547 from oraichain/hotfix/rpc-inj
Browse files Browse the repository at this point in the history
update info injective chain
  • Loading branch information
haunv3 authored Jan 16, 2024
2 parents 4210a80 + 0b545b3 commit d72d2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/chainInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ export const chainInfos: CustomChainInfo[] = [
},
/// popular networks already included
{
rpc: 'https://injective-rpc.polkachu.com',
rest: 'https://injective-lcd.quickapi.com',
rpc: 'https://injective.rpc.orai.io',
rest: 'https://injective.lcd.orai.io',
chainId: 'injective-1',
chainName: 'Injective',
networkType: 'cosmos',
Expand Down

0 comments on commit d72d2bf

Please sign in to comment.