Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add sepolia timestamp asserter address #220

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

MexicanAce
Copy link
Contributor

Description

Add Sepolia TimestampAsserter address. Here's the contract in block explorer: https://sepolia.explorer.zksync.io/address/0xa64EC71Ee812ac62923c85cf0796aA58573c4Cf3#contract

Here's also the validation that it's deployed to the Sepolia API server:

curl --request POST \
  --url https://sepolia.era.zksync.dev/ \
  --header 'Content-Type: application/json' \
  --data '{
      "jsonrpc": "2.0",
      "id": 1,
      "method": "zks_getTimestampAsserter",
      "params": []
    }'

Response:

{"jsonrpc":"2.0","result":"0xa64ec71ee812ac62923c85cf0796aa58573c4cf3","id":1}

Copy link
Member

@ly0va ly0va left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ly0va ly0va merged commit 4984c66 into main Dec 11, 2024
3 checks passed
@ly0va ly0va deleted the nmv/add-sepolia-timestamp-asserter-addr branch December 11, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants