Bisonai/orakl

Load chainId and JSON-RPC interval from DB rather than define them within code

Closed this issue · 2 comments

Load chainId and JSON-RPC interval from DB rather than define them within code

@martinkersner
I believe this issue was raised since old fetcher had json rpc defined hardcoded inside code

in offchain aggregator fetcher,

primary json rpc is defined from .env and chain Id is loaded from the primary json rpc.
fallback json rpcs are utilized once added into db.

it is not hardcoded inside the code as in current fetcher. can this issue be closed?

Yes, you are right! We can close it 🦬