File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
19
19
throw new Error ( "deployed KeepToken contract not found" )
20
20
} else {
21
21
// For deployments on hardhat network we don't have the KeepToken deployed,
22
- // so wee 're deloying a stub contact and minting the KEEP in the amount
22
+ // so we 're deploying a stub contact and minting the KEEP in the amount
23
23
// close to the KEEP supply on the production environment (~1B KEEP).
24
24
log ( `deploying KeepToken stub` )
25
25
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
12
12
// There will be 10B T minted on the production environment. The 45% of this
13
13
// amount will go to the KEEP holders, 45% will go to NU holders and 10% will
14
14
// be sent to the DAO treasury. In this script we're simulating the part
15
- // related to distribution of T to the Vendingachine for KEEP holders.
16
- // In the future we'll also have a separate instance of the VendiingMachine
15
+ // related to distribution of T to the VendingMachine for KEEP holders.
16
+ // In the future we'll also have a separate instance of the VendingMachine
17
17
// (for NU holders), to which we'll send the other 45% of T (4.5B T).
18
18
await execute (
19
19
"T" ,
You can’t perform that action at this time.
0 commit comments