@tuwaio/nova-connect 1.0.0-fix-test-alpha.4.bd69225 → 1.0.0-fix-test-alpha.6.2ae3a34

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,2 +1,2 @@
1
- 'use strict';var chunkCEGEQMI2_cjs=require('../chunk-CEGEQMI2.cjs');Object.defineProperty(exports,"getEvmChains",{enumerable:true,get:function(){return chunkCEGEQMI2_cjs.a}});Object.defineProperty(exports,"isEvmChainList",{enumerable:true,get:function(){return chunkCEGEQMI2_cjs.b}});//# sourceMappingURL=index.cjs.map
1
+ 'use strict';var chunkCEGEQMI2_cjs=require('../chunk-CEGEQMI2.cjs'),evm=require('@tuwaio/satellite-react/evm');Object.defineProperty(exports,"getEvmChains",{enumerable:true,get:function(){return chunkCEGEQMI2_cjs.a}});Object.defineProperty(exports,"isEvmChainList",{enumerable:true,get:function(){return chunkCEGEQMI2_cjs.b}});Object.keys(evm).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return evm[k]}})});//# sourceMappingURL=index.cjs.map
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -1,7 +1,6 @@
1
- import { OrbitAdapter } from '@tuwaio/orbit-core';
2
1
  import { Chain } from 'viem/chains';
3
2
  export { Chain } from 'viem/chains';
4
- import { EVMWallet, ConnectorEVM } from '@tuwaio/satellite-evm';
3
+ export * from '@tuwaio/satellite-react/evm';
5
4
 
6
5
  /**
7
6
  * Get EVM chain IDs from app chains configuration
@@ -20,12 +19,6 @@ declare module '@tuwaio/nova-connect' {
20
19
  */
21
20
  appChains?: readonly [Chain, ...Chain[]];
22
21
  }
23
- interface AllWallets {
24
- [OrbitAdapter.EVM]: EVMWallet;
25
- }
26
- interface AllConnectors {
27
- [OrbitAdapter.EVM]: ConnectorEVM;
28
- }
29
22
  }
30
23
 
31
24
  export { getEvmChains, isEvmChainList };
@@ -1,7 +1,6 @@
1
- import { OrbitAdapter } from '@tuwaio/orbit-core';
2
1
  import { Chain } from 'viem/chains';
3
2
  export { Chain } from 'viem/chains';
4
- import { EVMWallet, ConnectorEVM } from '@tuwaio/satellite-evm';
3
+ export * from '@tuwaio/satellite-react/evm';
5
4
 
6
5
  /**
7
6
  * Get EVM chain IDs from app chains configuration
@@ -20,12 +19,6 @@ declare module '@tuwaio/nova-connect' {
20
19
  */
21
20
  appChains?: readonly [Chain, ...Chain[]];
22
21
  }
23
- interface AllWallets {
24
- [OrbitAdapter.EVM]: EVMWallet;
25
- }
26
- interface AllConnectors {
27
- [OrbitAdapter.EVM]: ConnectorEVM;
28
- }
29
22
  }
30
23
 
31
24
  export { getEvmChains, isEvmChainList };
package/dist/evm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export{a as getEvmChains,b as isEvmChainList}from'../chunk-RR5G7U5F.js';//# sourceMappingURL=index.js.map
1
+ export{a as getEvmChains,b as isEvmChainList}from'../chunk-RR5G7U5F.js';export*from'@tuwaio/satellite-react/evm';//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}