-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from CudoVentures/cudos-dev
Cudos dev
- Loading branch information
Showing
194 changed files
with
34,229 additions
and
18,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
overwrite: true | ||
config: | ||
# omitOperationSuffix: true | ||
skipTypeNameForRoot: true | ||
assumeValid: true | ||
generates: | ||
./src/graphql/types.tsx: | ||
documents: | ||
- './src/**/*.graphql' | ||
schema: ${VITE_APP_GRAPHQL_URL} | ||
plugins: | ||
- 'typescript' | ||
- 'typescript-operations' | ||
- 'typescript-react-apollo' # To generate custom hooks per query |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
VITE_APP_GRAPHQL_URL=http://localhost:8080/v1/graphql | ||
VITE_APP_RAPHQL_WS=ws://localhost:8080/v1/graphql | ||
VITE_APP_RPC="http://localhost:26657" | ||
VITE_APP_API="http://localhost:1317" | ||
VITE_APP_EXPLORER_PUBLIC_ADDRESS='http://localhost:3000' | ||
VITE_APP_STAKING_URL='http://localhost:3000/validators' | ||
VITE_APP_CHAIN_NAME="CudosTestnet-Local" | ||
VITE_APP_CHAIN_ID="cudos-network" | ||
VITE_APP_CHAIN_ID="cudos-local-network" | ||
VITE_APP_GAS_PRICE="5000000000000" | ||
VITE_APP_FIREBASE_API_KEY="AddressBook123" | ||
VITE_APP_FIREBASE_AUTH_DOMAIN="address-book-123.firebaseapp.com" | ||
VITE_APP_FIREBASE_PROJECT_ID="address-book-123" | ||
VITE_APP_FIREBASE_AUTH_EMAIL="[email protected]" | ||
VITE_APP_FIREBASE_AUTH_PASSWORD="123123" | ||
VITE_APP_FIREBASE_COLLECTION_NAME="address-book" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.