28 lines
1.4 KiB
JSON
28 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "thirdweb-core-2103-test",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"hh:compile": "hardhat compile",
|
||
|
|
"hh:deploy": "hardhat run scripts/deploy-thirdweb-core-hardhat.cjs --network chain138ThirdwebCore",
|
||
|
|
"deploy:forge:project-env": "bash scripts/deploy-forge-with-project-env.sh",
|
||
|
|
"deploy:hh:project-env": "bash scripts/deploy-hardhat-with-project-env.sh",
|
||
|
|
"forge:create2:dry-run": "forge script script/Create2DeployTest.s.sol:Create2DeployTest --rpc-url \"$(bash scripts/rpc-url-2103.sh)\"",
|
||
|
|
"deploy:create2:project-env": "bash scripts/deploy-create2-test-with-project-env.sh",
|
||
|
|
"forge:build": "forge build",
|
||
|
|
"forge:dry-run": "forge script script/DeployThirdwebCore.s.sol:DeployThirdwebCore --rpc-url \"$(bash scripts/rpc-url-2103.sh)\"",
|
||
|
|
"forge:deploy": "forge script script/DeployThirdwebCore.s.sol:DeployThirdwebCore --rpc-url \"$(bash scripts/rpc-url-2103.sh)\" --broadcast --legacy --with-gas-price 1000000000 --private-key \"$PRIVATE_KEY\""
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||
|
|
"@openzeppelin/contracts": "4.8.3",
|
||
|
|
"@openzeppelin/contracts-upgradeable": "4.8.3",
|
||
|
|
"@thirdweb-dev/contracts": "^3.15.0",
|
||
|
|
"@thirdweb-dev/dynamic-contracts": "^1.2.5",
|
||
|
|
"dotenv": "^16.6.1",
|
||
|
|
"erc721a-upgradeable": "^3.3.0",
|
||
|
|
"hardhat": "^2.28.6",
|
||
|
|
"solady": "^0.0.180"
|
||
|
|
}
|
||
|
|
}
|