From ad2831be6f83168ae25db770784dc219ecd27909 Mon Sep 17 00:00:00 2001 From: jxom Date: Sat, 7 Sep 2024 12:45:53 +1000 Subject: [PATCH] chore: snapshots --- .changeset/.lucky-actors-smell.md | 5 ----- .changeset/four-papayas-camp.md | 5 ----- src/CHANGELOG.md | 2 ++ src/errors/contract.test.ts | 4 ++-- src/errors/estimateGas.test.ts | 4 ++-- src/errors/transaction.test.ts | 4 ++-- 6 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 .changeset/.lucky-actors-smell.md delete mode 100644 .changeset/four-papayas-camp.md diff --git a/.changeset/.lucky-actors-smell.md b/.changeset/.lucky-actors-smell.md deleted file mode 100644 index b84c5c7ca6..0000000000 --- a/.changeset/.lucky-actors-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added Atleta Olympia chain \ No newline at end of file diff --git a/.changeset/four-papayas-camp.md b/.changeset/four-papayas-camp.md deleted file mode 100644 index ee4b1150da..0000000000 --- a/.changeset/four-papayas-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -Added extra error handling in unit parsing. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 745c37f2af..9133aff3ab 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -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 diff --git a/src/errors/contract.test.ts b/src/errors/contract.test.ts index 46f99be6a5..bab6a47457 100644 --- a/src/errors/contract.test.ts +++ b/src/errors/contract.test.ts @@ -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 @@ -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 diff --git a/src/errors/estimateGas.test.ts b/src/errors/estimateGas.test.ts index e1ff156bee..53bd70f73b 100644 --- a/src/errors/estimateGas.test.ts +++ b/src/errors/estimateGas.test.ts @@ -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 @@ -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 diff --git a/src/errors/transaction.test.ts b/src/errors/transaction.test.ts index 31e29de9be..d612aae93a 100644 --- a/src/errors/transaction.test.ts +++ b/src/errors/transaction.test.ts @@ -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 @@ -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