@skip-go/widget 1.1.1-alpha.7 → 1.1.1-alpha.8

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
@@ -1,3 +1,4 @@
1
+ import * as buffer from 'buffer';
1
2
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
3
  import { ChainProvider, useManager, useWalletClient, useWallet as useWallet$1 } from '@cosmos-kit/react';
3
4
  import { wallets as wallets$2 } from '@cosmos-kit/cosmostation-extension';
@@ -5129,5 +5130,7 @@ const initializeSwapWidget = () => {
5129
5130
  }
5130
5131
  };
5131
5132
 
5133
+ window.Buffer = buffer.Buffer;
5134
+
5132
5135
  export { SwapWidget, SwapWidgetProvider, initializeSwapWidget, useAssets, useChainByID, useChains };
5133
5136
  //# sourceMappingURL=index.es.js.map