Skip to content

Commit

Permalink
fix: set correct ZRC-20 coin type (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 11, 2024
1 parent 48b839c commit 59a77e5
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 @@ -44,7 +44,7 @@ export const createToken = async ({
`ZRC20${symbol}`,
18,
1,
1,
isGasToken ? 1 : 2,
1,
systemContract.target,
gatewayZEVM.target,
Expand Down

0 comments on commit 59a77e5

Please sign in to comment.