Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 3, 2024
1 parent a9ccd4b commit 99ce411
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/actions/public/call.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,12 @@ describe('errors', () => {
This error could arise when the account does not have enough funds to:
- pay for the total gas fee,
- pay for the value to send.
The cost of the transaction is calculated as \`gas * gas fee + value\`, where:
- \`gas\` is the amount of gas needed for transaction to execute,
- \`gas fee\` is the gas fee,
- \`value\` is the amount of ether to send to the recipient.
Raw Call Arguments:
from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
to: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
Expand Down Expand Up @@ -504,19 +504,19 @@ describe('errors', () => {
],
}),
).rejects.toThrowErrorMatchingInlineSnapshot(`
[CallExecutionError: \`state\` and \`stateDiff\` are set on the same account.
Raw Call Arguments:
to: 0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2
data: 0x06fdde03
State Override:
0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2:
state:
0x00000000000000000000000000000000000000000000000000000000000001a4: 0x00000000000000000000000000000000000000000000000000000000000001a4
stateDiff:
0x00000000000000000000000000000000000000000000000000000000000001a4: 0x00000000000000000000000000000000000000000000000000000000000001a4
Version: [email protected]]
[CallExecutionError: state and stateDiff are set on the same account.
Raw Call Arguments:
to: 0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2
data: 0x06fdde03
State Override:
0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2:
state:
0x00000000000000000000000000000000000000000000000000000000000001a4: 0x00000000000000000000000000000000000000000000000000000000000001a4
stateDiff:
0x00000000000000000000000000000000000000000000000000000000000001a4: 0x00000000000000000000000000000000000000000000000000000000000001a4
Version: [email protected]]
`)
})
})
Expand Down

0 comments on commit 99ce411

Please sign in to comment.