Skip to content
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

add POM on the default list on asset page in massa wallet #974

Closed
OliornPT opened this issue Nov 14, 2024 · 0 comments · Fixed by #975
Closed

add POM on the default list on asset page in massa wallet #974

OliornPT opened this issue Nov 14, 2024 · 0 comments · Fixed by #975

Comments

@OliornPT
Copy link

Hi,

Already spoke by Chat with Solene PB, that told me to open here this ticket.
Launch date is Planned for this Friday 14 november 1PM, but you can already put in Production, no problem.

Uploaded 2 pictures, One Circular and other the original , use the one that fits the best.

Smart Contract of the Token: AS1nqHKXpnFXqhDExTskXmBbbVpVpUbCQVtNSXLCqUDSUXihdWRq

Details of the FT - code used:

const token = {
name: 'PepeOnMassa',
symbol: 'POM',
decimals: 18n,
totalSupply: 10800700300n * 10n ** 18n,
};

const tokenArgs = new Args()
.addString(token.name)
.addString(token.symbol)
.addU8(token.decimals)
.addU256(token.totalSupply);

LOGO
POM HAT

@peterjah peterjah linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant