mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
Collexction data
This commit is contained in:
parent
bb892b0807
commit
bc183ea8a4
@ -38,12 +38,12 @@ app.get( '/api/rocketeer/:id', async ( req, res ) => {
|
|||||||
// ///////////////////////////////
|
// ///////////////////////////////
|
||||||
app.get( '/api/collection', async ( req, res ) => res.json( {
|
app.get( '/api/collection', async ( req, res ) => res.json( {
|
||||||
totalSupply: await getTotalSupply( 'mainnet' ).catch( f => 'error' ),
|
totalSupply: await getTotalSupply( 'mainnet' ).catch( f => 'error' ),
|
||||||
description: "A testnet collection",
|
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,
|
external_url: web2domain,
|
||||||
image: "https://rocketeer.web.app/assets/draft-rocketeer.png",
|
image: "https://rocketeer.web.app/assets/draft-rocketeer.png",
|
||||||
name: `Rocketeer collection`,
|
name: `Rocketeer collection`,
|
||||||
seller_fee_basis_points: 0,
|
seller_fee_basis_points: 500,
|
||||||
fee_recipient: "0x0"
|
fee_recipient: "0x7DBF6820D32cFBd5D656bf9BFf0deF229B37cF0E"
|
||||||
} ) )
|
} ) )
|
||||||
|
|
||||||
module.exports = app
|
module.exports = app
|
@ -36,7 +36,7 @@ app.get( '/testnetapi/rocketeer/:id', async ( req, res ) => {
|
|||||||
// Collection data
|
// Collection data
|
||||||
app.get( '/testnetapi/collection', async ( req, res ) => res.json( {
|
app.get( '/testnetapi/collection', async ( req, res ) => res.json( {
|
||||||
totalSupply: await getTotalSupply( 'rinkeby' ).catch( f => 'error' ),
|
totalSupply: await getTotalSupply( 'rinkeby' ).catch( f => 'error' ),
|
||||||
description: "A testnet collection",
|
description: "A testnet collection.\n\nTesting newlines.\n\nAnd emoji 😎.\n\nAlso: urls; https://rocketeer.fans/",
|
||||||
external_url: web2domain,
|
external_url: web2domain,
|
||||||
image: "https://rocketeer.fans/assets/draft-rocketeer.png",
|
image: "https://rocketeer.fans/assets/draft-rocketeer.png",
|
||||||
name: `Rocketeer collection`,
|
name: `Rocketeer collection`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user