tornado-subgraph/mustache/templates/instance/contracts.js

77 lines
1.6 KiB
JavaScript
Raw Normal View History

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-14 15:58:57 +03:00
},
2021-06-14 18:30:44 +03:00
{
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',
},
2021-06-09 17:39:13 +03:00
];
2021-06-08 19:08:11 +03:00
module.exports = contracts;