export const NFTs = [ { id: "Pudgy Penguin", collection: { contract: "0xbd3531da5cf5857e7cfaa92426877b022e612cf8", standard: "ERC721", }, }, { id: "Kanpai Panda", collection: { contract: "0xacf63e56fd08970b43401492a02f6f38b6635c91", standard: "ERC721", }, }, { id: "Bored Ape Yacht Club", collection: { contract: "0xacf63e56fd08970b43401492a02f6f38b6635c91", standard: "ERC721", }, }, { id: "Imaginary Ones", collection: { contract: "0x716f29b8972d551294d9e02b3eb0fc1107fbf4aa", standard: "ERC721", }, }, ]; // Ethereum NFTs with the special "staxImage" metadata designed to fit the Ledger Stax screen export const NFTs_ETHEREUM_STAX_METADATA = [ { id: "Inspired By Ledger", collection: { contract: "0x0b51eb9d0e54c562fedc07ceba453f05b70c4b79", standard: "ERC1155", }, }, ]; export const NFTs_POLYGON = [ { id: "Crypto Unicorns Market", collection: { contract: "0xdc0479cc5bba033b3e7de9f178607150b3abce1f", standard: "ERC721", }, }, { id: "Chicken Derby", collection: { contract: "0x8634666ba15ada4bbc83b9dbf285f73d9e46e4c2", standard: "ERC721", }, }, { id: "y00ts", collection: { contract: "0x670fd103b1a08628e9557cd66b87ded841115190", standard: "ERC721", }, }, ]; export const NFTs_ARBITRUM = [ { id: "Footium Clubs", collection: { contract: "0xd0a8ba528dfe402d34d34f171e5ff3e65bd4c9d4", standard: "ERC721", }, }, { id: "Booga Beras", collection: { contract: "0x6ba79f573edfe305e7dbd79902bc69436e197834", standard: "ERC721", }, }, ]; export const NFTs_BASE = [ { id: "PrimeApePlanet", collection: { contract: "0xa78e2e6f0add0e9b1a9c17cc929270d9ad89478c", standard: "ERC721", }, }, { id: "The CryptoDads", collection: { contract: "0xB2A0fD738D584B47Bee18DA0f3D7c140bf2d1476", standard: "ERC721", }, }, ]; export const NFTs_OPTIMISM = [ { id: "Optimism Ape Yacht Club", collection: { contract: "0x0deaac29d8a3d4ebbaaa3ecd3cc97c9def00f720", standard: "ERC721", }, }, { id: "Bored Town", collection: { contract: "0x8e56343adafa62dac9c9a8ac8c742851b0fb8b03", standard: "ERC721", }, }, { id: "Apetimism", collection: { contract: "0x51e5426ede4e2d4c2586371372313b5782387222", standard: "ERC721", }, }, ]; export const NFTs_SOLANA = [ { id: "Mad Lads", collection: { contract: "FfqXxHJwnVLMjjyc7RYNPg49urnR67BaboyXoYSwkeQC", standard: "ERC721", }, }, { id: "SMB Gen2", collection: { contract: "HWGwm8ppsSKEB9aWno7DLc1tHD89fQJnmMLHVzAM7vVs", standard: "ERC721", }, }, ];