Socket
Socket
Sign inDemoInstall

@wagmi/cli

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/cli - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

18

dist/esm/plugins/etherscan.js

@@ -6,4 +6,4 @@ import { blockExplorer } from './blockExplorer.js';

[5]: 'https://api-goerli.etherscan.io/api',
[17000]: 'https://api-holesky.etherscan.io/api',
[11155111]: 'https://api-sepolia.etherscan.io/api',
[17_000]: 'https://api-holesky.etherscan.io/api',
[11_155_111]: 'https://api-sepolia.etherscan.io/api',
// Optimism

@@ -31,14 +31,16 @@ [10]: 'https://api-optimistic.etherscan.io/api',

[250]: 'https://api.ftmscan.com/api',
[4002]: 'https://api-testnet.ftmscan.com/api',
[4_002]: 'https://api-testnet.ftmscan.com/api',
// Avalanche
[43114]: 'https://api.snowscan.xyz/api',
[43113]: 'https://api-testnet.snowscan.xyz/api',
[43_114]: 'https://api.snowscan.xyz/api',
[43_113]: 'https://api-testnet.snowscan.xyz/api',
// Celo
[42220]: 'https://api.celoscan.io/api',
[44787]: 'https://api-alfajores.celoscan.io/api',
[42_220]: 'https://api.celoscan.io/api',
[44_787]: 'https://api-alfajores.celoscan.io/api',
// Fraxtal
[252]: 'https://api.fraxscan.com/api',
[2522]: 'https://api-holesky.fraxscan.com/api',
[2_522]: 'https://api-holesky.fraxscan.com/api',
// Gnosis
[100]: 'https://api.gnosisscan.io/api',
// Blast
[81_457]: 'https://api.blastscan.io/api',
};

@@ -45,0 +47,0 @@ /**

@@ -1,2 +0,2 @@

export const version = '2.1.7';
export const version = '2.1.8';
//# sourceMappingURL=version.js.map

@@ -31,2 +31,3 @@ import type { ContractConfig } from '../config.js';

100: string;
81457: string;
};

@@ -51,2 +52,3 @@ type ChainId = keyof typeof apiUrls;

* - [__Gnosis__](https://gnosisscan.io/myapikey)
* - [__Blast__](https://blastscan.io/myapikey)
*/

@@ -99,7 +101,2 @@ apiKey: string;

prepend?: string | undefined;
/**
* Duration in milliseconds to cache ABIs.
*
* @default 1_800_000 // 30m in ms
*/
content: string;

@@ -106,0 +103,0 @@ }>) | undefined;

@@ -1,2 +0,2 @@

export declare const version = "2.1.7";
export declare const version = "2.1.8";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "2.1.7",
"version": "2.1.8",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -9,4 +9,4 @@ import type { ContractConfig } from '../config.js'

[5]: 'https://api-goerli.etherscan.io/api',
[17000]: 'https://api-holesky.etherscan.io/api',
[11155111]: 'https://api-sepolia.etherscan.io/api',
[17_000]: 'https://api-holesky.etherscan.io/api',
[11_155_111]: 'https://api-sepolia.etherscan.io/api',
// Optimism

@@ -34,14 +34,16 @@ [10]: 'https://api-optimistic.etherscan.io/api',

[250]: 'https://api.ftmscan.com/api',
[4002]: 'https://api-testnet.ftmscan.com/api',
[4_002]: 'https://api-testnet.ftmscan.com/api',
// Avalanche
[43114]: 'https://api.snowscan.xyz/api',
[43113]: 'https://api-testnet.snowscan.xyz/api',
[43_114]: 'https://api.snowscan.xyz/api',
[43_113]: 'https://api-testnet.snowscan.xyz/api',
// Celo
[42220]: 'https://api.celoscan.io/api',
[44787]: 'https://api-alfajores.celoscan.io/api',
[42_220]: 'https://api.celoscan.io/api',
[44_787]: 'https://api-alfajores.celoscan.io/api',
// Fraxtal
[252]: 'https://api.fraxscan.com/api',
[2522]: 'https://api-holesky.fraxscan.com/api',
[2_522]: 'https://api-holesky.fraxscan.com/api',
// Gnosis
[100]: 'https://api.gnosisscan.io/api',
// Blast
[81_457]: 'https://api.blastscan.io/api',
}

@@ -67,2 +69,3 @@ type ChainId = keyof typeof apiUrls

* - [__Gnosis__](https://gnosisscan.io/myapikey)
* - [__Blast__](https://blastscan.io/myapikey)
*/

@@ -69,0 +72,0 @@ apiKey: string

@@ -1,1 +0,1 @@

export const version = '2.1.7'
export const version = '2.1.8'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc