Skip to content

Commit 79cebb1

Browse files
committed
Cache api url should not be readonly
1 parent 8df1c28 commit 79cebb1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ export * from './calls/fetch-artwork-metadata';
3131
export * from './calls/fetch-token-by-id';
3232
export * from './calls/fetch-paginated';
3333
export * from './hooks/cache-contract-hook';
34+
export * from './constants';

0 commit comments

Comments
 (0)