Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@avalabs/vm-module-types

Package Overview
Dependencies
Maintainers
0
Versions
520
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-eth-send-20240708130819 to 0.0.0-eth-send-20240708134341

2

CHANGELOG.md
# @avalabs/vm-module-types
## 0.0.0-eth-send-20240708130819
## 0.0.0-eth-send-20240708134341

@@ -5,0 +5,0 @@ ### Patch Changes

{
"name": "@avalabs/vm-module-types",
"version": "0.0.0-eth-send-20240708130819",
"version": "0.0.0-eth-send-20240708134341",
"main": "src/index.ts",

@@ -11,3 +11,3 @@ "dependencies": {

"devDependencies": {
"eslint-config-custom": "0.0.0-eth-send-20240708130819"
"eslint-config-custom": "0.0.0-eth-send-20240708134341"
},

@@ -14,0 +14,0 @@ "scripts": {

@@ -82,8 +82,9 @@ import { object, string, boolean, z } from 'zod';

export type Chain = {
isTestnet?: boolean;
chainId: Caip2ChainId;
chainName: string;
rpcUrl: string;
networkToken: Asset;
multiContractAddress?: Address;
networkToken: Asset;
logoUrl?: string;
isTestnet?: boolean;
};

@@ -90,0 +91,0 @@

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