@avalabs/vm-module-types
Advanced tools
Comparing version 0.0.0-refactor-params-20240711144842 to 0.0.0-refactor-params-20240711152250
# @avalabs/vm-module-types | ||
## 0.0.0-refactor-params-20240711144842 | ||
## 0.0.0-refactor-params-20240711152250 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -1,3 +0,3 @@ | ||
export { e as Environment, c as RpcMethod, b as TokenType, a as TransactionType, d as parseManifest } from './chunk-NR7FSFOY.js'; | ||
export { e as Environment, c as RpcMethod, b as TokenType, a as TransactionType, d as parseManifest } from './chunk-MMBK5YXH.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -72,7 +72,9 @@ import { z } from 'zod'; | ||
type Network = { | ||
chainId: Caip2ChainId; | ||
chainId: number; | ||
chainName: string; | ||
rpcUrl: string; | ||
networkToken: NetworkToken; | ||
multiContractAddress?: string; | ||
utilityAddresses?: { | ||
multicall: string; | ||
}; | ||
logoUrl?: string; | ||
@@ -79,0 +81,0 @@ isTestnet?: boolean; |
@@ -1,3 +0,3 @@ | ||
export { e as Environment, c as RpcMethod, b as TokenType, a as TransactionType, d as parseManifest } from './chunk-NR7FSFOY.js'; | ||
export { e as Environment, c as RpcMethod, b as TokenType, a as TransactionType, d as parseManifest } from './chunk-MMBK5YXH.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@avalabs/vm-module-types", | ||
"version": "0.0.0-refactor-params-20240711144842", | ||
"version": "0.0.0-refactor-params-20240711152250", | ||
"main": "dist/index.cjs", | ||
@@ -15,3 +15,3 @@ "module": "dist/index.js", | ||
"@internal/tsup-config": "0.0.1", | ||
"eslint-config-custom": "0.0.0-refactor-params-20240711144842" | ||
"eslint-config-custom": "0.0.0-refactor-params-20240711152250" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
@@ -76,7 +76,9 @@ import { object, string, boolean, z } from 'zod'; | ||
export type Network = { | ||
chainId: Caip2ChainId; | ||
chainId: number; | ||
chainName: string; | ||
rpcUrl: string; | ||
networkToken: NetworkToken; | ||
multiContractAddress?: string; | ||
utilityAddresses?: { | ||
multicall: string; | ||
}; | ||
logoUrl?: string; | ||
@@ -83,0 +85,0 @@ isTestnet?: boolean; |
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
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
51741
725