Skip to content

Commit 95c88ee

Browse files
authored
Add Doma chain and icon (#7560)
* Add Doma Testnet chain and icon * Fix prettier * Add Doma Mainnet * Remove mainnet bridge
1 parent be5ec29 commit 95c88ee

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

_data/chains/eip155-97476.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Doma Testnet",
3+
"title": "Doma Testnet",
4+
"chain": "ETH",
5+
"rpc": ["https://rpc-testnet.doma.xyz"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://doma.xyz",
13+
"shortName": "doma-testnet",
14+
"chainId": 97476,
15+
"networkId": 97476,
16+
"icon": "doma",
17+
"status": "active",
18+
"explorers": [
19+
{
20+
"name": "Doma Testnet Explorer",
21+
"url": "https://explorer-testnet.doma.xyz",
22+
"standard": "EIP3091",
23+
"icon": "doma"
24+
}
25+
],
26+
"parent": {
27+
"type": "L2",
28+
"chain": "eip155-11155111",
29+
"bridges": [{ "url": "https://bridge-testnet.doma.xyz" }]
30+
}
31+
}

_data/chains/eip155-97477.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Doma",
3+
"title": "Doma",
4+
"chain": "ETH",
5+
"rpc": ["https://rpc.doma.xyz"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://doma.xyz",
13+
"shortName": "doma",
14+
"chainId": 97477,
15+
"networkId": 97477,
16+
"icon": "doma",
17+
"status": "active",
18+
"explorers": [
19+
{
20+
"name": "Doma Explorer",
21+
"url": "https://explorer.doma.xyz",
22+
"standard": "EIP3091",
23+
"icon": "doma"
24+
}
25+
],
26+
"parent": {
27+
"type": "L2",
28+
"chain": "eip155-11155111"
29+
}
30+
}

_data/icons/doma.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreifurplvrlawl2ib2snx6sr5jmkkg2vdnegb7ettz2am4ge42blhn4",
4+
"width": 2000,
5+
"height": 2000,
6+
"format": "png"
7+
}
8+
]
59.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)