Skip to content

Commit 77a8177

Browse files
authored
Merge branch 'master' into autonomys-mainnet
2 parents e43cb96 + 3d0e2ca commit 77a8177

5 files changed

Lines changed: 56 additions & 7 deletions

File tree

_data/chains/eip155-120893.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Sova Sepolia Testnet",
3+
"chain": "ETH",
4+
"icon": "sova",
5+
"rpc": ["https://rpc.testnet.sova.io"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Sepolia Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://sova.io",
13+
"shortName": "sovasep",
14+
"chainId": 120893,
15+
"networkId": 120893,
16+
"slip44": 1,
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.testnet.sova.io",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-9745.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Plasma Mainnet",
3+
"chain": "Plasma",
4+
"rpc": [],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Plasma",
8+
"symbol": "XPL",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://plasma.to",
12+
"shortName": "plasma-mainnet",
13+
"chainId": 9745,
14+
"networkId": 9745,
15+
"icon": "plasma",
16+
"explorers": []
17+
}

_data/chains/eip155-9746.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
"decimals": 18
1010
},
1111
"infoURL": "https://plasma.to",
12-
"shortName": "plasma",
12+
"shortName": "plasma-testnet",
1313
"chainId": 9746,
1414
"networkId": 9746,
1515
"icon": "plasma",
1616
"explorers": [
1717
{
18-
"name": "RouteScan",
19-
"url": "https://testnet.plasmaexplorer.io",
20-
"icon": "plasma",
18+
"name": "Routescan",
19+
"url": "https://testnet.plasmascan.to",
2120
"standard": "EIP3091"
2221
}
2322
]

_data/icons/plasma.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmV34vcJ1sDpUyDJkskLv77H99Nxn8qRf6TvscJcywYwG6",
4-
"width": 1024,
5-
"height": 1024,
3+
"url": "ipfs://bafkreicgr636cvsomnqj3ikgdpixfv7eh2nr2u3k7v423raav2lrpsvfwy",
4+
"width": 500,
5+
"height": 500,
66
"format": "svg"
77
}
88
]

_data/icons/sova.json

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

0 commit comments

Comments
 (0)