@skip-go/widget 2.4.9 → 2.4.10

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.
package/build/index.es.js CHANGED
@@ -1089,7 +1089,7 @@ const useMakeWallets = () => {
1089
1089
  try {
1090
1090
  await client.connect();
1091
1091
  const viewService = client.service(ViewService);
1092
- const address = await viewService.addressByIndex({
1092
+ const address = await viewService.ephemeralAddress({
1093
1093
  addressIndex: {
1094
1094
  account: penumbraWalletIndex ? penumbraWalletIndex : 0,
1095
1095
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "2.4.9",
4
+ "version": "2.4.10",
5
5
  "repository": "https://github.com/skip-mev/widget",
6
6
  "type": "module",
7
7
  "exports": {