Skip to content

Commit

Permalink
Fix erc20 mint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 29, 2023
1 parent 2a1896a commit 38e4173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-cairo/src/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const functions = defineFunctions({
'self.erc20._burn(caller, value);'
]
},
safeMint: {
mint: {
kind: 'external(v0)',
args: [
getSelfArg(),
Expand Down

0 comments on commit 38e4173

Please sign in to comment.