Skip to content

Commit f7b2587

Browse files
Monad network support (#1220)
1 parent e1cf70e commit f7b2587

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+377
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ Releases prior to 7.0 has been removed from this file to declutter search result
1111
### Added
1212

1313
- cli: Rewritten interactive mode for `new` command.
14+
- evm.blockvision: Added `evm.blockvision` datasource to fetch ABIs from Blockvision API.
15+
- evm.sourcify: Added `evm.sourcify` datasource to fetch ABIs from Sourcify API.
1416

1517
### Fixed
1618

1719
- coinbase: Fixed crash when using coinbase datasource.
20+
- evm.node: Fixed crash when block range goes out of bounds.
1821

1922
## [8.2.0] - 2025-02-10
2023

docs/1.getting-started/7.datasources.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ Index datasources, ones that can be attached to a specific index, are prefixed w
1414
| [evm.subsquid](../3.datasources/1.evm_subsquid.md) | ⟠ EVM-compatible | Subsquid Network API |
1515
| [evm.node](../3.datasources/2.evm_node.md) | ⟠ EVM-compatible | Ethereum node |
1616
| [evm.etherscan](../3.datasources/3.evm_etherscan.md) | ⟠ EVM-compatible | Provides ABIs for EVM contracts |
17-
| [starknet.subsquid](../3.datasources/4.starknet_subsquid.md) | 🐺 Starknet | Subsquid Network API |
18-
| [starknet.node](../3.datasources/5.starknet_node.md) | 🐺 Starknet | Starknet node |
19-
| [substrate.node](../3.datasources/6.substrate_node.md) | 🔮 Substrate | Substrate node |
20-
| [substrate.subscan](../3.datasources/7.substrate_subscan.md) | 🔮 Substrate | Provides pallet metadata for Substrate networks |
21-
| [substrate.subsquid](../3.datasources/8.substrate_subsquid.md) | 🔮 Substrate | Subsquid Network API |
22-
| [tezos.tzkt](../3.datasources/9.tezos_tzkt.md) | ꜩ Tezos | TzKT API |
23-
| [tzip_metadata](../3.datasources/10.tzip_metadata.md) | ꜩ Tezos | TZIP-16 metadata |
24-
| [coinbase](../3.datasources/11.coinbase.md) | any | Coinbase price feed |
25-
| [ipfs](../3.datasources/12.ipfs.md) | any | IPFS gateway |
26-
| [http](../3.datasources/13.http.md) | any | Generic HTTP API |
17+
| [evm.blockvision](../3.datasources/4.evm_blockvision.md) | ⟠ EVM-compatible | Provides ABIs for EVM contracts |
18+
| [evm.sourcify](../3.datasources/5.evm_sourcify.md) | ⟠ EVM-compatible | Provides ABIs for EVM contracts |
19+
| [starknet.subsquid](../3.datasources/6.starknet_subsquid.md) | 🐺 Starknet | Subsquid Network API |
20+
| [starknet.node](../3.datasources/7.starknet_node.md) | 🐺 Starknet | Starknet node |
21+
| [substrate.node](../3.datasources/8.substrate_node.md) | 🔮 Substrate | Substrate node |
22+
| [substrate.subscan](../3.datasources/9.substrate_subscan.md) | 🔮 Substrate | Provides pallet metadata for Substrate networks |
23+
| [substrate.subsquid](../3.datasources/10.substrate_subsquid.md) | 🔮 Substrate | Subsquid Network API |
24+
| [tezos.tzkt](../3.datasources/11.tezos_tzkt.md) | ꜩ Tezos | TzKT API |
25+
| [tzip_metadata](../3.datasources/12.tzip_metadata.md) | ꜩ Tezos | TZIP-16 metadata |
26+
| [coinbase](../3.datasources/13.coinbase.md) | any | Coinbase price feed |
27+
| [ipfs](../3.datasources/14.ipfs.md) | any | IPFS gateway |
28+
| [http](../3.datasources/15.http.md) | any | Generic HTTP API |
2729

2830
## Connection settings
2931

docs/10.supported-networks/31.mode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description: "Mode network support"
1111

1212
Explorer: [Blockscout](https://explorer.mode.network/)
1313

14-
| datasource | status | URLs |
15-
| -----------------:|:------------- | ------------------------------ |
16-
| **evm.subsquid** | 🤔 not tested | `https://v2.archive.subsquid.io/network/mode-mainnet` |
17-
| **evm.etherscan** | 🤔 not tested | |
18-
| **evm.node** | 🤔 not tested | `https://mode.drpc.org` <br> `wss://mode.drpc.org` |
14+
| datasource | status | URLs |
15+
| -----------------:|:------------- | ----------------------------------------------------- |
16+
| **evm.subsquid** | 🤔 not tested | `https://v2.archive.subsquid.io/network/mode-mainnet` |
17+
| **evm.etherscan** | 🤔 not tested | |
18+
| **evm.node** | 🤔 not tested | `https://mode.drpc.org` <br> `wss://mode.drpc.org` |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Monad"
3+
description: "Monad network support"
4+
---
5+
6+
<!-- markdownlint-disable single-h1 heading-increment no-inline-html -->
7+
8+
# Monad
9+
10+
{{ #include 10.supported-networks/_intro.md }}
11+
12+
## Monad Testnet
13+
14+
Chain ID: `10143`
15+
16+
Explorer: [Blockvision](https://testnet.monadexplorer.com/)
17+
18+
| datasource | status | URLs |
19+
| -------------------:|:--------- | ------------------------------------------------------------------------- |
20+
| **evm.subsquid** | 🔴 no API | N/A |
21+
| **evm.sourcify** | 🔴 500 | `https://sourcify-api-monad.blockvision.org` |
22+
| **evm.blockvision** | 🟢 works | `https://monad-api.blockvision.org/testnet/api` |
23+
| **evm.node** | 🟢 works | `https://testnet-rpc2.monad.xyz/52227f026fa8fac9e2014c58fbf5643369b3bfc6` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)