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 weaveVM Testnet #293

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 5 additions & 0 deletions deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,5 +1138,10 @@
"name": "X Layer Mainnet",
"chainId": 196,
"url": "https://www.okx.com/web3/explorer/xlayer/address/0xcA11bde05977b3631167028862bE2a173976CA11"
},
{
"name": "WeaveVM Testnet",
"chainId": 9496,
"url": "https://explorer.wvm.dev/address/0x78A2377ED3d70779B85E1BB686eA1a723A7baD95"
Copy link
Owner

Choose a reason for hiding this comment

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

Is WeaveVM EVM compatible? I typically only merge non-standard addresses when a chain cannot support deployment to the standard address of 0xcA11bde05977b3631167028862bE2a173976CA11 (e.g. when it's a zk chain that computes addresses differently)

}
]