deploy cfx

This commit is contained in:
Attens1423
2023-05-12 14:40:39 +08:00
parent 0e29bcc832
commit 5b293b91fb
6 changed files with 164 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ module.exports = {
*/
deploySwitch: {
DEPLOY_V1: false,
DEPLOY_V2: false,
DEPLOY_V2: true,
ERC20V3Factory: false,
MOCK_TOKEN: false,
MOCK_V2_POOL: false,
@@ -70,6 +70,7 @@ module.exports = {
},
dashboard: {
//host: "localhost",
port: 24012,
},
@@ -231,6 +232,18 @@ module.exports = {
// timeoutBlocks: 200,
skipDryRun: true
},
base: {
networkCheckTimeout: 1000000,
provider: () => {
return new HDWalletProvider(privKey, 'https://goerli.base.org')
},
network_id: 84531,
gas: 6000000,
gasPrice: 35000000000,
// confirmations: 2,
// timeoutBlocks: 200,
skipDryRun: true
},
optimism: {
provider: () => {