Skip to content

Commit

Permalink
Switching back to official injective RPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Feb 12, 2024
1 parent 89ec2da commit fde8be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/consts/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export const chains: ChainMap<ChainMetadata & { mailbox?: Address }> = {
protocol: ProtocolType.Cosmos,
slip44: 118,
bech32Prefix: 'inj',
grpcUrls: [{ http: 'injective-grpc.polkachu.com:14390' }],
rpcUrls: [{ http: 'https://injective-rpc.polkachu.com' }],
restUrls: [{ http: 'https://injective-api.polkachu.com' }],
grpcUrls: [{ http: 'sentry.chain.grpc.injective.network:443' }],
rpcUrls: [{ http: 'https://sentry.tm.injective.network:443' }],
restUrls: [{ http: ' https://sentry.lcd.injective.network:443' }],
logoURI: '/logos/injective.svg',
},
};

0 comments on commit fde8be7

Please sign in to comment.