update package-lock.json

This commit is contained in:
Joe Howarth 2023-02-08 23:34:25 +00:00 committed by Joe Howarth
parent 2a3283dc8e
commit ecae2090dc
4 changed files with 3751 additions and 151 deletions

View File

@ -8,11 +8,6 @@ const chains = loadChains()
async function main() {
console.log(`Env: ${env}`)
console.log(`Start ${processName}!`)
const output: any = {
relayProviderImplementations: [],
relayProviderSetups: [],
relayProviderProxies: [],
}
console.log("Checking networks before deploying...")
for (const chain of chains) {

View File

@ -4,31 +4,31 @@
"relayProviders": [
{
"chainId": 2,
"address": ""
"address": "0x2f3efA6bbDC5fAf4dC1a600765c7B7829e47bE10"
},
{
"chainId": 4,
"address": ""
"address": "0x7231ECd1355a60251eE56Bf81f987969fc9bAe29"
}
],
"coreRelayers": [
{
"chainId": 2,
"address": ""
"address": "0x9e90054F4B6730cffAf1E6f6ea10e1bF9dD26dbb"
},
{
"chainId": 4,
"address": ""
"address": "0x966d3e76E7a890A2d7B9AE1E370dC219E920F9D4"
}
],
"mockIntegrations": [
{
"chainId": 2,
"address": ""
"address": "0x83EE15DFDDD8b8AD56A73001Ca7A1627c7fe6716"
},
{
"chainId": 4,
"address": ""
"address": "0xdC78afe9cFDe0576Ff236667DC8c380615c24Ca9"
}
]
}
}

View File

@ -3,18 +3,18 @@
{
"chainId": 2,
"rewardAddress": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"approvedSenders": {
"approvedSenders": [{
"address": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"approved": true
}
}]
},
{
"chainId": 4,
"rewardAddress": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"approvedSenders": {
"approvedSenders": [{
"address": "0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1",
"approved": true
}
}]
}
],

File diff suppressed because it is too large Load Diff