Skip to content

Commit

Permalink
Update api to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSachinK committed Sep 20, 2024
1 parent 2977793 commit e60954b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/namecheap/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# NAME_PATTERN = r"^[A-Z][a-z'’-]+\s([A-Z][a-z'’-]+\s?)+$"
FROM_EMAIL_ADDRESS = 'From: "NameCheap.com Support" <[email protected]>'
EMAIL_SUBJECT = 'Subject: PUSH DOMAIN CONFIRMATION EMAIL - Namecheap.com'
DOCKER_IMAGE_NAME = '0xsachink/zkp2p:modal-namecheap-staging-0.2.7-v1'
DOCKER_IMAGE_NAME = '0xsachink/zkp2p:modal-namecheap-staging-0.2.7-v2'
STUB_NAME = 'zkp2p-modal-namecheap-staging-0.2.7'

SLACK_TOKEN = os.getenv('SLACK_TOKEN')
Expand Down
2 changes: 1 addition & 1 deletion test_zkemail_prover.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
TEST_PAYMENT_TYPE = "namecheap"
TEST_CIRCUIT_TYPE = "push"
TEST_EMAIL_PATH = "./received_eml/namecheap_email.eml"
MODAL_ENDPOINT = "https://zkp2p--zkp2p-modal-namecheap-staging-0-2-6-genproof-email.modal.run"
MODAL_ENDPOINT = "https://zkp2p--zkp2p-modal-namecheap-staging-0-2-7-genproof-email.modal.run"


if __name__ == "__main__":
Expand Down

0 comments on commit e60954b

Please sign in to comment.