Skip to content

Commit

Permalink
Merge pull request #42 from CudoVentures/cudos-dev
Browse files Browse the repository at this point in the history
Cudos dev
  • Loading branch information
mlukanova authored Sep 27, 2022
2 parents bae586c + 1217946 commit a6d8c7d
Show file tree
Hide file tree
Showing 194 changed files with 34,229 additions and 18,779 deletions.
14 changes: 14 additions & 0 deletions codegen.yaml
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
11 changes: 10 additions & 1 deletion example.env.file
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"
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/src/assets/vectors/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CUDOS MultiSig Wallet</title>
<meta name="description" content="CUDOS Network MultiSig Wallet is a crypto wallet that needs multiple signatures ( approvals ) and allows you to manage digital assets securely between multiple parties"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script> var global = global || window; </script>
</body>
</html>
Loading

0 comments on commit a6d8c7d

Please sign in to comment.