This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from reservoirprotocol/main
Merge main
- Loading branch information
Showing
4 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export const fetchToken = async (chainId, { contract, tokenId }) => { | ||
return { | ||
contract, | ||
tokenId, | ||
collection: contract.toLowerCase(), | ||
slug: "bridge-to-base", | ||
name: `Bridge to Base ${tokenId}`, | ||
description: | ||
"Base is for everyone, everywhere. Bridge to Base to join us as the journey begins.\\n\\nThis NFT commemorates you being early — you’re one of the first to teleport into the next generation of the internet as we work to bring billions of people onchain.\\n\\nIt’s Onchain Summer and we’re excited to celebrate with you.", | ||
imageUrl: | ||
"https://lh3.googleusercontent.com/CsTRDND79fhWyy0icODaBNmUANFQlDPTmFekuJTkFV7U27BtsMtO-iabwbibkntLumFOSzWeJGCFXLNEw0lZH-ZU-WlID1jdVA", | ||
mediaUrl: null, | ||
attributes: [ | ||
{ | ||
key: "number", | ||
value: `${tokenId}`, | ||
kind: "string", | ||
rank: 1, | ||
}, | ||
{ | ||
key: "name", | ||
value: "Bridge to Base", | ||
kind: "string", | ||
rank: 1, | ||
}, | ||
], | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters