File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " Static files for gearbox services" ,
55 "main" : " ./lib/index.js" ,
66 "types" : " ./lib/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "types" : " ./lib/index.d.ts" ,
10+ "default" : " ./lib/index.js"
11+ },
12+ "./static" : {
13+ "types" : " ./lib/static/index.d.ts" ,
14+ "default" : " ./lib/static/index.js"
15+ }
16+ },
717 "files" : [
818 " lib"
919 ],
Original file line number Diff line number Diff line change @@ -40,7 +40,4 @@ export * from "./social/discord";
4040export * from "./social/github" ;
4141export * from "./social/telegram" ;
4242export * from "./social/twitter" ;
43-
44- export const STATIC_SERVER = "https://static.gearbox.finance" ;
45-
46- export const getStatic = ( url : string ) => `${ STATIC_SERVER } ${ url } ` ;
43+ export * from "./static" ;
Original file line number Diff line number Diff line change 1+ export const STATIC_SERVER = "https://static.gearbox.finance" ;
2+
3+ export const getStatic = ( url : string ) => `${ STATIC_SERVER } ${ url } ` ;
You can’t perform that action at this time.
0 commit comments