Update ACiD (1714): chain is now live with public RPC + faucet#8262
Open
NoBanks wants to merge 6 commits intoethereum-lists:masterfrom
Open
Update ACiD (1714): chain is now live with public RPC + faucet#8262NoBanks wants to merge 6 commits intoethereum-lists:masterfrom
NoBanks wants to merge 6 commits intoethereum-lists:masterfrom
Conversation
Updated the chain name and native currency details.
ACiD L2 went live 2026-04-24. L1 contracts on Sepolia (deployed 2026-01-06). Adding live RPC, faucet, explorer URLs and bridge metadata. Status: incubating -> active.
|
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.
ACiD L2 (chain ID 1714) is now live and reachable.
0x0056f135b647ee0107935f102ea36da530ed084f)Updates in this PR:
name: "ACiD" -> "ACiD Testnet" (it's a testnet chain settling to Sepolia)rpc: addedhttps://rpc-acid.livingagentic.me(Cloudflare-fronted, public)faucets: addedhttps://faucet-acid.livingagentic.me(0.001 ACiD ETH per address per 24h)infoURL: github ->https://acid.livingagentic.me(project landing page)explorers: addedhttps://explorer-acid.livingagentic.me(Blockscout, indexing)parent: added L2 metadata (Sepolia parent + bridge URL)status: "incubating" -> "active"Verification:
```
curl -X POST -H "Content-Type: application/json"
--data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
https://rpc-acid.livingagentic.me
returns {"result":"0x6b2"} = 1714
```