Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
add show prepare_gas_used and execute_gas_used
Browse files Browse the repository at this point in the history
  • Loading branch information
babybunn committed Apr 25, 2023
1 parent 7b3f358 commit a2c7c86
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ npx get-graphql-schema https://graphql-lt6.bandchain.org/v1/graphql -j > graphql

<!-- For mainnet -->
npx get-graphql-schema https://graphql-lm.bandchain.org/v1/graphql -j > graphql_schema.json

<!-- For local -->
npx get-graphql-schema https://devnet.d3n.xyz/hasura/v1//graphql -j > graphql_schema.json
```

## Running App Development
Expand Down
Loading

0 comments on commit a2c7c86

Please sign in to comment.