Skip to content

Commit

Permalink
Add RPC 2468 & 2458 Hybrid Network (#3937)
Browse files Browse the repository at this point in the history
Add RPC 2468 & 2458 Hybrid Network
Testnet & Mainnet

Co-authored-by: ligi <[email protected]>
  • Loading branch information
hybridfoundation and ligi authored Dec 9, 2023
1 parent c777ba0 commit 2ee7d77
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-2458.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Hybrid Chain Network Testnet",
"chain": "HYBRID",
"rpc": ["https://rpc-testnet.hybridchain.ai/"],
"faucets": ["https://faucet-testnet.hybridchain.ai"],
"nativeCurrency": {
"name": "Hybrid Chain Native Token",
"symbol": "tHRC",
"decimals": 18
},
"infoURL": "https://hybridchain.ai",
"shortName": "thrc",
"chainId": 2458,
"networkId": 2458,
"icon": "hybrid",
"explorers": [
{
"name": "Hybrid Chain Explorer Testnet",
"icon": "hybrid",
"url": "https://testnet.hybridscan.ai",
"standard": "none"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-2468.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Hybrid Chain Network Mainnet",
"chain": "HYBRID",
"rpc": [
"https://coredata-mainnet.hybridchain.ai/",
"https://rpc-mainnet.hybridchain.ai"
],
"faucets": ["https://faucet-testnet.hybridchain.ai"],
"nativeCurrency": {
"name": "Hybrid Chain Native Token",
"symbol": "HRC",
"decimals": 18
},
"infoURL": "https://hybridchain.ai",
"shortName": "hrc",
"chainId": 2468,
"networkId": 2468,
"icon": "hybrid",
"explorers": [
{
"name": "Hybrid Chain Explorer Mainnet",
"icon": "hybrid",
"url": "https://hybridscan.ai",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/hybrid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQDNdhPvCrrijEKC3G9Px5if2CHgdxq7Q2Pg66cy9xwbF",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 2ee7d77

Please sign in to comment.