Skip to content

Add Access Network (chainId: 22888)#8102

Open
xsunteam wants to merge 9 commits intoethereum-lists:masterfrom
xsunteam:add-access-network-22888
Open

Add Access Network (chainId: 22888)#8102
xsunteam wants to merge 9 commits intoethereum-lists:masterfrom
xsunteam:add-access-network-22888

Conversation

@xsunteam
Copy link

Add Access Network (Chain ID: 22888)

Chain Details

  • Name: Access Network
  • Chain ID: 22888
  • Symbol: ACCESS
  • Decimals: 18
  • Consensus: Proof of Staked Authority (PoSA)
  • EVM Compatible: Yes (EIP-1559 support)

Endpoints

RPC Verification

$ curl -s -X POST https://accesschain.org/rpc -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","id":1}'
{"jsonrpc":"2.0","result":"0x5968","id":1}

Icon

  • Hosted on IPFS: ipfs://bafkreifwuwf43ceqgb6hoavb4igpea5txc26dafm4pmuykdvrer5z6ess4
  • Format: PNG 1024x1024

Files Added

  • _data/chains/eip155-22888.json - Chain configuration
  • _data/icons/access.json - Icon metadata

Copilot AI review requested due to automatic review settings February 25, 2026 22:52
@github-actions
Copy link

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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

{
"name": "Access Network Explorer",
"url": "https://accesschain.org/access-explorer.html",
"standard": "EIP3091",
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

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

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).

Suggested change
"standard": "EIP3091",
"standard": "none",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants