Skip to content

Commit

Permalink
fix: spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent d884c03 commit 0232f1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/lib/queries/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type EvmBalances = v.Output<typeof evmBalancesResponseSchema>

/**
* @docs https://docs.alchemy.com/reference/alchemy-gettokenbalances
* @note the paramters here match the API parameters 1:1. See docs
* @note the parameters here match the API parameters 1:1. See docs
*/
export function evmBalancesQuery({
address,
Expand Down
5 changes: 2 additions & 3 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"template": "gql",
"tadaOutputLocation": "./src/generated/graphql-env.d.ts",
"schema": {
"url": "https://noble-pika-27.hasura.app/v1/graphql",
"url": "https://graphql.union.build/v1/graphql",
"headers": {
"X-Hasura-Admin-Secret": "3N5Mt2f4Y1AC7dE663AsGqRy66yiHBuZ3RMgUjM6X4Q3Ma8G2dfdfdjihgfchsdasdsadasda"
// "X-Hasura-Role": "app"
"X-Hasura-Role": "app"
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Boiron
Boneh
CCTP
CFLAGS
CHAINSTACK
CMOV
Celestia
Certus
Expand Down Expand Up @@ -153,6 +154,7 @@ Tendermint
Testcase
Timestamptz
Tioga
Tjpl
UDHC
UNBONDED
UNBONDING
Expand Down

0 comments on commit 0232f1f

Please sign in to comment.