Skip to content

Commit

Permalink
chore: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeFiFoFum committed Oct 27, 2021
1 parent ee1de45 commit ad218ab
Show file tree
Hide file tree
Showing 4 changed files with 18,163 additions and 18,036 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Deployer keys
# Deployer keys (private keys or memonics)
MAINNET_DEPLOYER_KEY=
TESTNET_DEPLOYER_KEY=
# npx ganache-cli --mnemonic hip
# DEV_DEPLOYER_KEY=hip hip hip hip hip hip hip hip hip hip hip hip
DEV_DEPLOYER_KEY=0x02ac6550505d16c60ddd2828367b345e8995b79b0e0006118f812f4631991b80

# Contract verification api keys
ETHERSCAN_API_KEY=
Expand Down
4 changes: 2 additions & 2 deletions deploy-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ function getDeployConfig(network, accounts) {
} else if (['development'].includes(network)) {
console.log(`Deploying with development config.`)
return {
admin: "0x6c905b4108A87499CEd1E0498721F2B831c6Ab13",
admin: "",
name: "Non Fungible Apes",
symbol: "NFA",
baseTokenURI: "",
baseTokenURI: "ipfs://QmUN19SQ6bV5FU6vZGGkaefXAr9YkpWrH8iLy3QHFnksF1",
}
} else {
throw new Error(`No config found for network ${network}.`)
Expand Down
Loading

0 comments on commit ad218ab

Please sign in to comment.