Skip to content

Commit

Permalink
Merge pull request #2285 from valory-xyz/chore/addresses
Browse files Browse the repository at this point in the history
Update the addresses to match the registries
  • Loading branch information
Adamantios authored Nov 29, 2024
2 parents a625d06 + 982f8d1 commit d40d302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autonomy/chain/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"service_registry_token_utility": "0xBb7e1D6Cb6F243D6bdE81CE92a9f2aFF7Fbe7eac",
"service_manager_token": "0xFbBEc0C8b13B38a9aC0499694A69a10204c5E2aB",
"operator_whitelist": "0x63e66d7ad413C01A7b49C7FF4e3Bb765C4E4bd1b",
"gnosis_safe_proxy_factory": "0xE43d4F4103b623B61E095E8bEA34e1bc8979e168",
"gnosis_safe_proxy_factory": "0x5953f21495BD9aF1D78e87bb42AcCAA55C1e896C",
"gnosis_safe_same_address_multisig": "0xb09CcF0Dbf0C178806Aaee28956c74bd66d21f73",
"staking_token": "0x63C2c53c09dE534Dd3bc0b7771bf976070936bAC",
"staking_verifier": "0x526E064cB694E8f5B7DB299158e17F33055B3943",
Expand All @@ -113,7 +113,7 @@
"service_registry_token_utility": "0x34C895f302D0b5cf52ec0Edd3945321EB0f83dd5",
"service_manager_token": "0x63e66d7ad413C01A7b49C7FF4e3Bb765C4E4bd1b",
"operator_whitelist": "0x3d77596beb0f130a4415df3D2D8232B3d3D31e44",
"gnosis_safe_proxy_factory": "0xBb7e1D6Cb6F243D6bdE81CE92a9f2aFF7Fbe7eac",
"gnosis_safe_proxy_factory": "0x22bE6fDcd3e29851B29b512F714C328A00A96B83",
"gnosis_safe_same_address_multisig": "0xFbBEc0C8b13B38a9aC0499694A69a10204c5E2aB",
"staking_token": "0xEB5638eefE289691EcE01943f768EDBF96258a80",
"staking_verifier": "0x10c5525F77F13b28f42c5626240c001c2D57CAd4",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_autonomy/test_chain/test_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from autonomy.chain.constants import CHAIN_PROFILES


ADDRESS_FILE_URL = "https://raw.githubusercontent.com/valory-xyz/autonolas-registries/main/docs/configuration.json"
ADDRESS_FILE_URL = "https://raw.githubusercontent.com/valory-xyz/autonolas-registries/refs/tags/v1.2.4/docs/configuration.json"


class TestAddresses:
Expand Down

0 comments on commit d40d302

Please sign in to comment.