Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/etherscan/etherscan-cli

go 1.25.0

toolchain go1.25.12
toolchain go1.25.13

require (
github.com/BurntSushi/toml v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-darwin-arm64",
"version": "0.0.0-development",
"description": "Etherscan CLI for macOS ARM64",
"description": "macOS ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-darwin-x64",
"version": "0.0.0-development",
"description": "Etherscan CLI for macOS x64",
"description": "macOS x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-linux-arm64",
"version": "0.0.0-development",
"description": "Etherscan CLI for Linux ARM64",
"description": "Linux ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-linux-x64",
"version": "0.0.0-development",
"description": "Etherscan CLI for Linux x64",
"description": "Linux x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-win32-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-win32-arm64",
"version": "0.0.0-development",
"description": "Etherscan CLI for Windows ARM64",
"description": "Windows ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion npm/cli-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli-win32-x64",
"version": "0.0.0-development",
"description": "Etherscan CLI for Windows x64",
"description": "Windows x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherscan-npm/cli",
"version": "0.0.0-development",
"description": "Official command-line interface for the Etherscan API V2. Query EVM blockchain data, inspect transactions, and verify smart contracts.",
"description": "Etherscan CLI — the official command-line interface (CLI) for the Etherscan API V2. Query EVM blockchain data, inspect transactions, and verify smart contracts.",
"keywords": [
"etherscan",
"etherscan-cli",
Expand Down
Loading