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

feat: add Sophon Mainnet & Sophon Testnet #356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,5 +1350,15 @@
"name": "Form Testnet",
"chainId": 132902,
"url": "https://explorer.form.network/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract"
},
{
"name": "Sophon Mainnet",
"chainId": 50104,
"url": "https://sophscan.xyz/address/0x5f4867441d2416cA88B1b3fd38f21811680CD2C8#code"
},
{
"name": "Sophon Testnet",
"chainId": 531050104,
"url": "https://testnet.sophscan.xyz/address/0x83c04d112adedA2C6D9037bb6ecb42E7f0b108Af#code"
Comment on lines +1354 to +1362
Copy link
Owner

Choose a reason for hiding this comment

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

Looks like this is a nonstandard address because it's a zk chain—can these be deployed to the same address as one another?

Also, looks like the testnet version is not verified so I cannot confirm this is actually the correct contract

}
]