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

35 lines
695 B
JavaScript
Raw Normal View History

2021-06-08 19:08:11 +03:00
const contracts = [
{
2021-06-10 11:49:47 +03:00
prod: 8158799,
2021-06-09 15:34:06 +03:00
name: 'Proxy',
2021-06-09 16:43:04 +03:00
network: 'bsc',
2021-06-10 11:49:47 +03:00
address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
2021-06-08 19:08:11 +03:00
},
2021-08-17 06:30:46 +03:00
{
prod: 17626717,
name: 'Proxy',
network: 'xdai',
address: '0xa77350E1a72bE5bC7634d359C5011b4E359f4320',
},
2021-06-14 15:33:59 +03:00
{
2021-06-28 23:14:45 +03:00
prod: 16257989,
2021-06-14 15:33:59 +03:00
name: 'Proxy',
network: 'matic',
2021-06-28 23:14:45 +03:00
address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
2021-06-14 15:33:59 +03:00
},
2021-06-14 18:30:44 +03:00
{
prod: 11474713,
name: 'Proxy',
network: 'mainnet',
address: '0x722122dF12D4e14e13Ac3b6895a86e84145b6967',
},
2021-06-21 13:14:18 +03:00
{
prod: 3781595,
name: 'Proxy',
network: 'goerli',
address: '0x454d870a72e29d5e5697f635128d18077bd04c60',
},
2021-06-09 17:39:13 +03:00
];
2021-06-08 19:08:11 +03:00
module.exports = contracts;