Skip to content

Commit

Permalink
Swap indexer URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Sep 7, 2023
1 parent e02c228 commit c084e1f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/dapp/.env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ NEXT_PUBLIC_WYND_REFERRAL_COMMISSION=0.01

# WebSockets API
NEXT_PUBLIC_WEB_SOCKET_PUSHER_APP_KEY=daodao
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.indexer.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.daodao.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_PORT=443
2 changes: 1 addition & 1 deletion apps/dapp/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ NEXT_PUBLIC_WYND_REFERRAL_COMMISSION=0.01

# WebSockets API
NEXT_PUBLIC_WEB_SOCKET_PUSHER_APP_KEY=daodao
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.indexer.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.daodao.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_PORT=443
2 changes: 1 addition & 1 deletion apps/sda/.env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ NEXT_PUBLIC_WYND_REFERRAL_COMMISSION=0.01

# WebSockets API
NEXT_PUBLIC_WEB_SOCKET_PUSHER_APP_KEY=daodao
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.indexer.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.daodao.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_PORT=443
2 changes: 1 addition & 1 deletion apps/sda/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ NEXT_PUBLIC_WYND_REFERRAL_COMMISSION=0.01

# WebSockets API
NEXT_PUBLIC_WEB_SOCKET_PUSHER_APP_KEY=daodao
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.indexer.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_HOST=ws.daodao.zone
NEXT_PUBLIC_WEB_SOCKET_PUSHER_PORT=443
4 changes: 2 additions & 2 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,11 @@ export const CHAIN_ENDPOINTS: Partial<
rest: 'https://uni-api.reece.sh',
},
[ChainId.OsmosisMainnet]: {
rpc: 'https://osmosis-mainnet-rpc.indexer.zone',
rpc: 'https://osmosis-mainnet-rpc.daodao.zone',
rest: 'https://lcd.osmosis.zone',
},
[ChainId.OsmosisTestnet]: {
rpc: 'https://osmosis-testnet-rpc.indexer.zone',
rpc: 'https://osmosis-testnet-rpc.daodao.zone',
rest: 'https://lcd.testnet.osmosis.zone',
},
[ChainId.StargazeMainnet]: {
Expand Down

0 comments on commit c084e1f

Please sign in to comment.