From 43f60435af75a47c4d15fb0a5c2737cc56ceda48 Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Wed, 15 May 2024 22:46:47 +0800 Subject: [PATCH] chore: change `storage` to `ipfs` for xnft --- xnft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnft.json b/xnft.json index 41b4207..4664b31 100644 --- a/xnft.json +++ b/xnft.json @@ -1,7 +1,7 @@ { "name": "SNS Manager (Beta)", "version": "1.1.6", - "storage": "arweave", + "storage": "ipfs", "description": "All-in-one tool for SNS", "longDescription": "Your all-in-one tool for handling Solana Name Service (SNS) domains", "website": "https://github.com/Bonfida/sns-manager",