Skip to content

Commit

Permalink
Merge pull request #25 from iden3/chore/update-contracts-addresses
Browse files Browse the repository at this point in the history
update privado state contract addresses
  • Loading branch information
vmidyllic authored Oct 18, 2024
2 parents 26381e0 + cd84822 commit 73eb8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publis-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
env:
STATE_CONTRACT_ADDRESS_POLYGON_MAIN: "0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"
STATE_CONTRACT_ADDRESS_POLYGON_AMOY: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124"
STATE_CONTRACT_ADDRESS_PRIVADO_MAIN: "0x975556428F077dB5877Ea2474D783D6C69233742"
STATE_CONTRACT_ADDRESS_PRIVADO_TEST: "0x975556428F077dB5877Ea2474D783D6C69233742"
STATE_CONTRACT_ADDRESS_PRIVADO_MAIN: "0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896"
STATE_CONTRACT_ADDRESS_PRIVADO_TEST: "0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896"
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
STATE_CONTRACT_ADDRESS_POLYGON_MAIN: "0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D"
STATE_CONTRACT_ADDRESS_POLYGON_AMOY: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124"
STATE_CONTRACT_ADDRESS_PRIVADO: "0x975556428F077dB5877Ea2474D783D6C69233742"
STATE_CONTRACT_ADDRESS_PRIVADO: "0x3C9acB2205Aa72A05F6D77d708b5Cf85FCa3a896"
runs-on: ubuntu-latest
steps:
- name: Checkout driver-did-iden3
Expand Down

0 comments on commit 73eb8c9

Please sign in to comment.