You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Internal audit | April 15, 2024 |[97f00aa69c7cfadddc67ca271593eaa0b1eac940](https://github.com/immutable/contracts/tree/97f00aa69c7cfadddc67ca271593eaa0b1eac940/contracts/games/gems)|[202404-internal-audit-gm-game](../../../../audits/games/gems/202404-internal-audit-gm-game.pdf)||
18
19
| Not audited and no threat model | - | - | - |
19
20
20
21
22
+
23
+
# Deployment
24
+
21
25
**Deploy and verify using CREATE3 factory contract:**
22
26
23
27
This repo includes a script for deploying via a CREATE3 factory contract. The script is defined as a test contract as per the examples [here](https://book.getfoundry.sh/reference/forge/forge-script#examples) and can be found in `./script/games/gems/DeployGemGame.sol`.
@@ -28,4 +32,4 @@ See the `.env.example` for required environment variables.
Optionally, you can also specify `--ledger` or `--trezor` for hardware deployments. See docs [here](https://book.getfoundry.sh/reference/forge/forge-script#wallet-options---hardware-wallet).
35
+
Optionally, you can also specify `--ledger` or `--trezor` for hardware deployments. See docs [here](https://book.getfoundry.sh/reference/forge/forge-script#wallet-options---hardware-wallet).
0 commit comments