diff --git a/backend/src/blockchain.ts b/backend/src/blockchain.ts index 80df81b..3e8c862 100644 --- a/backend/src/blockchain.ts +++ b/backend/src/blockchain.ts @@ -29,7 +29,7 @@ export enum ValidatorStatus { * @returns */ function getClient() { - const url = new URL('https://rpc-testnet.nimiqcloud.com/'); + const url = new URL('https://rpc.history.node.staqe.io/'); return new Client(url); }