Skip to content

Commit

Permalink
Use full node url in ethers.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
okkothejawa committed Jul 9, 2024
1 parent 75a9257 commit a407955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/evm/ethers_js/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ethers, JsonRpcProvider } from "ethers";
import { expect } from 'chai';

let provider = new JsonRpcProvider('http://127.0.0.1:12345');
let provider = new JsonRpcProvider('http://127.0.0.1:12346');

describe("RpcTests", function() {
let first_tx_receipt;
Expand Down

0 comments on commit a407955

Please sign in to comment.