Skip to content

Commit 176731a

Browse files
committed
Add Quai mainnet and Quai testnet
1 parent 3d0e2ca commit 176731a

File tree

3 files changed

+50
-9
lines changed

3 files changed

+50
-9
lines changed

_data/chains/eip155-15000.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Quai Network Testnet",
3+
"chain": "QUAI",
4+
"icon": "quai",
5+
"rpc": ["https://orchard.rpc.quai.network/cyprus1"],
6+
"features": [{ "name": "EIP155" }],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Quai",
10+
"symbol": "QUAI",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://qu.ai",
14+
"shortName": "quai-testnet",
15+
"chainId": 15000,
16+
"networkId": 15000,
17+
"explorers": [
18+
{
19+
"name": "Orchard Quaiscan",
20+
"url": "https://orchard.quaiscan.io",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-9.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
2-
"name": "Ubiq Network Testnet",
3-
"chain": "UBQ",
4-
"rpc": [],
2+
"name": "Quai Network Mainnet",
3+
"chain": "QUAI",
4+
"icon": "quai",
5+
"rpc": ["https://rpc.quai.network/cyprus1"],
6+
"features": [{ "name": "EIP155" }],
57
"faucets": [],
68
"nativeCurrency": {
7-
"name": "Ubiq Testnet Ether",
8-
"symbol": "TUBQ",
9+
"name": "Quai",
10+
"symbol": "QUAI",
911
"decimals": 18
1012
},
11-
"infoURL": "https://ethersocial.org",
12-
"shortName": "tubq",
13+
"infoURL": "https://qu.ai",
14+
"shortName": "quai",
1315
"chainId": 9,
14-
"networkId": 2,
15-
"slip44": 1
16+
"networkId": 9,
17+
"redFlags": ["reusedChainId"],
18+
"explorers": [
19+
{
20+
"name": "Quaiscan",
21+
"url": "https://quaiscan.io",
22+
"standard": "EIP3091"
23+
}
24+
]
1625
}

_data/icons/quai.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreih5hekf3lfvpbjcjlswylc6r3a4nbkogeesrf2pdtrhrwuy4a76cm",
4+
"width": 500,
5+
"height": 500,
6+
"format": "svg"
7+
}
8+
]

0 commit comments

Comments
 (0)