-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Leonard
authored and
Robert Leonard
committed
Sep 11, 2023
1 parent
57e4afc
commit 41588a9
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
"main": "index.js", | ||
"repository": "[email protected]:identity-com/did-bnb.git", | ||
"license": "MIT", | ||
"scripts": { | ||
"deploy-and-verify-contract": "npx hardhat verify --network $(npx hardhat run --network testnetBnb scripts/deployProxy.ts)", | ||
"upgrade-and-verify-contract": "npx hardhat verify --network $(npx hardhat run --network testnetBnb scripts/upgradeProxyImplementation.ts)" | ||
}, | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-ethers": "^3.0.4", | ||
"@nomicfoundation/hardhat-foundry": "^1.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters