|
1 | 1 | {
|
2 | 2 | "$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
|
3 |
| - "version": "0.6.38", |
| 3 | + "version": "0.6.39", |
4 | 4 | "title": "The Graph networks registry",
|
5 | 5 | "description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
|
6 |
| - "updatedAt": "2025-02-11T13:59:04.814Z", |
| 6 | + "updatedAt": "2025-02-15T00:31:59.437Z", |
7 | 7 | "networks": [
|
8 | 8 | {
|
9 | 9 | "id": "mainnet",
|
|
1197 | 1197 | ],
|
1198 | 1198 | "explorerUrls": [
|
1199 | 1199 | "https://unichain.blockscout.com",
|
1200 |
| - "https://uniscan.xyz/" |
| 1200 | + "https://uniscan.xyz" |
1201 | 1201 | ],
|
1202 | 1202 | "apiUrls": [
|
1203 | 1203 | {
|
|
2394 | 2394 | "bytesEncoding": "hex"
|
2395 | 2395 | }
|
2396 | 2396 | },
|
| 2397 | + { |
| 2398 | + "id": "swellchain", |
| 2399 | + "shortName": "Swellchain", |
| 2400 | + "fullName": "Swellchain Mainnet", |
| 2401 | + "aliases": [ |
| 2402 | + "evm-1923", |
| 2403 | + "swellchain-mainnet" |
| 2404 | + ], |
| 2405 | + "caip2Id": "eip155:1923", |
| 2406 | + "graphNode": { |
| 2407 | + "protocol": "ethereum" |
| 2408 | + }, |
| 2409 | + "explorerUrls": [ |
| 2410 | + "https://explorer.swellnetwork.io/" |
| 2411 | + ], |
| 2412 | + "rpcUrls": [ |
| 2413 | + "https://rpc.ankr.com/swell" |
| 2414 | + ], |
| 2415 | + "apiUrls": [ |
| 2416 | + { |
| 2417 | + "url": "https://explorer.swellnetwork.io/api", |
| 2418 | + "kind": "blockscout" |
| 2419 | + } |
| 2420 | + ], |
| 2421 | + "services": { |
| 2422 | + "subgraphs": [ |
| 2423 | + "https://api.studio.thegraph.com/deploy" |
| 2424 | + ] |
| 2425 | + }, |
| 2426 | + "networkType": "mainnet", |
| 2427 | + "issuanceRewards": false, |
| 2428 | + "nativeToken": "ETH", |
| 2429 | + "docsUrl": "https://docs.swellnetwork.io/", |
| 2430 | + "genesis": { |
| 2431 | + "hash": "0x92379973a1576876b7337a9ce89e2a7a9cb99887f55e6045ed2069d5d98d9319", |
| 2432 | + "height": 0 |
| 2433 | + }, |
| 2434 | + "firehose": { |
| 2435 | + "blockType": "sf.ethereum.type.v2.Block", |
| 2436 | + "evmExtendedModel": true, |
| 2437 | + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", |
| 2438 | + "bytesEncoding": "hex" |
| 2439 | + }, |
| 2440 | + "icon": { |
| 2441 | + "web3Icons": { |
| 2442 | + "name": "swell" |
| 2443 | + } |
| 2444 | + } |
| 2445 | + }, |
| 2446 | + { |
| 2447 | + "id": "swellchain-sepolia", |
| 2448 | + "shortName": "Swellchain", |
| 2449 | + "secondName": "Sepolia", |
| 2450 | + "fullName": "Swellchain Sepolia Testnet", |
| 2451 | + "aliases": [ |
| 2452 | + "swellchain-testnet", |
| 2453 | + "evm-1924" |
| 2454 | + ], |
| 2455 | + "caip2Id": "eip155:1924", |
| 2456 | + "graphNode": { |
| 2457 | + "protocol": "ethereum" |
| 2458 | + }, |
| 2459 | + "explorerUrls": [ |
| 2460 | + "https://swell-testnet-explorer.alt.technology/" |
| 2461 | + ], |
| 2462 | + "apiUrls": [ |
| 2463 | + { |
| 2464 | + "url": "https://swell-testnet-explorer.alt.technology/api", |
| 2465 | + "kind": "blockscout" |
| 2466 | + } |
| 2467 | + ], |
| 2468 | + "rpcUrls": [ |
| 2469 | + "https://rpc.ankr.com/swell_sepolia" |
| 2470 | + ], |
| 2471 | + "networkType": "testnet", |
| 2472 | + "relations": [ |
| 2473 | + { |
| 2474 | + "kind": "testnetOf", |
| 2475 | + "network": "swellchain" |
| 2476 | + }, |
| 2477 | + { |
| 2478 | + "kind": "l2Of", |
| 2479 | + "network": "sepolia" |
| 2480 | + } |
| 2481 | + ], |
| 2482 | + "services": { |
| 2483 | + "subgraphs": [ |
| 2484 | + "https://api.studio.thegraph.com/deploy" |
| 2485 | + ] |
| 2486 | + }, |
| 2487 | + "issuanceRewards": false, |
| 2488 | + "nativeToken": "ETH", |
| 2489 | + "docsUrl": "https://docs.swellnetwork.io/", |
| 2490 | + "genesis": { |
| 2491 | + "hash": "0x56d83858e4fab3bcd009c0014c91fce910f0e4585d1f446e043c813043fd0317", |
| 2492 | + "height": 0 |
| 2493 | + }, |
| 2494 | + "firehose": { |
| 2495 | + "blockType": "sf.ethereum.type.v2.Block", |
| 2496 | + "evmExtendedModel": true, |
| 2497 | + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", |
| 2498 | + "bytesEncoding": "hex" |
| 2499 | + }, |
| 2500 | + "icon": { |
| 2501 | + "web3Icons": { |
| 2502 | + "name": "swell" |
| 2503 | + } |
| 2504 | + } |
| 2505 | + }, |
2397 | 2506 | {
|
2398 | 2507 | "id": "soneium-testnet",
|
2399 | 2508 | "shortName": "Soneium",
|
|
3450 | 3559 | }
|
3451 | 3560 | }
|
3452 | 3561 | },
|
| 3562 | + { |
| 3563 | + "id": "apechain", |
| 3564 | + "shortName": "ApeChain", |
| 3565 | + "fullName": "ApeChain Mainnet", |
| 3566 | + "aliases": [ |
| 3567 | + "evm-33139", |
| 3568 | + "apechain-mainnet" |
| 3569 | + ], |
| 3570 | + "caip2Id": "eip155:33139", |
| 3571 | + "graphNode": { |
| 3572 | + "protocol": "ethereum" |
| 3573 | + }, |
| 3574 | + "explorerUrls": [ |
| 3575 | + "https://apescan.io/" |
| 3576 | + ], |
| 3577 | + "rpcUrls": [ |
| 3578 | + "https://rpc.apechain.com" |
| 3579 | + ], |
| 3580 | + "apiUrls": [ |
| 3581 | + { |
| 3582 | + "url": "https://api.apescan.io/api", |
| 3583 | + "kind": "etherscan" |
| 3584 | + }, |
| 3585 | + { |
| 3586 | + "url": "https://apechain.abi.pinax.network/api", |
| 3587 | + "kind": "etherscan" |
| 3588 | + } |
| 3589 | + ], |
| 3590 | + "services": { |
| 3591 | + "subgraphs": [ |
| 3592 | + "https://api.studio.thegraph.com/deploy" |
| 3593 | + ] |
| 3594 | + }, |
| 3595 | + "networkType": "mainnet", |
| 3596 | + "issuanceRewards": false, |
| 3597 | + "nativeToken": "APE", |
| 3598 | + "docsUrl": "https://docs.apechain.com/", |
| 3599 | + "genesis": { |
| 3600 | + "hash": "0xa217064039db238cd731edf0005e93b9ac72604247a8e7280e0606727f2d0736", |
| 3601 | + "height": 0 |
| 3602 | + }, |
| 3603 | + "firehose": { |
| 3604 | + "blockType": "sf.ethereum.type.v2.Block", |
| 3605 | + "evmExtendedModel": false, |
| 3606 | + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", |
| 3607 | + "bytesEncoding": "hex" |
| 3608 | + }, |
| 3609 | + "icon": { |
| 3610 | + "web3Icons": { |
| 3611 | + "name": "apechain" |
| 3612 | + } |
| 3613 | + } |
| 3614 | + }, |
3453 | 3615 | {
|
3454 | 3616 | "id": "mode-mainnet",
|
3455 | 3617 | "shortName": "Mode",
|
|
4480 | 4642 | }
|
4481 | 4643 | }
|
4482 | 4644 | },
|
| 4645 | + { |
| 4646 | + "id": "autonomys-taurus", |
| 4647 | + "shortName": "Autonomys", |
| 4648 | + "fullName": "Autonomys Taurus Auto EVM", |
| 4649 | + "aliases": [ |
| 4650 | + "evm-490000", |
| 4651 | + "autonomys-testnet" |
| 4652 | + ], |
| 4653 | + "caip2Id": "eip155:490000", |
| 4654 | + "graphNode": { |
| 4655 | + "protocol": "ethereum" |
| 4656 | + }, |
| 4657 | + "explorerUrls": [ |
| 4658 | + "https://blockscout.taurus.autonomys.xyz/" |
| 4659 | + ], |
| 4660 | + "rpcUrls": [ |
| 4661 | + "https://auto-evm.taurus.autonomys.xyz/ws" |
| 4662 | + ], |
| 4663 | + "apiUrls": [ |
| 4664 | + { |
| 4665 | + "url": "https://blockscout.taurus.autonomys.xyz/api", |
| 4666 | + "kind": "blockscout" |
| 4667 | + } |
| 4668 | + ], |
| 4669 | + "services": { |
| 4670 | + "subgraphs": [ |
| 4671 | + "https://api.studio.thegraph.com/deploy" |
| 4672 | + ] |
| 4673 | + }, |
| 4674 | + "networkType": "testnet", |
| 4675 | + "issuanceRewards": false, |
| 4676 | + "nativeToken": "AI3", |
| 4677 | + "docsUrl": "https://docs.autonomys.xyz/", |
| 4678 | + "genesis": { |
| 4679 | + "hash": "0x085b6a1088858e39e9f26e832db9ba44e7f8ca977f363f0aff79f8bec5abb8b9", |
| 4680 | + "height": 0 |
| 4681 | + }, |
| 4682 | + "firehose": { |
| 4683 | + "blockType": "sf.ethereum.type.v2.Block", |
| 4684 | + "evmExtendedModel": true, |
| 4685 | + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", |
| 4686 | + "bytesEncoding": "hex" |
| 4687 | + }, |
| 4688 | + "icon": { |
| 4689 | + "web3Icons": { |
| 4690 | + "name": "autonomys" |
| 4691 | + } |
| 4692 | + } |
| 4693 | + }, |
4483 | 4694 | {
|
4484 | 4695 | "id": "scroll-sepolia",
|
4485 | 4696 | "shortName": "Scroll",
|
|
0 commit comments