Skip to content

Commit faa4266

Browse files
author
user1
committed
Merge branch 'master' of github.com:devopsdao/chains
2 parents 9c14bf6 + 12a9191 commit faa4266

File tree

225 files changed

+2600
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+2600
-316
lines changed

.github/workflows/prettier_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out repo
11-
uses: actions/checkout@v2
12-
- uses: actions/cache@v2
11+
uses: actions/checkout@v4
12+
- uses: actions/cache@v4
1313
name: Configure npm caching
1414
with:
1515
path: ~/.npm

.github/workflows/validate_json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out repo
12-
uses: actions/checkout@v2
13-
- uses: actions/cache@v2
12+
uses: actions/checkout@v4
13+
- uses: actions/cache@v4
1414
name: Configure npm caching
1515
with:
1616
path: ~/.npm
@@ -21,4 +21,4 @@ jobs:
2121
working-directory: ./tools
2222
run: |-
2323
npm install
24-
node schemaCheck.js
24+
node schemaCheck.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ There are also aggregated json files with all chains automatically assembled:
9292
We cannot allow more than one chain with the same chainID - this would open the door to replay attacks.
9393
The first pull request gets the chainID assigned. When creating a chain we can expect that you read EIP155 which states this repo.
9494
All pull requests trying to replace a chainID because they think their chain is better than the other will be closed.
95-
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.
95+
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 "reusedChainID" that should be displayed in clients to warn them about the dangers here.
9696

9797
## Getting your PR merged
9898
### before PR is submitted

_data/chains/eip155-10011.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "DeepSafe Beta Mainnet",
3+
"chain": "DeepSafe",
4+
"rpc": ["https://betamainnet-rpc-node-http.deepsafe.network"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "DeepSafe Native Token",
8+
"symbol": "DEF",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://deepsafe.network/",
12+
"shortName": "DeepSafe",
13+
"chainId": 10011,
14+
"networkId": 10011,
15+
"icon": "deepsafe"
16+
}

_data/chains/eip155-1008686.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Naga Testnet",
3+
"chain": "Naga",
4+
"rpc": ["https://rpc.nagafintech.com", "wss://rpc.nagafintech.com"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Naga",
8+
"symbol": "Naga",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://stablecoin.nagafintech.com/#/app/home",
12+
"shortName": "Naga",
13+
"chainId": 1008686,
14+
"networkId": 1008686,
15+
"icon": "naga",
16+
"explorers": [
17+
{
18+
"name": "Naga Explorer Testnet",
19+
"url": "https://explorer.nagafintech.com",
20+
"icon": "naga",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-101088.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Xitcoin",
3+
"chain": "XITCOIN",
4+
"faucets": [],
5+
"rpc": ["https://network.xitcoin.org"],
6+
"nativeCurrency": {
7+
"name": "Xitcoin",
8+
"symbol": "$XTC",
9+
"decimals": 8
10+
},
11+
"infoURL": "https://docs.xitcoin.org/",
12+
"shortName": "Xitcoin",
13+
"chainId": 101088,
14+
"networkId": 101088,
15+
"icon": "xitcoin",
16+
"explorers": []
17+
}

_data/chains/eip155-10218.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Tea Sepolia Testnet",
3+
"chain": "ETH",
4+
"rpc": [],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Sepolia Tea",
8+
"symbol": "TEA",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://tea.xyz",
12+
"shortName": "teasep",
13+
"chainId": 10218,
14+
"networkId": 10218,
15+
"parent": {
16+
"type": "L2",
17+
"chain": "eip155-11155111"
18+
},
19+
"status": "incubating"
20+
}

_data/chains/eip155-10920.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Fuse Flash Testnet",
3+
"chain": "Fuse Flash",
4+
"rpc": [],
5+
"faucets": ["https://faucet.quicknode.com"],
6+
"nativeCurrency": {
7+
"name": "Fuse",
8+
"symbol": "FUSE",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }],
12+
"infoURL": "https://www.fuse.io",
13+
"shortName": "fuseflash",
14+
"chainId": 10920,
15+
"networkId": 10920,
16+
"icon": "fuse",
17+
"parent": {
18+
"type": "L2",
19+
"chain": "eip155-11155111"
20+
},
21+
"status": "incubating"
22+
}

_data/chains/eip155-11343.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "StateMesh Testnet",
3+
"icon": "statemesh",
4+
"chain": "MESH",
5+
"rpc": ["https://rpc-test.statemesh.net"],
6+
"faucets": ["https://faucet.statemesh.net"],
7+
"nativeCurrency": {
8+
"name": "StateMesh",
9+
"symbol": "MESH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://statemesh.net",
13+
"shortName": "mesh-test",
14+
"chainId": 11343,
15+
"networkId": 11343,
16+
"explorers": [
17+
{
18+
"name": "blockscout",
19+
"url": "https://explorer-test.statemesh.net",
20+
"icon": "blockscout",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-11501.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"name": "BEVM Mainnet",
3-
"chain": "BEVM",
4-
"rpc": ["https://rpc-mainnet-1.bevm.io/", "https://rpc-mainnet-2.bevm.io/"],
2+
"name": "GEB Mainnet",
3+
"chain": "GEB",
4+
"rpc": [
5+
"https://rpc-mainnet-1.geb.network/",
6+
"https://rpc-mainnet-2.geb.network/"
7+
],
58
"faucets": [],
69
"nativeCurrency": {
710
"name": "BTC",
811
"symbol": "BTC",
912
"decimals": 18
1013
},
11-
"infoURL": "https://bevm.io",
12-
"shortName": "bevm",
14+
"infoURL": "https://geb.network",
15+
"shortName": "geb",
1316
"chainId": 11501,
1417
"networkId": 11501,
15-
"icon": "bevm",
18+
"icon": "geb",
1619
"explorers": [
1720
{
18-
"name": "bevm mainnet scan",
19-
"url": "https://scan-mainnet.bevm.io",
21+
"name": "geb mainnet scan",
22+
"url": "https://scan.geb.network",
2023
"standard": "none"
2124
},
2225
{

0 commit comments

Comments
 (0)