Skip to content

Commit

Permalink
soneium-minato
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Nov 12, 2024
1 parent 14b5770 commit 77b4e07
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions registry/eip155/soneium-minato.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"id": "soneium-minato",
"shortName": "Soneium Minato",
"fullName": "Soneium Minato Testnet",
"aliases": ["soneium-minato-testnet", "soneium-testnet"],
"caip2Id": "eip155:1946",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://soneium-minato.blockscout.com"],
"rpcUrls": [
"https://rpc.minato.soneium.org",
"https://minato.rpc.pinax.network/v1/{PINAX_API_KEY}"
],
"apiUrls": [
{ "url": "https://soneium-minato.blockscout.com/api", "kind": "etherscan" }
],
"networkType": "testnet",
"relations": [
{ "kind": "testnetOf", "network": "soneium-minato" },
{ "kind": "l2Of", "network": "mainnet" }
],
"services": {
"subgraphs": [{ "provider": "e&n" }],
"sps": [{ "provider": "e&n" }],
"firehose": [
{ "provider": "pinax", "url": "minato.firehose.pinax.network:443" }
],
"substreams": [
{ "provider": "pinax", "url": "minato.substreams.pinax.network:443" }
]
},
"issuanceRewards": false,
"nativeToken": "ETH",
"docsUrl": "https://soneium.org/en/docs",
"genesis": {
"hash": "0x7ec49d93fa8f47c00e98cc5965cd3903a8faa9238743d2eba0e0550ab4c45c43",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": { "web3Icons": { "name": "soneium" } }
}

0 comments on commit 77b4e07

Please sign in to comment.