Skip to content

Commit

Permalink
updated walrus api
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavvvvv committed Nov 15, 2024
1 parent 90a9ae1 commit 3f0986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/walrus/SaveToWalrusButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SaveToWalrusButton: React.FC<SaveToWalrusButtonProps> = ({ configFile, vpn
try {
// Save to Walrus
const walrusResponse = await axios.put(
'https://publisher-devnet.walrus.space/v1/store',
'https://publisher.walrus-testnet.walrus.space',
configFile,
{
params: { epochs: 5 },
Expand Down

0 comments on commit 3f0986e

Please sign in to comment.