Skip to content

Commit

Permalink
Merge pull request #63 from MyriadFlow/Update4
Browse files Browse the repository at this point in the history
Hardhat: Added GrantRole Script
  • Loading branch information
soumalya340 authored Sep 21, 2023
2 parents 4a42868 + ef60ec6 commit 21c88ef
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 407 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"launchBNBTest" : "hardhat run scripts/launch/launch.js --network bnbTest",
"launchFilCalibration" : "hardhat run scripts/launch/launch.js --network filecoinCalibaration",
"launchLineaGoerli" : "hardhat run scripts/launch/launch.js --network lineaGoerli",
"contractAddress" : "hardhat run scripts/contractAddress.js"
"contractAddress" : "hardhat run scripts/contractAddress.js",
"grantRole" : "hardhat run scripts/grantRole.js --network maticmum"

},
"devDependencies": {
Expand Down
65 changes: 0 additions & 65 deletions scripts/deploy_fusionSeries.ts

This file was deleted.

60 changes: 0 additions & 60 deletions scripts/deploy_instagen.ts

This file was deleted.

58 changes: 0 additions & 58 deletions scripts/deploy_signatureSeries.ts

This file was deleted.

118 changes: 0 additions & 118 deletions scripts/deploy_tradehub_fusionSeries.ts

This file was deleted.

Loading

0 comments on commit 21c88ef

Please sign in to comment.