remove spaces

This commit is contained in:
Mykola 2020-01-04 11:37:56 -08:00
parent bb3b782553
commit 58a95c88f9
2 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,8 @@ import {
} from "../src/test/helpers"
const sharp = require('sharp')
const bluebird = require("bluebird")
const foundChains = readDirSync(chainsFolderPath)
function downsize() {
console.log(`Start resizing`)
bluebird.mapSeries(foundChains, async chain => {

View File

@ -1,5 +1,4 @@
const { execSync } = require('child_process');
const fs = require('fs')
const path = require('path')
const axios = require('axios')
import { readDirSync } from "../src/test/helpers";
@ -10,7 +9,6 @@ const chainAddresses = readDirSync(assetsPath)
chainAddresses.forEach(async addr => {
const trc20Info = await axios.get(`https://apilist.tronscan.org/api/token_trc20?contract=${addr}&showAll=1`).then(({ data }) => data)
if (!isChecksum) {
console.log(`Address ${addr} not in checksum`)
const checksum = web3.utils.toChecksumAddress(addr)