api3dao / nodary-utilities

Utility functions for Nodary services
1 stars 1 forks source link

15 export a list of supported chains #21

Closed hiletmis closed 8 months ago

hiletmis commented 9 months ago

Closes #15

bbenligiray commented 9 months ago

This is painful to review. What if you had the chain aliases in chains.json, but converted them into chain IDs using @api3/chains before exporting?

hiletmis commented 9 months ago

@bbenligiray chain ids replaced with chain aliases

hiletmis commented 8 months ago

Thanks for the improvements