mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-20 07:08:22 +00:00
debugging deployment of contract to geth node
This commit is contained in:
parent
a9a1882ed3
commit
f69f9cf7fe
@ -1,3 +1,4 @@
|
|||||||
FROM node:18.16.0-alpine3.17
|
FROM node:18.16.0-alpine3.17
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN ["npm", "install"]
|
||||||
CMD ["sh", "docker/deploy.sh"]
|
CMD ["sh", "docker/deploy.sh"]
|
||||||
|
@ -24,5 +24,8 @@ module.exports = {
|
|||||||
hardhat: {
|
hardhat: {
|
||||||
tags: ["local"],
|
tags: ["local"],
|
||||||
},
|
},
|
||||||
|
codexdisttestnetwork: {
|
||||||
|
url: process.env.DISTTEST_NETWORK_URL
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
"start": "hardhat node --export deployment-localhost.json",
|
"start": "hardhat node --export deployment-localhost.json",
|
||||||
"compile": "hardhat compile",
|
"compile": "hardhat compile",
|
||||||
"format": "prettier --write contracts/**/*.sol test/**/*.js",
|
"format": "prettier --write contracts/**/*.sol test/**/*.js",
|
||||||
"lint": "solhint contracts/**.sol"
|
"lint": "solhint contracts/**.sol",
|
||||||
|
"deploy": "hardhat deploy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user