77 lines
1.6 KiB
JavaScript
77 lines
1.6 KiB
JavaScript
const contracts = [
|
|
{
|
|
prod: 8159279,
|
|
amount: '0.1',
|
|
network: 'bsc',
|
|
currency: 'bnb',
|
|
name: 'Instance',
|
|
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',
|
|
},
|
|
{
|
|
prod: 15586940,
|
|
amount: '0.1',
|
|
network: 'matic',
|
|
currency: 'matic',
|
|
name: 'Instance',
|
|
address: '0x992A81FA34aa6ecD9520F39f858abc51fee6994a',
|
|
},
|
|
{
|
|
prod: 9116966,
|
|
amount: '0.1',
|
|
network: 'mainnet',
|
|
currency: 'eth',
|
|
name: 'Instance',
|
|
address: '0x12D66f87A04A9E220743712cE6d9bB1B5616B8Fc',
|
|
},
|
|
{
|
|
prod: 9116966,
|
|
amount: '1',
|
|
network: 'mainnet',
|
|
currency: 'eth',
|
|
name: 'Instance',
|
|
address: '0x47CE0C6eD5B0Ce3d3A51fdb1C52DC66a7c3c2936',
|
|
},
|
|
{
|
|
prod: 9116966,
|
|
amount: '10',
|
|
network: 'mainnet',
|
|
currency: 'eth',
|
|
name: 'Instance',
|
|
address: '0x910Cbd523D972eb0a6f4cAe4618aD62622b39DbF',
|
|
},
|
|
{
|
|
prod: 9116966,
|
|
amount: '100',
|
|
network: 'mainnet',
|
|
currency: 'eth',
|
|
name: 'Instance',
|
|
address: '0xA160cdAB225685dA1d56aa342Ad8841c3b53f291',
|
|
},
|
|
];
|
|
|
|
module.exports = contracts;
|