Skip to content

Commit

Permalink
Update proto/zetachain/zetacore/pkg/coin/coin.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco de Borja Aranda Castillejo <[email protected]>
  • Loading branch information
lumtis and fbac authored Aug 15, 2024
1 parent fc67bba commit 02e04be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/zetachain/zetacore/pkg/coin/coin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ enum CoinType {
Zeta = 0;
Gas = 1; // Ether, BNB, Matic, Klay, BTC, etc
ERC20 = 2; // ERC20 token
Cmd = 3; // not asset, used for admin command
Cmd = 3; // no asset, used for admin command
NoAssetCall = 4; // no asset, used for contract call
}

0 comments on commit 02e04be

Please sign in to comment.