-
Notifications
You must be signed in to change notification settings - Fork 4
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
Provide EVM address on stakers list #164
base: prod
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 4a2ae6e): https://astar-token-api--pr164-feat-evm-address-gpv6o9of.web.app (expires Mon, 18 Nov 2024 11:03:22 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f99fa4f4f8f3bb450e6e842f7e1c7783d6d896a3 |
@@ -12,6 +12,6 @@ export class DappStakingV3IndexerBase extends ServiceBase { | |||
|
|||
protected getApiUrl(network: NetworkType): string { | |||
// For local development: `http://localhost:4350/graphql`; | |||
return `https://astar-network.squids.live/dapps-staking-indexer-${network}/graphql`; | |||
return `https://astar-network.squids.live/dapps-staking-indexer-${network}/v/v14/graphql`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the v14 to prod in sqd cloud and revert this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In this PR I am switching to indexer v14 (using the latest indexer version is not supported any more by SubSquid) and adding EVM address to staker list result