-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added enum as a type on connection, credential and proof methods
Signed-off-by: KulkarniShashank <[email protected]>
- Loading branch information
KulkarniShashank
committed
Apr 4, 2024
1 parent
0cee2a7
commit b793ae6
Showing
3 changed files
with
22 additions
and
18 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
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
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 |
---|---|---|
|
@@ -163,7 +163,7 @@ export const SCHEMA_MANAGER_CONTRACT_ADDRESS = '0x552992e9f14b15bBd76488cD4c38c8 | |
export const FILE_SERVER_TOKEN = | ||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBeWFuV29ya3MiLCJpZCI6ImNhZDI3ZjhjLTMyNWYtNDRmZC04ZmZkLWExNGNhZTY3NTMyMSJ9.I3IR7abjWbfStnxzn1BhxhV0OEzt1x3mULjDdUcgWHk' | ||
export const RPC_URL = 'https://polygon-mumbai.infura.io/v3/0579d305568d404e996e49695e9272a3' | ||
Check failure Code scanning / SonarCloud Infura API keys should not be disclosed High
Make sure this Infura API key gets revoked, changed, and removed from the code. See more on SonarCloud
|
||
export const SERVER_URL = 'https://schema.credebl.id/' | ||
export const SERVER_URL = 'https://schema.credebl.id' | ||
|
||
export const CONNECT_TIMEOUT = 10 | ||
export const MAX_CONNECTIONS = 1000 | ||
|