1
- // const ConvertLib = artifacts.require("ConvertLib");
2
- // const MetaCoin = artifacts.require("MetaCoin");
3
- // const MetaCoin2 = artifacts.require("MetaCoin2");
1
+ const ConvertLib = artifacts . require ( "ConvertLib" ) ;
2
+ const MetaCoin = artifacts . require ( "MetaCoin" ) ;
3
+ const MetaCoin2 = artifacts . require ( "MetaCoin2" ) ;
4
4
// const DosOneFunc = artifacts.require("DosOneFunc");
5
5
// const Dynamic = artifacts.require("Dynamic");
6
6
// const HTDD_contract = artifacts.require("HTDD_contract");
98
98
// const Vat = artifacts.require("Vat");
99
99
// const Fomp = artifacts.require("Fomp");
100
100
// const SpiritCoin = artifacts.require("UMAFarmingMar");
101
- const GFC = artifacts . require ( "GFC" ) ;
101
+ // const GFC = artifacts.require("GFC");
102
102
103
103
module . exports = async function ( deployer ) {
104
- // deployer.deploy(ConvertLib);
105
- // deployer.link(ConvertLib, MetaCoin);
106
- // deployer.deploy(MetaCoin);
107
- // deployer.link(ConvertLib, MetaCoin2);
108
- // deployer.deploy(MetaCoin2);
104
+ deployer . deploy ( ConvertLib ) ;
105
+ deployer . link ( ConvertLib , MetaCoin ) ;
106
+ deployer . deploy ( MetaCoin ) ;
107
+ deployer . link ( ConvertLib , MetaCoin2 ) ;
108
+ deployer . deploy ( MetaCoin2 ) ;
109
109
//
110
110
// deployer.deploy(DosOneFunc);
111
111
// deployer.deploy(Dynamic);
206
206
// deployer.deploy(Vat);
207
207
// deployer.deploy(Fomp, accounts[0]);
208
208
// deployer.deploy(SpiritCoin, accounts[0], accounts[1]);
209
- deployer . deploy ( GFC , 1 , "" , "" ) ;
209
+ // deployer.deploy(GFC, 1, "","");
210
210
} ;
0 commit comments