Add Aurigraph Mainnet (8471) and Aurigraph Testnet (8472)#8286
Open
SUBBUAURIGRAPH wants to merge 1 commit intoethereum-lists:masterfrom
Open
Add Aurigraph Mainnet (8471) and Aurigraph Testnet (8472)#8286SUBBUAURIGRAPH wants to merge 1 commit intoethereum-lists:masterfrom
SUBBUAURIGRAPH wants to merge 1 commit intoethereum-lists:masterfrom
Conversation
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.
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two new EIP-155 chain entries for the Aurigraph DLT V12 EVM-compatibility layer.
chainIdshortNamehttps://rpc.aurigraph.iohttps://testnet-rpc.aurigraph.iohttps://explorer.aurigraph.iohttps://testnet-explorer.aurigraph.iohttps://faucet-testnet.aurigraph.ioAbout 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
revminside Aurigraph nodes — Solidity bytecode executes on Aurigraph's own validators (not bridged to or anchored on Ethereum).EIP155(replay protection via chainId) +EIP1559(base-fee gas)Verification
https://chainid.networkon 2026-04-30 (curl https://chainid.network/chains.json | jq '[.[]|select(.chainId==8471 or .chainId==8472)]'returned[])./gradlew run→BUILD SUCCESSFULagainst the master branch as of1984701 Add TurkChain (EIP155-1919)model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.ktChecklist
_data/icons/additions for this PR)Thanks for maintaining the registry.