tornado-subgraph/src/contractsToInstances.ts

8 lines
375 B
TypeScript
Raw Normal View History

2021-06-09 16:04:11 +02:00
// this is a read only file generated by manual inputs to file mustache/templates/rates/contracts.js.
2021-06-08 18:08:11 +02:00
export let contractsToInstances = new Map<string, string>();
2021-06-09 16:39:13 +02:00
contractsToInstances.set(
'0x0ce22770451a8acad1220d9d1678656b4fae4a1d', // Instance-bsc-0.1
'0.1-bsc',
2021-06-09 16:04:11 +02:00
);
// this is a read only file generated by manual inputs to file mustache/templates/rates/contracts.js.