@wormhole-foundation/sdk-evm 0.7.1-beta.3 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
- import type { Chain, Network } from '@wormhole-foundation/sdk-connect';
1
+ import type { Network } from '@wormhole-foundation/sdk-connect';
2
2
  import { ChainContext } from '@wormhole-foundation/sdk-connect';
3
3
  import type { EvmChains } from './types.js';
4
4
  /**
5
5
  * A ChainContext for the EVM platform
6
6
  */
7
- export declare class EvmChain<N extends Network = Network, C extends Chain = EvmChains> extends ChainContext<N, C> {
7
+ export declare class EvmChain<N extends Network = Network, C extends EvmChains = EvmChains> extends ChainContext<N, C> {
8
8
  }
9
9
  //# sourceMappingURL=chain.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C;;GAEG;AACH,qBAAa,QAAQ,CACnB,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3B,CAAC,SAAS,KAAK,GAAG,SAAS,CAC3B,SAAQ,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;CAAG"}
1
+ {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C;;GAEG;AACH,qBAAa,QAAQ,CACnB,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3B,CAAC,SAAS,SAAS,GAAG,SAAS,CAC/B,SAAQ,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;CAAG"}
@@ -1,9 +1,9 @@
1
- import type { Chain, Network } from '@wormhole-foundation/sdk-connect';
1
+ import type { Network } from '@wormhole-foundation/sdk-connect';
2
2
  import { ChainContext } from '@wormhole-foundation/sdk-connect';
3
3
  import type { EvmChains } from './types.js';
4
4
  /**
5
5
  * A ChainContext for the EVM platform
6
6
  */
7
- export declare class EvmChain<N extends Network = Network, C extends Chain = EvmChains> extends ChainContext<N, C> {
7
+ export declare class EvmChain<N extends Network = Network, C extends EvmChains = EvmChains> extends ChainContext<N, C> {
8
8
  }
9
9
  //# sourceMappingURL=chain.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C;;GAEG;AACH,qBAAa,QAAQ,CACnB,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3B,CAAC,SAAS,KAAK,GAAG,SAAS,CAC3B,SAAQ,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;CAAG"}
1
+ {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../src/chain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C;;GAEG;AACH,qBAAa,QAAQ,CACnB,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3B,CAAC,SAAS,SAAS,GAAG,SAAS,CAC/B,SAAQ,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk-evm",
3
- "version": "0.7.1-beta.3",
3
+ "version": "0.7.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -57,7 +57,7 @@
57
57
  "nock": "13.3.8"
58
58
  },
59
59
  "dependencies": {
60
- "@wormhole-foundation/sdk-connect": "0.7.1-beta.3",
60
+ "@wormhole-foundation/sdk-connect": "0.7.2",
61
61
  "ethers": "^6.5.1"
62
62
  },
63
63
  "type": "module",