Skip to content

Commit

Permalink
fix evm url for rocstar
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed May 16, 2023
1 parent ea2dafe commit c1807e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chainEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const providerEndpoints: ChainProvider[] = [
subscan: '',
blockscout: '',
evmChainId: '692',
evmEndpoints: ['https://evm.rocstar.astar.network'],
evmEndpoints: ['https://rocstar.astar.network'],
faucetEndpoint: '',
defaultLogo:
'https://github.com/AstarNetwork/astar-apps/blob/main/src/assets/img/chain/shibuya.png?raw=true',
Expand Down

0 comments on commit c1807e2

Please sign in to comment.