Skip to content

Commit 5dc7994

Browse files
authored
Add: Sova Sepolia Testnet config (chainId: 120893) (#7586)
* add sova sepolia testnet * run prettier, rm url slash at end
1 parent 336cb18 commit 5dc7994

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_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/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)