Skip to content

Commit

Permalink
incomplete ∆ reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Oct 13, 2023
1 parent 3bc57d6 commit 44dd69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/identity/src/odis/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ export const ODIS_ALFAJORES_CONTEXT_DOMAINS: ServiceContext = {
}

export const ODIS_MAINNET_CONTEXT_PNP: ServiceContext = {
odisUrl: 'https://us-central1-celo-pgpnp-mainnet.cloudfunctions.net/combinerGen',
odisUrl: 'https://us-central1-celo-pgpnp-mainnet.cloudfunctions.net/combiner',
odisPubKey:
'FvreHfLmhBjwxHxsxeyrcOLtSonC9j7K3WrS4QapYsQH6LdaDTaNGmnlQMfFY04Bp/K4wAvqQwO9/bqPVCKf8Ze8OZo8Frmog4JY4xAiwrsqOXxug11+htjEe1pj4uMA',
}

export const ODIS_MAINNET_CONTEXT_DOMAINS: ServiceContext = {
odisUrl: 'https://us-central1-celo-pgpnp-mainnet.cloudfunctions.net/combinerGen',
odisUrl: 'https://us-central1-celo-pgpnp-mainnet.cloudfunctions.net/combiner',
odisPubKey:
'LX4tLiuYm8geZ3ztmH7oIWz4ohXt3ePRTd9BbG9RO86NMrApflioiOzKYtIsyjEA0uarnX8Emo+luTY4bwEWpgZDyPYE6UMWAoBaZBdy6NDMgAxSbdNtaQEq51fBjCUA',
}
Expand Down

0 comments on commit 44dd69d

Please sign in to comment.