coinley-checkout 0.2.8 → 0.2.9

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.
@@ -2679,7 +2679,7 @@ const CoinleyModal = (props) => {
2679
2679
  /* @__PURE__ */ jsxRuntimeExports.jsx(
2680
2680
  "img",
2681
2681
  {
2682
- src: "https://metamask.io/images/metamask-fox.svg",
2682
+ src: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT3ymr3UNKopfI0NmUY95Dr-0589vG-91KuAA&s",
2683
2683
  alt: "MetaMask",
2684
2684
  className: "w-8 h-8 mr-2"
2685
2685
  }
@@ -3074,7 +3074,7 @@ const DEFAULT_CONFIG = {
3074
3074
  testMode: false,
3075
3075
  theme: "light"
3076
3076
  };
3077
- const VERSION = "0.2.8";
3077
+ const VERSION = "0.2.9";
3078
3078
  export {
3079
3079
  CoinleyCheckout,
3080
3080
  CoinleyModal,