Skip to content

Commit 6425bc6

Browse files
authored
integration: eth_simulateV1: fix revert err code (#517)
1 parent cc75897 commit 6425bc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration/mainnet/eth_simulateV1/test_02.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"calls": [
3838
{
3939
"error": {
40-
"code": -32000,
40+
"code": 3,
4141
"data": "0xfb8ae129",
4242
"message": "execution reverted"
4343
},

integration/mainnet/eth_simulateV1/test_03.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"calls": [
4141
{
4242
"error": {
43-
"code": -32000,
43+
"code": 3,
4444
"data": "0xfb8ae129",
4545
"message": "execution reverted"
4646
},

integration/mainnet/eth_simulateV1/test_09.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"calls": [
4040
{
4141
"error": {
42-
"code": -32000,
42+
"code": 3,
4343
"data": "0x",
4444
"message": "execution reverted"
4545
},

0 commit comments

Comments
 (0)