Skip to content

Commit

Permalink
Update precompiles/bank/const.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
Francisco de Borja Aranda Castillejo and lumtis authored Sep 25, 2024
1 parent f74194a commit b532de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions precompiles/bank/const.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package bank

const (
// ZEVM cosmos coins prefix.
ZEVMDenom = "zrc20/"
// ZRC20DenomPrefix are ZRC20 cosmos coins prefix.
ZRC20DenomPrefix = "zrc20/"

// Write methods.
DepositMethodName = "deposit"
Expand Down

0 comments on commit b532de2

Please sign in to comment.