Skip to content

Commit 2f2daec

Browse files
committed
Merge branch 'main' into staging
2 parents 9c54b31 + e562b26 commit 2f2daec

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)