We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b8e16 commit 3da1426Copy full SHA for 3da1426
test/SimulateIntent.t.sol
@@ -17,7 +17,7 @@ contract SimulateIntent is Test {
17
18
function setUp() public {
19
// (Step 1) Load parameters
20
- RPC_URL = vm.envString('BASE_NODE_URL');
+ RPC_URL = vm.envString('BSC_NODE_URL');
21
BLOCK_NUMBER = 0;
22
SENDER = 0x5ACf6f6E6c0a5B8595251416B50F6c7CF9508F7E;
23
TARGET = 0xCa611DEb2914056D392bF77e13aCD544334dD957;
0 commit comments