Skip to content

Commit

Permalink
update dwellir rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jak-pan committed Dec 21, 2024
1 parent 7edc558 commit 475d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/polkadotApi.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ApiPromise, WsProvider } from '@polkadot/api';
import type { ApiListeners } from '@/types';

const nodeAddress = 'wss://hydradx-rpc.dwellir.com';
const nodeAddress = 'wss://hydration-rpc.n.dwellir.com';

let polkadotApiInstance: ApiPromise;

Expand Down

0 comments on commit 475d080

Please sign in to comment.