Skip to content

Add Aurigraph Mainnet (8471) and Aurigraph Testnet (8472)#8286

Open
SUBBUAURIGRAPH wants to merge 1 commit intoethereum-lists:masterfrom
SUBBUAURIGRAPH:add-aurigraph-chains
Open

Add Aurigraph Mainnet (8471) and Aurigraph Testnet (8472)#8286
SUBBUAURIGRAPH wants to merge 1 commit intoethereum-lists:masterfrom
SUBBUAURIGRAPH:add-aurigraph-chains

Conversation

@SUBBUAURIGRAPH
Copy link
Copy Markdown

Adds two new EIP-155 chain entries for the Aurigraph DLT V12 EVM-compatibility layer.

Field Aurigraph Mainnet Aurigraph Testnet
chainId 8471 8472
shortName aur aur-testnet
Native AUR tAUR
RPC https://rpc.aurigraph.io https://testnet-rpc.aurigraph.io
Explorer https://explorer.aurigraph.io https://testnet-explorer.aurigraph.io
Faucet https://faucet-testnet.aurigraph.io

About Aurigraph V12

Aurigraph is a Layer-1 distributed ledger built on HyperRAFT++ consensus with deterministic finality (~1.5s, 3 blocks). The EVM-compatibility layer is implemented via embedded revm inside Aurigraph nodes — Solidity bytecode executes on Aurigraph's own validators (not bridged to or anchored on Ethereum).

  • Block time: ~500 ms
  • Finality: deterministic after 3 blocks
  • Features: EIP155 (replay protection via chainId) + EIP1559 (base-fee gas)
  • Native AUR is a fresh token, not bridged from any other chain

Verification

  • Both chain IDs (8471, 8472) confirmed unregistered at https://chainid.network on 2026-04-30 (curl https://chainid.network/chains.json | jq '[.[]|select(.chainId==8471 or .chainId==8472)]' returned [])
  • Local build via this repo's processor passes: ./gradlew runBUILD SUCCESSFUL against the master branch as of 1984701 Add TurkChain (EIP155-1919)
  • Field set conforms to model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt

Checklist

  • One PR per chain ID? No — two chains in one PR (mainnet + testnet for the same project, paired commitments). Happy to split if maintainers prefer.
  • Chain ID is unique
  • RPC URLs use HTTPS
  • Explorer follows EIP-3091
  • No icon entries (skipping _data/icons/ additions for this PR)

Thanks for maintaining the registry.

Two new EIP-155 chain entries for the Aurigraph DLT V12 EVM-compatibility
layer.

- Aurigraph Mainnet (8471 / AUR): production chain, mainnet RPC + explorer
- Aurigraph Testnet (8472 / tAUR): public testnet with faucet at
  https://faucet-testnet.aurigraph.io

Both networks expose standard Ethereum JSON-RPC; native AUR is a fresh
token (not bridged from any other chain). Block time ~500ms,
deterministic finality after 3 blocks under HyperRAFT++ consensus.
Features: EIP155 (replay protection via chainId) + EIP1559 (base-fee gas).

Chain IDs verified unregistered at https://chainid.network on 2026-04-30.
Validated locally: ./gradlew run BUILD SUCCESSFUL.
@github-actions
Copy link
Copy Markdown

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.

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.

1 participant