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

[Feature] Allow for hard coded values for Declarative calls #5401

Open
1 of 2 tasks
Data-Nexus opened this issue May 9, 2024 · 0 comments
Open
1 of 2 tasks

[Feature] Allow for hard coded values for Declarative calls #5401

Data-Nexus opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Data-Nexus
Copy link

Description

There are instances where subgraphs have hard coded values that get referenced (such as stablecoin contract addresses or factory a address) which are not obtainable through the event.params.

It would be nice to be able to input a static string for Declarative calls inside the manifest as released in #5264

e.g.

          calls:
            Oracle.getPrice: Oracle[event.address].getPrice('0x04068da6c83afcfa0e13ba15a6696662335d5b75') #USDC 

Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.

No response

Some information to help us out

  • Tick this box if you plan on implementing this feature yourself.
  • I have searched the issue tracker to make sure this issue is not a duplicate.
@Data-Nexus Data-Nexus added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant