Skip to content

Commit

Permalink
Deploy to rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
odd-amphora committed Nov 1, 2021
1 parent 1cba4d5 commit 56e1d8d
Show file tree
Hide file tree
Showing 13 changed files with 243 additions and 266 deletions.
2 changes: 2 additions & 0 deletions .example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ETHERSCAN_API_KEY=
INFURA_ID=
82 changes: 41 additions & 41 deletions deployments/rinkeby/JBController.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions deployments/rinkeby/JBDirectory.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions deployments/rinkeby/JBETHPaymentTerminal.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions deployments/rinkeby/JBETHPaymentTerminalStore.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions deployments/rinkeby/JBFundingCycleStore.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions deployments/rinkeby/JBOperatorStore.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions deployments/rinkeby/JBPrices.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions deployments/rinkeby/JBProjects.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions deployments/rinkeby/JBSplitsStore.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions deployments/rinkeby/JBTokenStore.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 1 addition & 26 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
},
rinkeby: {
url: 'https://rinkeby.infura.io/v3/' + infuraId,
gasPrice: 50000000000,
accounts: {
mnemonic: mnemonic(),
},
Expand All @@ -46,31 +47,6 @@ module.exports = {
mnemonic: mnemonic(),
},
},
ropsten: {
url: 'https://ropsten.infura.io/v3/' + infuraId,
accounts: {
mnemonic: mnemonic(),
},
},
kovan: {
url: 'https://kovan.infura.io/v3/' + infuraId,
accounts: {
mnemonic: mnemonic(),
},
},
goerli: {
url: 'https://goerli.infura.io/v3/' + infuraId,
accounts: {
mnemonic: mnemonic(),
},
},
xdai: {
url: 'https://dai.poa.network',
gasPrice: 1000000000,
accounts: {
mnemonic: mnemonic(),
},
},
},
namedAccounts: {
deployer: {
Expand Down Expand Up @@ -119,7 +95,6 @@ task(
const account_index = 0;
let fullPath = wallet_hdpath + account_index;
const wallet = hdwallet.derivePath(fullPath).getWallet();
const privateKey = "0x" + wallet._privKey.toString("hex");
var EthUtil = require("ethereumjs-util");
const address =
"0x" + EthUtil.privateToAddress(wallet._privKey).toString("hex");
Expand Down

0 comments on commit 56e1d8d

Please sign in to comment.