Add Access Network (chainId: 22888)#8102
Add Access Network (chainId: 22888)#8102xsunteam wants to merge 9 commits intoethereum-lists:masterfrom
Conversation
|
You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review. |
There was a problem hiding this comment.
Pull request overview
Adds a new EVM chain entry for Access Network (EIP-155 chainId 22888) to the repository’s chain registry, including icon metadata so UIs/tools can render the network correctly.
Changes:
- Added chain definition:
_data/chains/eip155-22888.json(RPC, currency, explorer, status) - Added icon metadata:
_data/icons/access.json(IPFS-hosted PNG)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
_data/chains/eip155-22888.json |
Registers Access Network chain metadata (IDs, RPC, explorer, currency). |
_data/icons/access.json |
Provides icon metadata for the access icon referenced by the chain entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
_data/chains/eip155-22888.json
Outdated
| { | ||
| "name": "Access Network Explorer", | ||
| "url": "https://accesschain.org/access-explorer.html", | ||
| "standard": "EIP3091", |
There was a problem hiding this comment.
The explorer entry is marked as standard: "EIP3091", but the url points to a specific HTML page (.../access-explorer.html). Many consumers build EIP-3091 links by appending /address/{addr}, /tx/{hash}, etc. to this base URL; using a .html page as the base is likely to produce broken explorer links. Please either (a) change url to the explorer’s base URL that supports EIP-3091 path patterns, or (b) if the explorer doesn’t support EIP-3091, set standard to "none" (and keep the current landing-page URL).
| "standard": "EIP3091", | |
| "standard": "none", |
Add Access Network (Chain ID: 22888)
Chain Details
Endpoints
https://accesschain.org/rpc(HTTPS, active)RPC Verification
Icon
ipfs://bafkreifwuwf43ceqgb6hoavb4igpea5txc26dafm4pmuykdvrer5z6ess4Files Added
_data/chains/eip155-22888.json- Chain configuration_data/icons/access.json- Icon metadata