GDC Token (rbg-clone)
-
Deploy Minime Token contract without factory
-
Modified
.env
file for clone TokenPRIVKEY="1234567890abcd..." INFURAKEY="1234567890abcd..." PARENT="0x1a1a2dd27caefa9efb540ba610df1afa0e49fad0" # deployed Minime Token address MULTIPLY=1 SNAPSHOT=50
PRIVKEY
without 0x prefix only private keyINFURAKEY
what if you are using infura node just add project keyPARENT
is the address of parent token of clone minime token.MULTIPLY
is params for scale number of a balance of parent tokenSNAPSHOT
is target block number of parents token
-
Run
npm run migrate:clone
for deploy clone token.