tornado-subgraph/src/contractsToInstances.ts

20 lines
699 B
TypeScript
Raw Normal View History

2021-06-09 17:04:11 +03:00
// this is a read only file generated by manual inputs to file mustache/templates/rates/contracts.js.
2021-06-08 19:08:11 +03:00
export let contractsToInstances = new Map<string, string>();
2021-06-09 17:39:13 +03:00
contractsToInstances.set(
2021-06-10 14:39:00 +03:00
'0x84443cfd09a48af6ef360c6976c5392ac5023a1f', // Instance-bnb-0.1
'bnb-0.1',
2021-06-10 11:49:47 +03:00
);
contractsToInstances.set(
2021-06-10 14:39:00 +03:00
'0xd47438c816c9e7f2e2888e060936a499af9582b3', // Instance-bnb-1
'bnb-1',
2021-06-10 11:49:47 +03:00
);
contractsToInstances.set(
2021-06-10 14:39:00 +03:00
'0x330bdfade01ee9bf63c209ee33102dd334618e0a', // Instance-bnb-10
'bnb-10',
2021-06-10 11:49:47 +03:00
);
contractsToInstances.set(
2021-06-10 14:39:00 +03:00
'0x1e34a77868e19a6647b1f2f47b51ed72dede95dd', // Instance-bnb-100
'bnb-100',
2021-06-09 17:04:11 +03:00
);
// this is a read only file generated by manual inputs to file mustache/templates/rates/contracts.js.