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 1
1
{
2
2
"name" : " verto-cache-interface" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " A communication package with Verto Cache System" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ export class CacheInterfaceConstants {
2
2
3
3
public static readonly COMMUNITY_CONTRACT : string = 't9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE'
4
4
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'
6
6
7
7
}
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ export * from './calls/fetch-artwork-metadata';
31
31
export * from './calls/fetch-token-by-id' ;
32
32
export * from './calls/fetch-paginated' ;
33
33
export * from './hooks/cache-contract-hook' ;
34
+ export * from './constants' ;
You can’t perform that action at this time.
0 commit comments