File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " verto-cache-interface" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " A communication package with Verto Cache System" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ export class CacheInterfaceConstants {
22
33 public static readonly COMMUNITY_CONTRACT : string = 't9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE'
44 public static readonly CONTRACT_CDN : string = 'https://storage.googleapis.com/verto-exchange-contracts' ;
5- public static readonly CACHE_API : string = 'https://verto-328413.uc.r.appspot.com'
5+ public static CACHE_API : string = 'https://verto-328413.uc.r.appspot.com'
66
77}
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ export * from './calls/fetch-artwork-metadata';
3131export * from './calls/fetch-token-by-id' ;
3232export * from './calls/fetch-paginated' ;
3333export * from './hooks/cache-contract-hook' ;
34+ export * from './constants' ;
You can’t perform that action at this time.
0 commit comments