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 subgraph for goerli #24

Merged
merged 12 commits into from
Dec 20, 2023
Merged

Add subgraph for goerli #24

merged 12 commits into from
Dec 20, 2023

Conversation

marc-aurele-besner
Copy link
Collaborator

@marc-aurele-besner marc-aurele-besner commented Nov 25, 2023

Add subgraph for goerli

Playground

Example Query

query {
  deposits
  {
    from
    amount
    blockNumber
    blockTimestamp
  }
  sends{
    to
    amount
    blockNumber
    blockTimestamp
  }
  withdrawals{
    to
    amount
    blockNumber
    blockTimestamp
  }
}

Copy link

netlify bot commented Nov 25, 2023

Deploy Preview for subspacefaucet ready!

Name Link
🔨 Latest commit 370f946
🔍 Latest deploy log https://app.netlify.com/sites/subspacefaucet/deploys/657f90bc53b6050008f524b6
😎 Deploy Preview https://deploy-preview-24--subspacefaucet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

jfrank-summit
jfrank-summit previously approved these changes Dec 20, 2023
Base automatically changed from ft/AddSendEventInContract to main December 20, 2023 13:23
@marc-aurele-besner marc-aurele-besner dismissed jfrank-summit’s stale review December 20, 2023 13:23

The base branch was changed.

@marc-aurele-besner marc-aurele-besner merged commit d9bf2f5 into main Dec 20, 2023
7 checks passed
@marc-aurele-besner marc-aurele-besner deleted the ft/addSubgraphForGoerli branch December 20, 2023 14:22
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

Successfully merging this pull request may close these issues.

3 participants