Skip to content

Commit

Permalink
Timestamp changes (#111)
Browse files Browse the repository at this point in the history
* timestamp fix

* prettier

* bigint

* switch backend rpc node
  • Loading branch information
faberto authored Oct 18, 2024
1 parent 54a82fa commit ef556d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit ef556d3

Please sign in to comment.