File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -118,25 +118,29 @@ contract DeploySimpleFarm is Script {
118
118
119
119
function run () public {
120
120
121
- uint256 DEFAULT_DURATION = 2592000 ;
122
- address WZANO_USDT_LP = 0x294fff8FbfE37dA6FFD410b4cA370b92AE853a9B ;
121
+ // uint256 DEFAULT_DURATION = 2592000;
122
+ // address WZANO_USDT_LP = 0x294fff8FbfE37dA6FFD410b4cA370b92AE853a9B;
123
123
// address VERSE_TOKEN = 0x249cA82617eC3DfB2589c4c17ab7EC9765350a18;
124
- address WZANO_TOKEN = 0xdb85f6685950E285b1E611037BEBe5B34e2B7d78 ;
125
- address OWNER = 0x641AD78BAca220C5BD28b51Ce8e0F495e85Fe689 ;
124
+ // address WZANO_TOKEN = 0xdb85f6685950E285b1E611037BEBe5B34e2B7d78;
125
+ // address OWNER = 0x641AD78BAca220C5BD28b51Ce8e0F495e85Fe689;
126
126
127
127
vm.startBroadcast (
128
128
vm.envUint ("PRIVATE_KEY " )
129
129
);
130
130
131
131
SimpleFarm farm = new SimpleFarm ();
132
132
133
+ /*
133
134
farm.initialize(
134
135
WZANO_USDT_LP,
135
136
WZANO_TOKEN,
136
137
DEFAULT_DURATION,
137
138
OWNER,
138
- OWNER
139
+ OWNER,
140
+ "WZANO_USDT_LP",
141
+ "WZANO_USDT_LP"
139
142
);
143
+ */
140
144
141
145
console.log (
142
146
address (farm),
You can’t perform that action at this time.
0 commit comments