Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"changes": [
{
"packageName": "@subsquid/evm-typegen",
"comment": "Add SQD Etherscan proxy service as default API endpoint. When no `--etherscan-api-key` is provided, the tool now uses the SQD proxy service (`https://cloud.sqd.dev/chains/api/v1/evm/abi`) instead of requiring direct Etherscan API access.",
"type": "minor"
},
{
"packageName": "@subsquid/evm-typegen",
"comment": "Deprecate `--etherscan-chain-id` option in favor of `--chain-id`. The old option still works but shows a deprecation warning.",
"type": "minor"
},
{
"packageName": "@subsquid/evm-typegen",
"comment": "Add support for named chain identifiers. The `--chain-id` option now accepts human-readable chain names (e.g., `ethereum`, `polygon`, `arbitrum`, `bsc`) in addition to numeric chain IDs. Supports 70+ EVM chains with multiple aliases per chain.",
"type": "minor"
}
],
"packageName": "@subsquid/evm-typegen"
}
117 changes: 33 additions & 84 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion evm/evm-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"@subsquid/util-internal-commander": "^1.4.0",
"@subsquid/evm-codec": "^0.3.0",
"@subsquid/evm-abi": "^0.3.1",
"commander": "^11.1.0"
"commander": "^11.1.0",
"fastest-levenshtein": "^1.0.16"
},
"devDependencies": {
"@types/node": "^18.18.14",
Expand Down
Loading
Loading