Skip to content

Commit

Permalink
test: profile_mainnet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Apr 10, 2024
1 parent 80193eb commit ba122e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__test__/profile_mainnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe("test starknetid.js sdk on mainnet", () => {
jest.setTimeout(90000000);
const provider = new Provider({
rpc: {
nodeUrl: "https://rpc.starknet.id",
nodeUrl: "https://rpc.starknet.lava.build",
},
});

Expand Down

0 comments on commit ba122e8

Please sign in to comment.