Skip to content

Commit

Permalink
fix: set ZRC-20 gas token correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 23, 2024
1 parent 8e62457 commit 6abf767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/localnet/src/createToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const createToken = async ({
deployOpts
);
await (custody as any).connect(tss).whitelist(erc20.target, deployOpts);

} else {
(systemContract as any)
.connect(fungibleModuleSigner)
.setGasCoinZRC20(1, zrc20.target);
Expand Down

0 comments on commit 6abf767

Please sign in to comment.