@meddleware/walrus-ui 0.1.11 → 0.1.13

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/config.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meddleware/walrus-ui",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Standalone Vue 3 SPA for uploading blobs to Walrus decentralised storage and managing owned blobs — wallet-connected, NFT-gated relay support.",
5
5
  "author": "Meddleware <dev@meddleware.co.uk>",
6
6
  "license": "0BSD",
@@ -45,7 +45,7 @@
45
45
  "@meddleware/ui": "^0.1.7",
46
46
  "@meddleware/wallet-adapter": "^0.0.5",
47
47
  "@meddleware/walrus-client": "^0.0.5",
48
- "@meddleware/walrus-relay": "^0.1.4",
48
+ "@meddleware/walrus-relay": "^0.1.5",
49
49
  "@mysten/sui": "^2.28.0",
50
50
  "@mysten/wallet-standard": "^0.20.0",
51
51
  "@mysten/walrus": "~1.1.7",
package/src/config.ts CHANGED
@@ -34,8 +34,8 @@ export function relayHosts(network: WalrusNetwork): { operator: string; public:
34
34
  return { operator: OPERATOR_RELAY_HOSTS[network], public: PUBLIC_WALRUS_RELAY_HOSTS[network] }
35
35
  }
36
36
 
37
- /** Default relay tip ceiling (MIST) when `VITE_UPLOAD_RELAY_MAX_TIP_MIST` is unset (0.05 SUI). */
38
- export const DEFAULT_UPLOAD_RELAY_MAX_TIP_MIST = 50_000_000
37
+ /** Default relay tip ceiling (MIST) when `VITE_UPLOAD_RELAY_MAX_TIP_MIST` is unset (0.5 SUI). */
38
+ export const DEFAULT_UPLOAD_RELAY_MAX_TIP_MIST = 500_000_000
39
39
 
40
40
  /**
41
41
  * Cap on the relay tip payment in MIST, from `VITE_UPLOAD_RELAY_MAX_TIP_MIST`. This is a ceiling to