2021-06-08 19:08:11 +03:00
|
|
|
const contracts = [
|
|
|
|
{
|
2021-06-10 11:49:47 +03:00
|
|
|
prod: 8159279,
|
2021-06-09 15:34:06 +03:00
|
|
|
amount: '0.1',
|
2021-06-09 17:04:11 +03:00
|
|
|
network: 'bsc',
|
2021-06-10 11:49:47 +03:00
|
|
|
currency: 'bnb',
|
2021-06-09 15:34:06 +03:00
|
|
|
name: 'Instance',
|
2021-06-10 11:49:47 +03:00
|
|
|
address: '0x84443CFd09A48AF6eF360C6976C5392aC5023a1F',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prod: 8159286,
|
|
|
|
amount: '1',
|
|
|
|
network: 'bsc',
|
|
|
|
currency: 'bnb',
|
|
|
|
name: 'Instance',
|
|
|
|
address: '0xd47438C816c9E7f2E2888E060936a499Af9582b3',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prod: 8159290,
|
|
|
|
amount: '10',
|
|
|
|
network: 'bsc',
|
|
|
|
currency: 'bnb',
|
|
|
|
name: 'Instance',
|
|
|
|
address: '0x330bdFADE01eE9bF63C209Ee33102DD334618e0a',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
prod: 8159296,
|
|
|
|
amount: '100',
|
|
|
|
network: 'bsc',
|
|
|
|
currency: 'bnb',
|
|
|
|
name: 'Instance',
|
|
|
|
address: '0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD',
|
2021-06-08 19:08:11 +03:00
|
|
|
},
|
2021-06-14 15:33:59 +03:00
|
|
|
{
|
|
|
|
prod: 15586940,
|
|
|
|
amount: '0.1',
|
|
|
|
network: 'matic',
|
|
|
|
currency: 'matic',
|
|
|
|
name: 'Instance',
|
|
|
|
address: '0x992A81FA34aa6ecD9520F39f858abc51fee6994a',
|
|
|
|
},
|
2021-06-09 17:39:13 +03:00
|
|
|
];
|
2021-06-08 19:08:11 +03:00
|
|
|
|
|
|
|
module.exports = contracts;
|