Skip to content

Commit

Permalink
add StarCHAIN (#5410)
Browse files Browse the repository at this point in the history
* add StarCHAIN

* fix format

* update the naming of StarCHAIN

---------

Co-authored-by: goen <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2024
1 parent 457051e commit 0db9ec3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-1570.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "StarCHAIN Testnet",
"chain": "StarCHAIN",
"rpc": ["https://testnet-rpc1.starworksglobal.com"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
"name": "STARX",
"symbol": "STARX",
"decimals": 18
},
"infoURL": "https://www.starworksglobal.com",
"shortName": "starchain-testnet",
"chainId": 1570,
"networkId": 1570,
"explorers": [
{
"name": "StarCHAIN Explorer",
"url": "https://testnet.starchainscan.io",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-1578.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "StarCHAIN",
"chain": "StarCHAIN",
"rpc": ["https://rpc.starworksglobal.com"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
"name": "STARX",
"symbol": "STARX",
"decimals": 18
},
"infoURL": "https://www.starworksglobal.com",
"shortName": "starchain",
"chainId": 1578,
"networkId": 1578,
"explorers": [
{
"name": "StarCHAIN Explorer",
"url": "https://starchainscan.io",
"standard": "EIP3091"
}
]
}

0 comments on commit 0db9ec3

Please sign in to comment.