-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RPC 2468 & 2458 Hybrid Network (#3937)
Add RPC 2468 & 2458 Hybrid Network Testnet & Mainnet Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
c777ba0
commit 2ee7d77
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.