File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -595,6 +595,8 @@ assert(executeOrder === "ORDER_SENT");
595
595
import { CacheInterfaceConstants } from " verto-cache-interface" ;
596
596
597
597
CacheInterfaceConstants .CACHE_API = " http://localhost" ;
598
+ CacheInterfaceConstants .COMMUNITY_CONTRACT = " [id]" ;
599
+ CacheInterfaceConstants .CONTRACT_CDN = " https://storage.googleapis.com/contracts" ;
598
600
599
601
render ();
600
602
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " verto-cache-interface" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
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 1
1
export class CacheInterfaceConstants {
2
2
3
- public static readonly COMMUNITY_CONTRACT : string = 't9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE'
4
- public static readonly CONTRACT_CDN : string = 'https://storage.googleapis.com/verto-exchange-contracts' ;
3
+ public static COMMUNITY_CONTRACT : string = 't9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE'
4
+ public static CONTRACT_CDN : string = 'https://storage.googleapis.com/verto-exchange-contracts' ;
5
5
public static CACHE_API : string = 'https://verto-328413.uc.r.appspot.com'
6
6
7
7
}
You can’t perform that action at this time.
0 commit comments