We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1f583 commit 5675d6cCopy full SHA for 5675d6c
contracts/ethereum/scripts/deployAgreement.js
@@ -82,6 +82,7 @@ async function deployToken() {
82
await token.deployed()
83
const deployReceipt = await token.deployTransaction.wait(1)
84
console.log(`Deployed Token ${token.address} | Block ${deployReceipt.blockNumber}: `)
85
+ await token.transfer("0xf9aD3D930AB5df972558636A2B8749e772aC9297", ethers.utils.parseEther("100000"))
86
return {
87
address: token.address,
88
deploymentBlock: deployReceipt.blockNumber,
0 commit comments