We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0fcba commit 62ec937Copy full SHA for 62ec937
1 file changed
src/commands/metadata/add.ts
@@ -38,6 +38,9 @@ export default class MetadataAdd extends Command {
38
})
39
40
token.symbol = token.symbol.toUpperCase()
41
+ token.chainId = chainId
42
+ token.decimals = Number(token.decimals)
43
+ token.address = token.address.toLowerCase()
44
45
let metadata = {
46
byAddress: {},
0 commit comments