Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fields to chain JSONs that specify chain idiosyncrasies #264

Open
bbenligiray opened this issue Apr 30, 2024 · 1 comment
Open

Add fields to chain JSONs that specify chain idiosyncrasies #264

bbenligiray opened this issue Apr 30, 2024 · 1 comment

Comments

@bbenligiray
Copy link
Member

bbenligiray commented Apr 30, 2024

PLACEHOLDER

@bbenligiray
Copy link
Member Author

@bdrhn9 we want to add parameters to chains so that you don't have to hardcode chain aliases in https://github.com/api3dao/nodary-rpc-watcher/blob/main/src/total-fee.ts

What would these parameters be? I think there are two options

  • Parameterize based on the stack they use, for example op-stack, etc. I don't like this because there are probably multiple versions of that that we'll have to treat differently.
  • Parameterize based on how the chain should be treated. In this case we need a list of the variety of ways you treat the chains (in https://github.com/api3dao/nodary-rpc-watcher/blob/main/src/total-fee.ts), ideally as succinctly as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant