Skip to content

Commit fd63723

Browse files
committed
chore: up snaps
1 parent 9b93dee commit fd63723

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"typescript.updateImportsOnFileMove.enabled": "always",
66
"typescript.tsdk": "node_modules/typescript/lib",
77
"typescript.enablePromptUseWorkspaceTsdk": true,
8-
"javascript.preferences.importModuleSpecifier": "non-relative",
9-
"typescript.preferences.importModuleSpecifier": "non-relative",
108
"javascript.preferences.autoImportFileExcludePatterns": ["**/_types/**"],
119
"typescript.preferences.autoImportFileExcludePatterns": ["**/_types/**"],
1210
"[json]": {

src/actions/public/estimateGas.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe('local account', () => {
254254
to: accounts[1].address,
255255
maxFeePerBlobGas: parseGwei('20'),
256256
}),
257-
).toMatchInlineSnapshot('53001n')
257+
).toMatchInlineSnapshot('21001n')
258258
})
259259

260260
test('args: data', async () => {

0 commit comments

Comments
 (0)