Skip to content

Commit

Permalink
tests: update snapshots (foundry upgrade)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 26, 2024
1 parent 5074d40 commit c730519
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/experimental/eip5792/actions/writeContracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ test('default', async () => {
"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"0x0000000000000000000000000000000000000000000000000000000000000221",
],
"transactionHash": "0xf0c48f098fb7f44a4ca942f85277e97ad3481020e21f1f165eed514205a21694",
"transactionHash": "0x217f9a45ed86f0f83ec4215b2bb7d644300df2be450abdeb33426f0e65b4ae48",
"transactionIndex": "0x0",
},
],
"status": "success",
"transactionHash": "0xf0c48f098fb7f44a4ca942f85277e97ad3481020e21f1f165eed514205a21694",
"transactionHash": "0x217f9a45ed86f0f83ec4215b2bb7d644300df2be450abdeb33426f0e65b4ae48",
},
{
"blockHash": undefined,
Expand All @@ -224,12 +224,12 @@ test('default', async () => {
"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"0x0000000000000000000000000000000000000000000000000000000000000222",
],
"transactionHash": "0x4add84ccc2e6a1b66b9ce571fa5af64b647f32e89a82454147a070549694a4d9",
"transactionHash": "0x874f10d07221479f1244da376044194d706215c4bef981f4ac0082ff0c297ebb",
"transactionIndex": "0x1",
},
],
"status": "success",
"transactionHash": "0x4add84ccc2e6a1b66b9ce571fa5af64b647f32e89a82454147a070549694a4d9",
"transactionHash": "0x874f10d07221479f1244da376044194d706215c4bef981f4ac0082ff0c297ebb",
},
{
"blockHash": undefined,
Expand All @@ -250,12 +250,12 @@ test('default', async () => {
"0x000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"0x0000000000000000000000000000000000000000000000000000000000000223",
],
"transactionHash": "0xe9f2e65209f76f94aadc58c78fd1d935dbe0e3cd70784d9b4632904171eeddbe",
"transactionHash": "0xa8a36afb7307ef6fbd74979ee53e89c7f19140c603cb9acbfbbf7250f904caeb",
"transactionIndex": "0x2",
},
],
"status": "success",
"transactionHash": "0xe9f2e65209f76f94aadc58c78fd1d935dbe0e3cd70784d9b4632904171eeddbe",
"transactionHash": "0xa8a36afb7307ef6fbd74979ee53e89c7f19140c603cb9acbfbbf7250f904caeb",
},
]
`)
Expand Down

0 comments on commit c730519

Please sign in to comment.