Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit fe06f84

Browse files
authored
Update TestGas contract to send value in recursive calls (#224)
1 parent 8b84ae3 commit fe06f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: IConfig = {
1414
bundlerUrl: "http://localhost:4337",
1515
testERC20Token: "0x3870419Ba2BBf0127060bCB37f69A1b1C090992B",
1616
// https://github.com/stackup-wallet/contracts/blob/main/contracts/test/TestGas.sol
17-
testGas: "0x310de3671FCDA16eC24433e7610c2F48DEE7f8c2",
17+
testGas: "0xd98206114295d553625cFF946D8aEc3aa790db3A",
1818
};
1919

2020
export default config;

0 commit comments

Comments
 (0)