update cp quota

This commit is contained in:
owen05
2021-02-25 21:34:58 +08:00
parent 8e99c48f7e
commit 25525f87ee
7 changed files with 184 additions and 69 deletions

View File

@@ -41,7 +41,7 @@ module.exports = {
DEPLOY_V1: false,
DEPLOY_V2: false,
ADAPTER: false,
MOCK_TOKEN: false,
MOCK_TOKEN: true,
MOCK_V2_POOL: false,
MOCK_V2_SWAP: false,
MANUAL_ADD_POOL: false,
@@ -98,6 +98,13 @@ module.exports = {
timeoutBlocks: 200,
skipDryRun: true
},
heco: {
provider: function () {
return new HDWalletProvider(privKey, "https://http-mainnet.hecochain.com");
},
gasPrice: 1500000000,
network_id: 128
},
coverage: {
host: "127.0.0.1",
port: 6545,