-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Trader removed * Call attempt * Committee check * Env passing * Fix merge * Another fix * Indent * Entrypoint * Optional payout address * Payout address optional in script; linter
- Loading branch information
1 parent
1c0fa67
commit 73d5db6
Showing
13 changed files
with
128 additions
and
790 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"author": "fbielejec", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@openzeppelin-4.5.0/contracts": "npm:@openzeppelin/[email protected]", | ||
"@openzeppelin/contracts": "=5.0.2", | ||
"@openzeppelin/contracts-upgradeable": "=5.0.2", | ||
"@openzeppelin-4.5.0/contracts": "npm:@openzeppelin/[email protected]" | ||
"@openzeppelin/contracts-upgradeable": "=5.0.2" | ||
}, | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0", | ||
|
@@ -18,7 +18,7 @@ | |
"@polkadot/api": "^10.11.2", | ||
"child_process": "^1.0.2", | ||
"dotenv": "^16.3.1", | ||
"hardhat": "^2.19.0", | ||
"hardhat": "^2.22.8", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-solidity": "^1.3.1", | ||
"solhint": "^4.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
Oops, something went wrong.