From e6881bad94c59c94e0a59a5c586a934c48435dc4 Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Sat, 30 Oct 2021 17:14:01 +0200 Subject: [PATCH] Fix collection metadata --- functions/modules/mainnet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/modules/mainnet.js b/functions/modules/mainnet.js index 6dccf80..f7ec1c6 100644 --- a/functions/modules/mainnet.js +++ b/functions/modules/mainnet.js @@ -40,8 +40,8 @@ app.get( '/api/rocketeer', async ( req, res ) => res.json( { totalSupply: await getTotalSupply( 'mainnet' ).catch( f => 'error' ), description: '"Moon boots touch the earth. Visored faces tilt upward. Their sole thought is wen." ~ Rocketeer Haiku\n\nThe Rocketeer NFT collection is inspired by the undying patience and excited optimism of the Rocket Pool and ETH2 staking communites.\n\nJoin us at https://rocketeer.fans/', external_url: web2domain, - image: "https://rocketeer.web.app/assets/draft-rocketeer.png", - name: `Rocketeer collection`, + image: "https://rocketeer.fans/assets/draft-rocketeer.png", + name: `Rocketeer NFT`, seller_fee_basis_points: 500, fee_recipient: "0x7DBF6820D32cFBd5D656bf9BFf0deF229B37cF0E" } ) )