deploy cfx
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user