@spicenet-io/spiceflow-ui 1.9.7 → 1.9.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/dist/index.cjs.js CHANGED
@@ -2753,7 +2753,6 @@ const PrivyProviderWrapper = ({ children, appId, supportedViemChains }) => {
2753
2753
  theme: "#fafafa",
2754
2754
  showWalletLoginFirst: false,
2755
2755
  walletChainType: "ethereum-only",
2756
- logo: "https://spicenet.io/assets/Spicenet_Lockup_Secondary_FullColor.png",
2757
2756
  walletList: [
2758
2757
  "detected_ethereum_wallets",
2759
2758
  "metamask",
package/dist/index.js CHANGED
@@ -2751,7 +2751,6 @@ const PrivyProviderWrapper = ({ children, appId, supportedViemChains }) => {
2751
2751
  theme: "#fafafa",
2752
2752
  showWalletLoginFirst: false,
2753
2753
  walletChainType: "ethereum-only",
2754
- logo: "https://spicenet.io/assets/Spicenet_Lockup_Secondary_FullColor.png",
2755
2754
  walletList: [
2756
2755
  "detected_ethereum_wallets",
2757
2756
  "metamask",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",