We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a820b22 commit 8d54fdeCopy full SHA for 8d54fde
examples/send-transaction.js
@@ -2,6 +2,8 @@ import { ethers } from "ethers";
2
import axios from "axios";
3
import dotenv from "dotenv";
4
dotenv.config();
5
+
6
+const SEQUENCER_ADDRESS = "0x197f818c1313dc58b32d88078ecdfb40ea822614";
7
const WVM_RPC_URL= "https://testnet-rpc.wvm.dev"
8
const SEQUENCER_ENDPOINT = "https://wvm-lambda-0755acbdae90.herokuapp.com";
9
@@ -66,4 +68,4 @@ async function sendTransaction() {
66
68
}
67
69
70
-sendTransaction();
71
+sendTransaction();
0 commit comments