@avalabs/vm-module-types
Advanced tools
Comparing version 0.0.0-eth-send-20240708130819 to 0.0.0-eth-send-20240708134341
# @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 @@ |
6724
218