Skip to content

Commit 1d67dc4

Browse files
committed
fix: execution script
1 parent c080d68 commit 1d67dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ export NVM_DIR="/home/ubuntu/.nvm"
1313

1414
echo "Using nvm version $(nvm --version)"
1515
echo "Using node version $(node --version)"
16-
yarn build
17-
$(which node) ~/t2cr-to-ipfs/dist/index.js
16+
yarn start

src/erc20.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default async function checkPublishErc20(
7070
}
7171
if (t.name.length > 40) {
7272
console.warn(` ${t.name} longer than 40 chars, dropping it.`)
73+
console.warn(` Address: ${t.address}`)
7374
invalidTokens.push(t)
7475
return false
7576
}

0 commit comments

Comments
 (0)