Skip to content

Commit

Permalink
phase 1 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
N0xMare committed Nov 19, 2022
1 parent e7995b5 commit ede88e1
Show file tree
Hide file tree
Showing 9 changed files with 1,999 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export WEB3_INFURA_PROJECT_ID=
# https://pro.coinmarketcap.com/
export COINMARKETCAP=

# The private key of the account that deploys to mainnet.. leave UNSET until deploying live.
export DEPLOY_KEY=

# https://etherscan.io/myapikey
export ETHERSCAN_API_KEY=

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ artifacts/build-info
artifacts/**/*.dbg.json
deployments/localhost
artifacts/
deployments/
node_modules
reports/
cache/
Expand Down
2 changes: 1 addition & 1 deletion deploy/01_01_BAOv2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = async ({getNamedAccounts, deployments}) => {

await deploy('ERC20BAO', {
from: deployer,
args: ['BAO DAO Token', 'BAO', 18],
args: ['BAO DAO Token', 'BAOv2', 18],
log: true,
})
}
Expand Down
1 change: 1 addition & 0 deletions deployments/mainnet/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
Loading

0 comments on commit ede88e1

Please sign in to comment.