Skip to content

Commit

Permalink
fix: use testnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Mar 7, 2024
1 parent e46653d commit e7e6d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/test/providers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('providers', () => {

// TODO: Use a near-workspaces Worker when time traveling is available
test('json rpc get next light client block', async () => {
const provider = new JsonRpcProvider({ url: 'https://near.lava.build/' });
const provider = new JsonRpcProvider({ url: 'https://rpc.testnet.near.org' });
const stat = await provider.status();

// Get block in at least the last epoch (epoch duration 43,200 blocks on mainnet and testnet)
Expand Down

0 comments on commit e7e6d83

Please sign in to comment.