-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Fee Token #179
New Fee Token #179
Conversation
app/app.go
Outdated
err = app.tokenKeeper.IssueToken( | ||
ctx, | ||
"gas", | ||
"Irita EVM token", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fee Token
app/app.go
Outdated
err = app.tokenKeeper.IssueToken( | ||
ctx, | ||
"gas", | ||
"Irita EVM fee token", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IRITA Fee Token
cmd/irita/cmd/testnet.go
Outdated
@@ -62,8 +62,11 @@ const ( | |||
nodeDirPerm = 0755 | |||
DefaultPointDenom = "point" | |||
DefaultPointMinUnit = "upoint" | |||
DefaultEvmMinUnit = "gas" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gas 还是 ugas?
No description provided.