Skip to content

Commit

Permalink
Merge pull request #34 from tokenguardio/dapp-analytics-dev
Browse files Browse the repository at this point in the history
Release 3.2.3
  • Loading branch information
rrozek authored Aug 20, 2024
2 parents 201267b + bd6d0c4 commit ad8d44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dashboard-creator-server",
"private": false,
"version": "3.2.2",
"version": "3.2.3",
"license": "MIT",
"main": "src/server.ts",
"engines": {
Expand Down
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 ad8d44d

Please sign in to comment.