Skip to content

Commit b56e162

Browse files
committed
chore: snapshots
1 parent 9dc8eab commit b56e162

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/errors/contract.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('CallExecutionError', () => {
122122
Raw Call Arguments:
123123
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
124124
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
125-
value: 0.00000000000000042 MATIC
125+
value: 0.00000000000000042 POL
126126
data: 0x123
127127
gas: 420
128128
nonce: 69
@@ -153,7 +153,7 @@ describe('CallExecutionError', () => {
153153
Raw Call Arguments:
154154
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
155155
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
156-
value: 0.00000000000000042 MATIC
156+
value: 0.00000000000000042 POL
157157
data: 0x123
158158
gas: 420
159159
nonce: 69

src/errors/estimateGas.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('EstimateGasExecutionError', () => {
117117
Estimate Gas Arguments:
118118
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
119119
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
120-
value: 0.00000000000000042 MATIC
120+
value: 0.00000000000000042 POL
121121
data: 0x123
122122
gas: 420
123123
nonce: 69
@@ -148,7 +148,7 @@ describe('EstimateGasExecutionError', () => {
148148
Estimate Gas Arguments:
149149
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
150150
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
151-
value: 0.00000000000000042 MATIC
151+
value: 0.00000000000000042 POL
152152
data: 0x123
153153
gas: 420
154154
nonce: 69

src/errors/transaction.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ describe('TransactionExecutionError', () => {
205205
chain: Polygon (id: 137)
206206
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
207207
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
208-
value: 0.00000000000000042 MATIC
208+
value: 0.00000000000000042 POL
209209
data: 0x123
210210
gas: 420
211211
nonce: 69
@@ -237,7 +237,7 @@ describe('TransactionExecutionError', () => {
237237
chain: Polygon (id: 137)
238238
from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
239239
to: 0x5414d89a8bf7e99d732bc52f3e6a3ef461c0c078
240-
value: 0.00000000000000042 MATIC
240+
value: 0.00000000000000042 POL
241241
data: 0x123
242242
gas: 420
243243
nonce: 69

0 commit comments

Comments
 (0)