Skip to content

Commit

Permalink
Merge branch 'master' into update/add-pivotal-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong authored Jun 23, 2024
2 parents 472262c + 82ab7ea commit ad75c6b
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-1234567.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Sharecle Mainnet",
"chain": "SHARECLE",
"icon": "sharecle",
"rpc": ["https://mainnet.sharecle.com"],
"faucets": [],
"nativeCurrency": {
"name": "SHARECLE COIN",
"symbol": "SHR",
"decimals": 18
},
"infoURL": "https://sharecle.com/",
"shortName": "shr",
"chainId": 1234567,
"networkId": 1234567,
"slip44": 1,
"explorers": [
{
"name": "Etherscan",
"url": "https://etherscan.io",
"standard": "none",
"icon": "sharecle"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-33103.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Zilliqa 2 EVM proto-testnet",
"chain": "ZIL",
"rpc": ["https://api.zq2-prototestnet.zilliqa.com"],
"faucets": ["https://faucet.zq2-prototestnet.zilliqa.com"],
"nativeCurrency": {
"name": "Zilliqa",
"symbol": "ZIL",
"decimals": 18
},
"infoURL": "https://www.zilliqa.com/",
"shortName": "zq2-proto-testnet",
"chainId": 33103,
"networkId": 33103,
"icon": "zilliqa",
"explorers": [
{
"name": "Zilliqa 2 EVM proto-testnet explorer",
"url": "https://explorer.zq2-prototestnet.zilliqa.com",
"standard": "EIP3091"
}
]
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-360.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Shape",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://shape.us",
"shortName": "shape",
"chainId": 360,
"networkId": 360,
"status": "incubating"
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-490000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Autonomys Testnet Nova Domain",
"chain": "TATC",
"rpc": ["https://nova-0.gemini-3h.subspace.network/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Test Auto Coin",
"symbol": "TATC",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.autonomys.net",
"shortName": "ATN",
"chainId": 490000,
"networkId": 490000,
"explorers": [
{
"name": "astral",
"url": "https://nova.subspace.network",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/sharecle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeiaqaphacy5swvtyxw56ma5f5iewjcqspbgxr5l6ln2433liyw2djy",
"width": 160,
"height": 160,
"format": "png"
}
]
Binary file not shown.

0 comments on commit ad75c6b

Please sign in to comment.