Skip to content

Add humanity protocol testnet definition #7325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
32 changes: 32 additions & 0 deletions _data/chains/eip155-1942999413.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Humanity Protocol testnet",
"chain": "Humanity",
"rpc": [
"https://rpc.testnet.humanity.org",
"https://humanity-testnet.g.alchemy.com/public"
],
"faucets": ["https://faucets.alchemy.com/faucets/humanity-testnet"],
"nativeCurrency": {
"name": "tHP",
"symbol": "tHP",
"decimals": 18
},
"infoURL": "https://testnet.humanity.org",
"parent": {
"type": "L2",
"chain": "eip155-42161",
"bridges": []
},
"shortName": "thp",
"chainId": 1942999413,
"networkId": 1942999413,
"status": "active",
"explorers": [
{
"name": "Humanity Testnet explorer",
"url": "https://humanity-testnet.explorer.alchemy.com",
"standard": "none"
}
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }]
}