Socket
Socket
Sign inDemoInstall

@wormhole-foundation/sdk-evm

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wormhole-foundation/sdk-evm - npm Package Compare versions

Comparing version 0.7.1-beta.3 to 0.7.1

4

dist/cjs/chain.d.ts

@@ -1,2 +0,2 @@

import type { Chain, Network } from '@wormhole-foundation/sdk-connect';
import type { Network } from '@wormhole-foundation/sdk-connect';
import { ChainContext } from '@wormhole-foundation/sdk-connect';

@@ -7,4 +7,4 @@ import type { EvmChains } from './types.js';

*/
export declare class EvmChain<N extends Network = Network, C extends Chain = EvmChains> extends ChainContext<N, C> {
export declare class EvmChain<N extends Network = Network, C extends EvmChains = EvmChains> extends ChainContext<N, C> {
}
//# sourceMappingURL=chain.d.ts.map

@@ -1,2 +0,2 @@

import type { Chain, Network } from '@wormhole-foundation/sdk-connect';
import type { Network } from '@wormhole-foundation/sdk-connect';
import { ChainContext } from '@wormhole-foundation/sdk-connect';

@@ -7,4 +7,4 @@ import type { EvmChains } from './types.js';

*/
export declare class EvmChain<N extends Network = Network, C extends Chain = EvmChains> extends ChainContext<N, C> {
export declare class EvmChain<N extends Network = Network, C extends EvmChains = EvmChains> extends ChainContext<N, C> {
}
//# sourceMappingURL=chain.d.ts.map
{
"name": "@wormhole-foundation/sdk-evm",
"version": "0.7.1-beta.3",
"version": "0.7.1",
"repository": {

@@ -60,3 +60,3 @@ "type": "git",

"dependencies": {
"@wormhole-foundation/sdk-connect": "0.7.1-beta.3",
"@wormhole-foundation/sdk-connect": "0.7.1",
"ethers": "^6.5.1"

@@ -63,0 +63,0 @@ },

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