Skip to content

Commit

Permalink
Update arguments for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Oct 30, 2023
1 parent 04f5fd7 commit e2a4e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/alephium/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chainId": 255,
"groupIndex": 0,
"initRewards": 0,
"initRewards": 1000,
"minimalConsistencyLevel": 105,
"messageFee": "0",
"contracts": {
Expand Down
1 change: 1 addition & 0 deletions ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test": "mkdir -p build/contracts && cp node_modules/@openzeppelin/contracts/build/contracts/* build/contracts/ && CHAIN_NAME=ethereum truffle test --network test",
"migrate": "mkdir -p build/contracts && cp node_modules/@openzeppelin/contracts/build/contracts/* build/contracts/ && truffle migrate --to 6",
"migrate:goerli": "mkdir -p build/contracts && cp node_modules/@openzeppelin/contracts/build/contracts/* build/contracts/ && truffle migrate --to 6 --network goerli --skip-dry-run",
"migrate:mainnet": "mkdir -p build/contracts && cp node_modules/@openzeppelin/contracts/build/contracts/* build/contracts/ && truffle migrate --to 6 --network mainnet --skip-dry-run",
"flatten": "mkdir -p node_modules/@poanet/solidity-flattener/contracts && cp -r contracts/* node_modules/@poanet/solidity-flattener/contracts/ && poa-solidity-flattener",
"verify": "patch -u -f node_modules/truffle-plugin-verify/constants.js -i truffle-verify-constants.patch; truffle run verify $npm_config_module@$npm_config_contract_address --network $npm_config_network",
"abigen": "truffle run abigen"
Expand Down
3 changes: 1 addition & 2 deletions ethereum/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ module.exports = {
`https://mainnet.infura.io/v3/` + process.env.INFURA_KEY
),
network_id: 1,
gas: 10000000,
gasPrice: 191000000000,
gasPrice: 20000000000,
confirmations: 1,
timeoutBlocks: 200,
skipDryRun: false,
Expand Down

0 comments on commit e2a4e4e

Please sign in to comment.