Skip to content

Commit

Permalink
bump contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Mar 21, 2023
1 parent 5606eac commit caee578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export const ETH_RPC = 'https://goerli.sealcred.xyz/rpc'
export const ETH_RPC_MAINNET = 'https://eth.sealcred.xyz/rpc'

export const SEAL_HUB_VERIFIER_CONTRACT_ADDRESS =
'0x524c59A3bb4136D60E7EE18B339D6b54586Bc4d4'
'0xAa55A7bc08913d4A05990Bc6eFf5ac8478A8b307'
export const SEAL_HUB_CONTRACT_ADDRESS =
'0xdE165932231034d4C2EB8C822fC9468982d84f0E'
'0x2fD81A69DcdA3dDdC3765a1Da8c73f64d9Edc20D'
export const SEAL_HUB_PROVER_ADDRESS = 'https://prover.hub.sealcred.xyz'

export const BALANCE_VERIFIER_CONTRACT_ADDRESS =
Expand Down

0 comments on commit caee578

Please sign in to comment.