Skip to content

Commit

Permalink
Merge pull request #513 from oraichain/change/endpoint-osmosis
Browse files Browse the repository at this point in the history
update rpc lcd osmosis chain
  • Loading branch information
haunv3 authored Dec 22, 2023
2 parents 39a5c84 + 1aaed73 commit 6f57b2d
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 @@ -613,8 +613,8 @@ export const chainInfos: CustomChainInfo[] = [

/// popular networks already included
{
rpc: 'https://osmosis-rpc.polkachu.com',
rest: 'https://osmosis-api.polkachu.com',
rpc: 'https://osmosis.rpc.orai.io/',
rest: 'https://osmosis.lcd.orai.io/',
chainId: 'osmosis-1',
chainName: 'Osmosis',
networkType: 'cosmos',
Expand Down

0 comments on commit 6f57b2d

Please sign in to comment.