Skip to content

Commit 4d042fe

Browse files
HaynarCoolligi
andauthored
Add Gravity Alpha Mainnet (ethereum-lists#5118)
* feat: Add Gravity Alpha Mainnet (#1) * feat: Add Gravity Alpha Mainnet * chore: update chain id to 1625 * chore: update chain info * Update eip155-71.json * chore: add parent chain info * fix: gravity parent chain * chore: format gravity json * fix: url slash --------- Co-authored-by: ligi <[email protected]>
1 parent 6ff9b03 commit 4d042fe

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

_data/chains/eip155-1625.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Gravity Alpha Mainnet",
3+
"chain": "Gravity",
4+
"rpc": ["https://rpc.gravity.xyz"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Gravity",
8+
"symbol": "G.",
9+
"decimals": 18
10+
},
11+
"features": [
12+
{ "name": "EIP155" },
13+
{ "name": "EIP1559" },
14+
{ "name": "EIP1108" }
15+
],
16+
"infoURL": "https://gravity.xyz",
17+
"shortName": "gravity",
18+
"chainId": 1625,
19+
"networkId": 1625,
20+
"icon": "gravity",
21+
"explorers": [
22+
{
23+
"name": "Gravity Alpha Mainnet Explorer",
24+
"url": "https://explorer.gravity.xyz",
25+
"standard": "EIP3091"
26+
}
27+
],
28+
"parent": {
29+
"type": "L2",
30+
"chain": "eip155-1",
31+
"bridges": [{ "url": "https://bridge.gravity.xyz" }]
32+
}
33+
}

_data/icons/gravity.json

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

0 commit comments

Comments
 (0)