Skip to content

Commit

Permalink
Add build script for Ethereum Classic Mainnet network
Browse files Browse the repository at this point in the history
  • Loading branch information
a-singh09 committed Aug 1, 2024
1 parent d10b823 commit 1e745dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"build:sepolia-testnet": "npx -y env-cmd -f ./env/sepolia-testnet.env npm run build",
"build:milkomeda-c1": "npx -y env-cmd -f ./env/milkomeda-c1.env npm run build",
"build:ethereum-classic-mordor": "npx -y env-cmd -f ./env/ethereum-classic-mordor.env npm run build",
"build:ethereum-classic-mainnet": "npx -y env-cmd -f ./env/ethereum-classic-mainnet.env npm run build",
"test": "craco test",
"lint": "prettier --check '**/*.{js,jsx}'",
"format": "prettier --write '**/*.{js,jsx}'",
Expand Down

0 comments on commit 1e745dd

Please sign in to comment.