Skip to content

Commit dc69bcf

Browse files
authored
[feat] register homer network (#6668)
1 parent 86b78e7 commit dc69bcf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

_data/chains/eip155-1315.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Story Homer Testnet",
3+
"chain": "Story Homer Testnet",
4+
"rpc": ["https://devnet.storyrpc.io."],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "IP Token",
8+
"symbol": "IP",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://story.foundation/",
12+
"icon": "story",
13+
"shortName": "styhmt",
14+
"chainId": 1315,
15+
"networkId": 1315,
16+
"explorers": [
17+
{
18+
"name": "blockscout",
19+
"url": "https://devnet.storyscan.xyz",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)