Update token description

This commit is contained in:
Arnaud 2025-05-16 20:46:23 +02:00
parent 0807f7d52c
commit 4690c6373a
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -15,7 +15,7 @@ module.exports = buildModule("Token", (m) => {
const account = m.getAccount(i)
m.call(token, "mint", [account, MINTED_TOKENS], {
from: deployer,
id: `SendingEth_${i}`,
id: `SendingTestTokens_${i}`,
})
}
}