Skip to content

Commit c34e60e

Browse files
feat: correct SC address for preset tests to pass (#3823)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent fa3307e commit c34e60e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/server/tests/acceptance/data/conformity/overwrites/eth_call/call-callenv.io

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
// Note: This is the original test file, modified for our test purposes: https://github.com/ethereum/execution-apis/blob/main/tests/eth_call/call-callenv.io
1111
// Only the `params[0].to` field value has been changed to point to the correct deployed contract address.
1212
// All other fields must remain unchanged to preserve the integrity of the original test case.
13-
>> {"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"from":"0x0000000000000000000000000000000000000000","to":"0x9344b07175800259691961298ca11c824e65032d"},"latest"]}
14-
<< {"result":"0x","jsonrpc":"2.0","id":1}
13+
>> {"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"from":"0x0000000000000000000000000000000000000000","to":"0x2f2a392b4d7d2c2d3134e199295818a02535ef0a"},"latest"]}
14+
<< {"jsonrpc":"2.0","id":1,"result":"0x0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000c72dd9d5e883e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}

packages/server/tests/acceptance/data/conformity/overwrites/eth_call/call-contract.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
// Only the `params[0].to` field value has been changed to point to the correct deployed contract address.
1111
// All other fields must remain unchanged to preserve the integrity of the original test case.
1212
>> {"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"from":"0x0000000000000000000000000000000000000000","input":"0xff01","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"},"latest"]}
13-
<< {"result":"0x","jsonrpc":"2.0","id":1}
13+
<< {"jsonrpc":"2.0","id":1,"result":"0xffee"}

0 commit comments

Comments
 (0)