File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ import * as trepa from "./trepa";
286286import * as triad from "./triad" ;
287287import * as tribeca from "./tribeca" ;
288288import * as trojan from "./trojan" ;
289+ import * as trove from "./trove" ;
289290import * as trustfun from "./trustfun" ;
290291import * as tuktuk from "./tuktuk" ;
291292import * as tulip from "./tulip" ;
@@ -595,6 +596,7 @@ export const platforms: PlatformRaw[] = [
595596 triad . platform ,
596597 tribeca . platform ,
597598 trojan . platform ,
599+ trove . platform ,
598600 trustfun . platform ,
599601 tuktuk . platform ,
600602 tulip . platform ,
@@ -905,6 +907,7 @@ export const services: ServiceRaw[] = [
905907 ...triad . services ,
906908 ...tribeca . services ,
907909 ...trojan . services ,
910+ ...trove . services ,
908911 ...trustfun . services ,
909912 ...tuktuk . services ,
910913 ...tulip . services ,
You can’t perform that action at this time.
0 commit comments