Skip to content

Commit 3da1426

Browse files
authored
chore: change test RPC to BSC
Signed-off-by: Quoc-Cuong Tran <tranquoccuong@outlook.com.vn>
1 parent 16b8e16 commit 3da1426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SimulateIntent.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contract SimulateIntent is Test {
1717

1818
function setUp() public {
1919
// (Step 1) Load parameters
20-
RPC_URL = vm.envString('BASE_NODE_URL');
20+
RPC_URL = vm.envString('BSC_NODE_URL');
2121
BLOCK_NUMBER = 0;
2222
SENDER = 0x5ACf6f6E6c0a5B8595251416B50F6c7CF9508F7E;
2323
TARGET = 0xCa611DEb2914056D392bF77e13aCD544334dD957;

0 commit comments

Comments
 (0)