Skip to content

Commit

Permalink
update testnet smart contract address
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Patidar <[email protected]>
  • Loading branch information
ankita-p17 committed Jun 13, 2024
1 parent 2480837 commit 9da502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ export const INDICIO_NYM_URL = 'https://selfserve.indiciotech.io/nym'
export const windowMs = 1000
export const maxRateLimit = 800

export const DID_CONTRACT_ADDRESS = '0x12513116875BB3E4F098Ce74624739Ee51bAf023'
export const SCHEMA_MANAGER_CONTRACT_ADDRESS = '0x552992e9f14b15bBd76488cD4c38c89B80259f37'
export const DID_CONTRACT_ADDRESS = '0xcB80F37eDD2bE3570c6C9D5B0888614E04E1e49E'
export const SCHEMA_MANAGER_CONTRACT_ADDRESS = '0x4742d43C2dFCa5a1d4238240Afa8547Daf87Ee7a'
export const RPC_URL = 'https://rpc-mumbai.maticvigil.com'

0 comments on commit 9da502e

Please sign in to comment.