diff --git a/package.json b/package.json index a18dc9d..2025753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verto-cache-interface", - "version": "1.2.0", + "version": "1.2.1", "description": "A communication package with Verto Cache System", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/constants.ts b/src/constants.ts index 4318b65..061b525 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,6 +2,6 @@ export class CacheInterfaceConstants { public static readonly COMMUNITY_CONTRACT: string = 't9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE' public static readonly CONTRACT_CDN: string = 'https://storage.googleapis.com/verto-exchange-contracts'; - public static readonly CACHE_API: string = 'https://verto-328413.uc.r.appspot.com' + public static CACHE_API: string = 'https://verto-328413.uc.r.appspot.com' } diff --git a/src/index.ts b/src/index.ts index 5d4fc22..6815a57 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,3 +31,4 @@ export * from './calls/fetch-artwork-metadata'; export * from './calls/fetch-token-by-id'; export * from './calls/fetch-paginated'; export * from './hooks/cache-contract-hook'; +export * from './constants';