github.com/haliliceylan/bsc@v1.1.10-0.20220501224556-eb78d644ebcb/docker/init_holders.template (about) 1 const web3 = require("web3") 2 3 const addresses = "{{INIT_HOLDER_ADDRESSES}}" 4 const balance = web3.utils.toBN("{{INIT_HOLDER_BALANCE}}").toString("hex") 5 const init_holders = addresses.split(",").map(address => ({ address, balance })); 6 7 exports = module.exports = init_holders