2021-06-08 19:08:11 +03:00
|
|
|
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-09 17:39:13 +03:00
|
|
|
address: '0x5D595DB16eb6d074E0e7E7f0bE37E7e75f23BEc7',
|
2021-06-08 19:08:11 +03:00
|
|
|
},
|
2021-06-09 17:39:13 +03:00
|
|
|
];
|
2021-06-08 19:08:11 +03:00
|
|
|
|
|
|
|
module.exports = contracts;
|