Skip to content

Commit

Permalink
Fix test case for new transactions responses.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 23, 2021
1 parent 0d40156 commit 0aafca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src.ts/test-providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const blockchainData: { [ network: string ]: TestCases } = {
type: 2,
creates: null,
from: '0xad252DD6C011E613610A36368f04aC84D5185b7c',
gasPrice: bnify("0x0268ab0ed6"),
//gasPrice: bnify("0x0268ab0ed6"),
maxPriorityFeePerGas: bnify("0x0268ab0ed6"),
maxFeePerGas: bnify("0x0268ab0ed6"),
gasLimit: bnify("0x5208"),
Expand Down

0 comments on commit 0aafca7

Please sign in to comment.