wevm / viem

TypeScript Interface for Ethereum
https://viem.sh
Other
2.44k stars 729 forks source link

add movement imola net #2553

Closed Rahat-ch closed 1 month ago

Rahat-ch commented 1 month ago

This PR adds support for Movement Labs Imola Network


PR-Codex overview

This PR adds support for the Movement Imola Devnet chain with its definition in the movementImola.ts file.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

vercel[bot] commented 1 month ago

@Rahat-ch is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 6e9fbd79ff9f0577830fe2e51febed761e1baa41

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

jxom commented 1 month ago

The API is down – please reopen the PR when it works.

▶ curl -X POST https://mevm.testnet.imola.movementlabs.xyz \
-H "Content-Type: application/json" \
-d '{
   "jsonrpc": "2.0",
   "method": "eth_blockNumber",
   "id": 1
}'
curl: (6) Could not resolve host: mevm.testnet.imola.movementlabs.xyz