initial commit. Note testnet account used for arbitrum rinkeby isn't important so can be leaked
parents
.gitignore
0 → 100644
README.md
0 → 100644
contracts/SkinZNFT.sol
0 → 100644
contracts/SteamToEther.sol
0 → 100644
hardhat.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "hardhat-project", | ||
"dependencies": { | ||
"hardhat": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.0.2", | ||
"@nomiclabs/hardhat-waffle": "^2.0.1", | ||
"@openzeppelin/contracts": "^4.3.1", | ||
"@openzeppelin/hardhat-upgrades": "^1.10.0", | ||
"chai": "^4.3.4", | ||
"ethereum-waffle": "^3.4.0", | ||
"ethers": "^5.4.6" | ||
} | ||
} |
test/sample-test.js
0 → 100644
Please register or sign in to comment