fix bug for deploy
Showing
config/cmp_test.cfg
0 → 100644
config/hardhat.cfg
0 → 100644
config/ht_test.cfg
0 → 100644
config/polygon.cfg
0 → 100644
contracts/game/Auth.sol
0 → 100755
contracts/game/Coin.sol
0 → 100755
contracts/game/Coin721.sol
0 → 100755
contracts/game/Constant.sol
0 → 100755
contracts/game/HorseRace.sol
0 → 100755
contracts/game/UserLogin.sol
0 → 100755
contracts/library/Auth.sol
0 → 100644
contracts/library/Bytes.sol
0 → 100755
contracts/library/String.sol
0 → 100755
deploy.sh
0 → 100755
| ... | ... | @@ -8,6 +8,8 @@ |
| "hardhat": "^2.23.0" | ||
| }, | ||
| "dependencies": { | ||
| "@openzeppelin/contracts": "^5.3.0", | ||
| "@openzeppelin/contracts-upgradeable": "^5.3.0", | ||
| "dotenv": "^16.5.0" | ||
| } | ||
| } |
scripts/deploy/deployAll.js
0 → 100755
Please register or sign in to comment