Skip to content

Commit 300c5b8

Browse files
Fix typos
1 parent 3223213 commit 300c5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/00_resolve_keep_token.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
1919
throw new Error("deployed KeepToken contract not found")
2020
} else {
2121
// 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
2323
// close to the KEEP supply on the production environment (~1B KEEP).
2424
log(`deploying KeepToken stub`)
2525

deploy/04_transfer_t.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
1212
// There will be 10B T minted on the production environment. The 45% of this
1313
// amount will go to the KEEP holders, 45% will go to NU holders and 10% will
1414
// 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
1717
// (for NU holders), to which we'll send the other 45% of T (4.5B T).
1818
await execute(
1919
"T",

0 commit comments

Comments
 (0)