-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added apechain-curtis & hashkeychain (#87)
* added apechain-curtis & hashkeychain * bumped version --------- Co-authored-by: Yaro Shkvorets <shkvorets@gmail.com>
- Loading branch information
1 parent
ff20e43
commit 95e3c55
Showing
4 changed files
with
101 additions
and
2 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
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,34 @@ | ||
{ | ||
"id": "apechain-curtis", | ||
"shortName": "ApeChain", | ||
"secondName": "Curtis", | ||
"fullName": "ApeChain Curtis Testnet", | ||
"aliases": ["apechain-testnet", "evm-33111"], | ||
"caip2Id": "eip155:33111", | ||
"graphNode": { "protocol": "ethereum" }, | ||
"explorerUrls": ["https://curtis.apescan.io/"], | ||
"rpcUrls": ["https://curtis.rpc.caldera.xyz/http"], | ||
"apiUrls": [ | ||
{ "url": "https://api-curtis.apescan.io/api", "kind": "etherscan" } | ||
], | ||
"networkType": "testnet", | ||
"relations": [ | ||
{ "kind": "testnetOf", "network": "apechain" }, | ||
{ "kind": "l2Of", "network": "arbitrum-sepolia" } | ||
], | ||
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, | ||
"issuanceRewards": false, | ||
"nativeToken": "APE", | ||
"docsUrl": "https://docs.apechain.com/", | ||
"genesis": { | ||
"hash": "0xebbc9a87d1c945533b12311d15d11f7baab6d8c64f7aabe9d956f862554807a8", | ||
"height": 0 | ||
}, | ||
"firehose": { | ||
"blockType": "sf.ethereum.type.v2.Block", | ||
"evmExtendedModel": false, | ||
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum", | ||
"bytesEncoding": "hex" | ||
}, | ||
"icon": { "web3Icons": { "name": "apechain" } } | ||
} |
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,33 @@ | ||
{ | ||
"id": "hashkeychain-sepolia", | ||
"shortName": "Hashkey Chain", | ||
"secondName": "Sepolia", | ||
"fullName": "Hashkey Chain Sepolia Testnet", | ||
"aliases": ["hashkeychain-testnet", "evm-133"], | ||
"caip2Id": "eip155:133", | ||
"graphNode": { "protocol": "ethereum" }, | ||
"explorerUrls": ["https://hashkeychain-testnet-explorer.alt.technology/"], | ||
"apiUrls": [ | ||
{ "url": "https://hashkeychain-testnet-explorer.alt.technology/api", "kind": "etherscan" } | ||
], | ||
"rpcUrls": ["https://hashkeychain-testnet.alt.technology"], | ||
"networkType": "testnet", | ||
"relations": [ | ||
{ "kind": "l2Of", "network": "sepolia" } | ||
], | ||
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, | ||
"issuanceRewards": false, | ||
"nativeToken": "HSK", | ||
"docsUrl": "https://docs.hsk.xyz/", | ||
"genesis": { | ||
"hash": "0x656cb2200b3dd0ac9434a86aa8db62fe1a0f317be4086cc5fe80c7c36645ed8c", | ||
"height": 0 | ||
}, | ||
"firehose": { | ||
"blockType": "sf.ethereum.type.v2.Block", | ||
"evmExtendedModel": false, | ||
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum", | ||
"bytesEncoding": "hex" | ||
}, | ||
"icon": { "web3Icons": { "name": "hashkey" } } | ||
} |
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,32 @@ | ||
{ | ||
"id": "hashkeychain", | ||
"shortName": "Hashkey Chain", | ||
"fullName": "Hashkey Chain Mainnet", | ||
"aliases": ["hashkeychain-mainnet", "evm-177"], | ||
"caip2Id": "eip155:177", | ||
"graphNode": { "protocol": "ethereum" }, | ||
"explorerUrls": ["https://hashkey.blockscout.com"], | ||
"apiUrls": [ | ||
{ "url": "https://hashkey.blockscout.com/api", "kind": "etherscan" } | ||
], | ||
"rpcUrls": ["https://mainnet.hsk.xyz"], | ||
"networkType": "mainnet", | ||
"relations": [ | ||
{ "kind": "l2Of", "network": "mainnet" } | ||
], | ||
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, | ||
"issuanceRewards": false, | ||
"nativeToken": "HSK", | ||
"docsUrl": "https://docs.hsk.xyz/", | ||
"genesis": { | ||
"hash": "0xa96aea946b763641b616ce0c69f37e61d9cd0abd709ef13a6b833e67b76de208", | ||
"height": 0 | ||
}, | ||
"firehose": { | ||
"blockType": "sf.ethereum.type.v2.Block", | ||
"evmExtendedModel": false, | ||
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum", | ||
"bytesEncoding": "hex" | ||
}, | ||
"icon": { "web3Icons": { "name": "hashkey" } } | ||
} |