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 ad2831b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/.lucky-actors-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-papayas-camp.md

This file was deleted.

2 changes: 2 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- [#2698](https://github.com/wevm/viem/pull/2698) [`02734f32`](https://github.com/wevm/viem/commit/02734f3216ed15353ae2b39738c89a06faba533b) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Update Polygon's native token from MATIC to POL

- [`c5ecc8f`](https://github.com/wevm/viem/commit/c5ecc8f54d21b21bc36f722fe9b240dc75527971) Thanks [@jxom](https://github.com/jxom)! - Added extra error handling in unit parsing.

## 2.21.2

### Patch Changes
Expand Down
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 ad2831b

Please sign in to comment.