Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 8, 2024
1 parent ef26135 commit 8022d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions/wallet/prepareTransactionRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ describe('prepareTransactionRequest', () => {
"gas": 21000n,
"maxFeePerGas": 13000000000n,
"maxPriorityFeePerGas": 1000000000n,
"nonce": 375,
"nonce": 382,
"to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8",
"type": "eip1559",
"value": 1000000000000000000n,
Expand Down Expand Up @@ -728,7 +728,7 @@ describe('prepareTransactionRequest', () => {
"gas": 21000n,
"maxFeePerGas": 13000000000n,
"maxPriorityFeePerGas": 1000000000n,
"nonce": 375,
"nonce": 382,
"to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8",
"type": "eip1559",
"value": 1000000000000000000n,
Expand Down

0 comments on commit 8022d82

Please sign in to comment.