Skip to content

Commit

Permalink
add sublime tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmaxime committed May 18, 2022
1 parent f5e2013 commit b168d6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const COLLECTIONS: { [collectionName: string]: Collection } = {
name: "Sublimes",
contract: "0x116aebbad1c8226c80f9f0cb4e255540a0f7afd9",
},
Isotile: {
name: "Isotile",
contract: "0x31eAa2E93D7AFd237F87F30c0Dbd3aDEB9934f1B",
},
};

const DROPS = [
Expand Down
5 changes: 3 additions & 2 deletions packages/typings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ export type NFT = {
export type NFTs = NFT[];
export type NFTsByCollection = { collectionName: string; assets: NFTs }[];

// API Types

/////////////////
/// API Types ///
/////////////////
export type AssetsOwned = {
nfts: NFTsByCollection;
drips: NFTs;
Expand Down

0 comments on commit b168d6f

Please sign in to comment.