Skip to content

Commit

Permalink
Merge branch 'master' into botanix-testnet-update
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmillner authored Oct 27, 2023
2 parents 31b6ba0 + 8111e2f commit 8609623
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ There are also aggregated json files with all chains automatically assembled:
All pull requests trying to replace a chainID because they think their chain is better than the other will be closed.
The only way to get a chain reassigned is when the old chain gets deprecated. This can e.g. be used for testnets that are short-lived. But then you will get the redFlag "reusedChaiID" that should be displayed in clients to warn them about the dangers here.

## PR verification
## Getting your PR merged
### before PR is submited

Before submitting a PR, please verify that checks pass with:

Expand All @@ -103,6 +104,11 @@ BUILD SUCCESSFUL in 7s
9 actionable tasks: 9 executed
```

### Once PR is submitted

* Make sure CI is green. There will likely be no review when the CI is red.
* When making changes that fix the CI problems - please re-request a review - otherwise it is too much work to track such changes with so many PRs daily

## Usages
### Wallets
* [WallETH](https://walleth.org)
Expand Down
15 changes: 15 additions & 0 deletions _data/chains/eip155-2611555.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "DPU Chain",
"chain": "DPU",
"rpc": ["https://sc-rpc.dpu.ac.th"],
"faucets": [],
"nativeCurrency": {
"name": "DGS",
"symbol": "DGS",
"decimals": 18
},
"infoURL": "",
"shortName": "DPU",
"chainId": 2611555,
"networkId": 2611555
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-50.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "XinFin XDC Network",
"name": "XDC Network",
"chain": "XDC",
"rpc": [
"https://erpc.xinfin.network",
Expand Down
8 changes: 4 additions & 4 deletions _data/chains/eip155-534352.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"networkId": 534352,
"explorers": [
{
"name": "Blockscout",
"url": "https://blockscout.scroll.io",
"name": "Scrollscan",
"url": "https://scrollscan.com",
"standard": "EIP3091"
},
{
"name": "Scrollscan",
"url": "https://scrollscan.com",
"name": "Blockscout",
"url": "https://blockscout.scroll.io",
"standard": "EIP3091"
}
],
Expand Down

0 comments on commit 8609623

Please sign in to comment.