Commit c3d6f95
committed
feat(deployment): add GRT token tasks (status, balance, transfer, mint)
Hardhat tasks for managing testnet GRT:
- grt:status: show governor, minter status, total supply
- grt:balance: query GRT balance for any address
- grt:transfer: send GRT from deployer's balance (no minter role needed)
- grt:mint: mint new GRT (requires minter role)1 parent 69f291e commit c3d6f95
2 files changed
Lines changed: 485 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| |||
0 commit comments