Skip to content

Commit 605c310

Browse files
Add Studio Blockchain Mainnet (#7518)
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 7c5045b commit 605c310

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

_data/chains/eip155-240241.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Studio Blockchain Mainnet",
3+
"chain": "STO",
4+
"icon": "studio",
5+
"rpc": [
6+
"https://mainnet.studio-blockchain.com",
7+
"https://mainnet2.studio-blockchain.com",
8+
"https://mainnet3.studio-blockchain.com",
9+
"https://mainnet.studio-scan.com",
10+
"https://mainnet2.studio-scan.com",
11+
"wss://mainnet.studio-blockchain.com:8547"
12+
],
13+
"faucets": [],
14+
"nativeCurrency": {
15+
"name": "Studio Token",
16+
"symbol": "STO",
17+
"decimals": 18
18+
},
19+
"features": [
20+
{
21+
"name": "EIP155"
22+
}
23+
],
24+
"infoURL": "https://studio-blockchain.com",
25+
"shortName": "stom",
26+
"chainId": 240241,
27+
"networkId": 240241,
28+
"explorers": [
29+
{
30+
"name": "Studio Scan",
31+
"url": "https://studio-scan.com",
32+
"standard": "EIP3091"
33+
}
34+
],
35+
"status": "active"
36+
}

0 commit comments

Comments
 (0)