Skip to content

Commit 5cdb487

Browse files
tranduybauligi
andauthored
feat: add STO Chain mainnet (1306) and testnet (1999) (#8174)
Co-authored-by: ligi <[email protected]>
1 parent f5b9c08 commit 5cdb487

3 files changed

Lines changed: 58 additions & 0 deletions

File tree

_data/chains/eip155-1306.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "STO Chain",
3+
"chain": "STOC",
4+
"icon": "stoc",
5+
"rpc": ["https://evm-stoc-mainnet.stochainscan.io"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "STOC",
9+
"symbol": "STOC",
10+
"decimals": 18
11+
},
12+
"features": [{ "name": "EIP155" }],
13+
"infoURL": "https://www.stochain.io/",
14+
"shortName": "stoc",
15+
"chainId": 1306,
16+
"networkId": 1306,
17+
"explorers": [
18+
{
19+
"name": "STO Chain Explorer",
20+
"url": "https://stochainscan.io/en",
21+
"standard": "none"
22+
}
23+
],
24+
"status": "active"
25+
}

_data/chains/eip155-1999.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "STO Chain Testnet",
3+
"chain": "TSTOC",
4+
"icon": "stoc",
5+
"rpc": ["https://evm-stoc-testnet.stochainscan.io"],
6+
"faucets": ["https://testnet.stochainscan.io/en/request-faucet"],
7+
"nativeCurrency": {
8+
"name": "TSTOC",
9+
"symbol": "TSTOC",
10+
"decimals": 18
11+
},
12+
"features": [{ "name": "EIP155" }],
13+
"infoURL": "https://www.stochain.io/",
14+
"shortName": "tstoc",
15+
"chainId": 1999,
16+
"networkId": 1999,
17+
"explorers": [
18+
{
19+
"name": "STO Chain Testnet Explorer",
20+
"url": "https://testnet.stochainscan.io/en",
21+
"standard": "none"
22+
}
23+
],
24+
"status": "active"
25+
}

_data/icons/stoc.json

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

0 commit comments

Comments
 (0)