New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@avalabs/vm-module-types

Package Overview
Dependencies
Maintainers
0
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/vm-module-types - npm Package Compare versions

Comparing version 0.0.0-refactor-params-20240711144842 to 0.0.0-refactor-params-20240711152250

dist/chunk-BIY73MWZ.cjs

2

CHANGELOG.md
# @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

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