Skip to content

Commit

Permalink
Fix import mistake for connect (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: erikgala <[email protected]>
  • Loading branch information
erikgala and sundbe10 authored Nov 13, 2024
1 parent 7cc6e4b commit dc32892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-connect/src/customClients/BrowserConnectClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { serialize } from "@gala-chain/api";
import { BrowserProvider, Eip1193Provider, getAddress } from "ethers";
import { serialize } from "v8";

import { GalaChainProviderOptions, WebSigner } from "../GalaChainClient";
import { ExtendedEip1193Provider } from "../helpers";
Expand Down

0 comments on commit dc32892

Please sign in to comment.