Skip to content

Commit b168d6f

Browse files
committed
add sublime tag
1 parent f5e2013 commit b168d6f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/server/src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const COLLECTIONS: { [collectionName: string]: Collection } = {
2828
name: "Sublimes",
2929
contract: "0x116aebbad1c8226c80f9f0cb4e255540a0f7afd9",
3030
},
31+
Isotile: {
32+
name: "Isotile",
33+
contract: "0x31eAa2E93D7AFd237F87F30c0Dbd3aDEB9934f1B",
34+
},
3135
};
3236

3337
const DROPS = [

packages/typings/index.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ export type NFT = {
99
export type NFTs = NFT[];
1010
export type NFTsByCollection = { collectionName: string; assets: NFTs }[];
1111

12-
// API Types
13-
12+
/////////////////
13+
/// API Types ///
14+
/////////////////
1415
export type AssetsOwned = {
1516
nfts: NFTsByCollection;
1617
drips: NFTs;

0 commit comments

Comments
 (0)