Skip to content

Commit 5675d6c

Browse files
Yan Luiz Coitodanicuki
Yan Luiz Coito
authored andcommitted
feat: transfer tokens to @danicuki proceed with tests
1 parent 2f1f583 commit 5675d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/ethereum/scripts/deployAgreement.js

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ async function deployToken() {
8282
await token.deployed()
8383
const deployReceipt = await token.deployTransaction.wait(1)
8484
console.log(`Deployed Token ${token.address} | Block ${deployReceipt.blockNumber}: `)
85+
await token.transfer("0xf9aD3D930AB5df972558636A2B8749e772aC9297", ethers.utils.parseEther("100000"))
8586
return {
8687
address: token.address,
8788
deploymentBlock: deployReceipt.blockNumber,

0 commit comments

Comments
 (0)