@wagmi/cli
Advanced tools
Comparing version 0.0.0-canary-20240303174752 to 0.0.0-canary-20240303180221
@@ -18,2 +18,3 @@ import { blockExplorer } from './blockExplorer.js'; | ||
[421613]: 'https://api-goerli.arbiscan.io/api', | ||
[421614]: 'https://api-sepolia.arbiscan.io/api', | ||
// BNB Smart Chain | ||
@@ -34,2 +35,5 @@ [56]: 'https://api.bscscan.com/api', | ||
[44787]: 'https://api-alfajores.celoscan.io/api', | ||
// Fraxtal | ||
[252]: 'https://api.fraxscan.com/api', | ||
[2522]: 'https://api-holesky.fraxscan.com/api', | ||
}; | ||
@@ -36,0 +40,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export const version = '0.0.0-canary-20240303174752'; | ||
export const version = '0.0.0-canary-20240303180221'; | ||
//# sourceMappingURL=version.js.map |
@@ -15,2 +15,3 @@ import type { ContractConfig } from '../config.js'; | ||
421613: string; | ||
421614: string; | ||
56: string; | ||
@@ -26,2 +27,4 @@ 97: string; | ||
44787: string; | ||
252: string; | ||
2522: string; | ||
}; | ||
@@ -43,2 +46,3 @@ type ChainId = keyof typeof apiUrls; | ||
* - [__Polygon__](https://polygonscan.com/myapikey) | ||
* - [__Fraxtal__](https://fraxscan.com/myapikey) | ||
*/ | ||
@@ -45,0 +49,0 @@ apiKey: string; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-canary-20240303174752"; | ||
export declare const version = "0.0.0-canary-20240303180221"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "0.0.0-canary-20240303174752", | ||
"version": "0.0.0-canary-20240303180221", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -21,2 +21,3 @@ import type { ContractConfig } from '../config.js' | ||
[421_613]: 'https://api-goerli.arbiscan.io/api', | ||
[421_614]: 'https://api-sepolia.arbiscan.io/api', | ||
// BNB Smart Chain | ||
@@ -37,2 +38,5 @@ [56]: 'https://api.bscscan.com/api', | ||
[44787]: 'https://api-alfajores.celoscan.io/api', | ||
// Fraxtal | ||
[252]: 'https://api.fraxscan.com/api', | ||
[2522]: 'https://api-holesky.fraxscan.com/api', | ||
} | ||
@@ -55,2 +59,3 @@ type ChainId = keyof typeof apiUrls | ||
* - [__Polygon__](https://polygonscan.com/myapikey) | ||
* - [__Fraxtal__](https://fraxscan.com/myapikey) | ||
*/ | ||
@@ -57,0 +62,0 @@ apiKey: string |
@@ -1,1 +0,1 @@ | ||
export const version = '0.0.0-canary-20240303174752' | ||
export const version = '0.0.0-canary-20240303180221' |
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
462407
4889