Skip to content

Commit

Permalink
add arbitrum-one rpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrozek committed Aug 20, 2024
1 parent b0ccb1c commit 91c9c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/node-api/chainstate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const rpcEndpoints: { [key: string]: string } = {
kusama: 'wss://kusama-rpc.polkadot.io',
'aleph-zero': 'wss://rpc.azero.dev',
moonbeam: 'wss://moonbeam.api.onfinality.io/public-ws',
'arbitrum-one': 'wss://arbitrum-one.public.blastapi.io',
};

export async function getCurrentBlock(chain: string) {
Expand Down

0 comments on commit 91c9c3d

Please sign in to comment.