Skip to content

Commit

Permalink
chore: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Sep 7, 2024
1 parent 9dc8eab commit b56e162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/errors/contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('CallExecutionError', () => {
Raw Call Arguments:
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down Expand Up @@ -153,7 +153,7 @@ describe('CallExecutionError', () => {
Raw Call Arguments:
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down
4 changes: 2 additions & 2 deletions src/errors/estimateGas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('EstimateGasExecutionError', () => {
Estimate Gas Arguments:
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down Expand Up @@ -148,7 +148,7 @@ describe('EstimateGasExecutionError', () => {
Estimate Gas Arguments:
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down
4 changes: 2 additions & 2 deletions src/errors/transaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('TransactionExecutionError', () => {
chain: Polygon (id: 137)
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down Expand Up @@ -237,7 +237,7 @@ describe('TransactionExecutionError', () => {
chain: Polygon (id: 137)
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
value: 0.00000000000000042 MATIC
value: 0.00000000000000042 POL
data: 0x123
gas: 420
nonce: 69
Expand Down

0 comments on commit b56e162

Please sign in to comment.