Skip to content

Commit

Permalink
fix: contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 29, 2024
1 parent 4462c0b commit 6c8ace0
Show file tree
Hide file tree
Showing 362 changed files with 252 additions and 73,036 deletions.
2 changes: 1 addition & 1 deletion contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ETHERSCAN_API_KEY=

# The private key of your adming wallet
PRIVATE_KEY=
PRIVATE_KEY=
12 changes: 11 additions & 1 deletion contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/node_modules
node_modules
.env
coverage
coverage.json
typechain
typechain-types

# Hardhat files
cache
artifacts

2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
2. Run `yarn install`
3. Replace `YOUR_IMMUTABLE_RUNNER_SKIN_CONTRACT_ADDRESS` in `contracts/RunnerToken.sol` with your Immutable Runner Skin contract address
3. Run `yarn compile`
4. Run `yarn deploy`
4. Run `yarn deploy`

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6c8ace0

Please sign in to comment.