Skip to content

Commit 4e7d018

Browse files
satuchainligi
andauthored
Add eip155-10111945 for SATUCHAIN Mainnet (#8183)
* Add SATUCHAIN Testnet (chainId 17081945) ### Summary Adds **SATUCHAIN Testnet** to `constants/additionalChainRegistry` as `chainid-17081945.js`. ### Network details - **Chain ID / Network ID:** 17081945 - **Native currency:** tSTU - **RPC (HTTPS):** https://rpc-testnet.satuchain.com - **RPC (WSS):** wss://rpc-testnet.satuchain.com/ws - **Explorer:** https://testnet.satuchain.com - **Faucet:** https://faucet.satuchain.com ### RPC provider website https://satuchain.com ### Privacy policy https://satuchain.com/privacy ### Notes This PR adds a new chain entry (not modifying `extraRpcs.js`). Icon will be submitted separately. * Add eip155-10111945 for SATUCHAIN Mainnet Add eip155-10111945 for SATUCHAIN Mainnet * Add eip155-10111945 for SATUCHAIN Mainnet Add eip155-10111945 for SATUCHAIN Mainnet * Update eip155-10111945.json * Update eip155-10111945.json * Update eip155-10111945.json --------- Co-authored-by: ligi <[email protected]>
1 parent e38fd3f commit 4e7d018

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

_data/chains/eip155-10111945.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "SATUCHAIN Mainnet",
3+
"chain": "SATU",
4+
"rpc": [
5+
"https://rpc-mainnet.satuchain.com",
6+
"https://rpc-indo-mainnet.satuchain.com",
7+
"wss://rpc-mainnet.satuchain.com/ws"
8+
],
9+
"faucets": [],
10+
"nativeCurrency": {
11+
"name": "Satu",
12+
"symbol": "STU",
13+
"decimals": 18
14+
},
15+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
16+
"infoURL": "https://satuchain.com",
17+
"shortName": "satumainnet",
18+
"chainId": 10111945,
19+
"networkId": 10111945,
20+
"icon": "satuchain",
21+
"explorers": [
22+
{
23+
"name": "SATUCHAIN Mainnet Explorer",
24+
"url": "https://stuscan.com",
25+
"icon": "satuchain",
26+
"standard": "EIP3091"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)