Skip to content

Commit e562b26

Browse files
committed
fix: normalize wallet when querying
1 parent f711639 commit e562b26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/models/nonce-mappings.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ export const getNonceMapping = async (
5151
`,
5252
{
5353
walletChainId,
54-
wallet,
54+
wallet: nvAddress(
55+
wallet,
56+
getChainVmType(walletChainId, await getSdkChainsConfig())
57+
),
5558
nonce,
5659
}
5760
);

0 commit comments

Comments
 (0)