Skip to content

Commit

Permalink
added apechain-curtis & hashkeychain (#87)
Browse files Browse the repository at this point in the history
* added apechain-curtis & hashkeychain

* bumped version

---------

Co-authored-by: Yaro Shkvorets <shkvorets@gmail.com>
  • Loading branch information
alinobrasil and YaroShkvorets authored Feb 24, 2025
1 parent ff20e43 commit 95e3c55
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.42",
"version": "0.6.43",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"prettier": "3.4.2",
"wrangler": "^3.107.2"
}
}
}
34 changes: 34 additions & 0 deletions registry/eip155/apechain-curtis.json
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" } }
}
33 changes: 33 additions & 0 deletions registry/eip155/hashkeychain-sepolia.json
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" } }
}
32 changes: 32 additions & 0 deletions registry/eip155/hashkeychain.json
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" } }
}

0 comments on commit 95e3c55

Please sign in to comment.