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 c080d68 commit 1d67dc4Copy full SHA for 1d67dc4
script.sh
@@ -13,5 +13,4 @@ export NVM_DIR="/home/ubuntu/.nvm"
13
14
echo "Using nvm version $(nvm --version)"
15
echo "Using node version $(node --version)"
16
-yarn build
17
-$(which node) ~/t2cr-to-ipfs/dist/index.js
+yarn start
src/erc20.ts
@@ -70,6 +70,7 @@ export default async function checkPublishErc20(
70
}
71
if (t.name.length > 40) {
72
console.warn(` ${t.name} longer than 40 chars, dropping it.`)
73
+ console.warn(` Address: ${t.address}`)
74
invalidTokens.push(t)
75
return false
76
0 commit comments