2021-06-08 19:08:11 +03:00
|
|
|
const duplicateStartBlocks = {
|
|
|
|
one: 10773070,
|
|
|
|
two: 10873070,
|
|
|
|
};
|
|
|
|
|
|
|
|
const contracts = [
|
|
|
|
{
|
2021-06-09 15:34:06 +03:00
|
|
|
prod: 7942402,
|
|
|
|
name: 'Proxy',
|
2021-06-09 16:43:04 +03:00
|
|
|
network: 'bsc',
|
2021-06-08 19:08:11 +03:00
|
|
|
address: "'0x5D595DB16eb6d074E0e7E7f0bE37E7e75f23BEc7'",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
|
|
|
|
module.exports = contracts;
|