-
Notifications
You must be signed in to change notification settings - Fork 353
Add SEP-45 pubnet contract deployment #1844
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
base: master
Are you sure you want to change the base?
Conversation
b4458b4 to
060276b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a pubnet deployment address for the SEP-45 web authentication contract to the documentation. The contract has been deployed to pubnet as part of the sep45-reference v0.1.3 release.
Changes:
- Updates the Implementations section in SEP-0045 to document the pubnet contract address
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The web authentication contract described in this document has been deployed to | ||
| the following networks: | ||
|
|
||
| - Pubnet: `CALI6JC3MSNDGFRP7Z2OKUEPREHOJRRXKMJEWQDEFZPFGXALA45RAUTH` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include a link to the code, to a commit of the code deployed, and the wasm hash as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the wasm hash and a link to the git tag.
This adds a pubnet instance of the SEP-45 web auth contract.
The Wasm was built as part of a sep45-reference release but is currently showing up as not verified, both the CLI and the lab, due to an issue with SEP-55 described in stellar/stellar-cli#2358
The build can be verified manually using the GH CLI until it's resolved.