Skip to content

Commit fecdcfb

Browse files
committed
fix: onchain allocator cache
1 parent 99c95f6 commit fecdcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/onchain-allocator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const getSigner = async (chainId: string) => {
185185
return _getSignerCache.get(chainId)!;
186186
}
187187

188-
const vmType = await getChain(chainId).then((c) => c.id);
188+
const vmType = await getChain(chainId).then((c) => c.vmType);
189189

190190
let domainId: number | undefined;
191191
switch (vmType) {

0 commit comments

Comments
 (0)