UNPKG

selfkey-token

Version:

The SelfKey Token is an ERC20 standard token that is used to fuel the SelfKey KYC dapps

8 lines (5 loc) 216 B
const SelfKeyAirdrop = artifacts.require('./SelfKeyAirdrop.sol') module.exports = deployer => { const tokenAddress = '0x4cc19356f2d37338b9802aa8e8fc58b0373296e7' deployer.deploy(SelfKeyAirdrop, tokenAddress) }