You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/consts/config.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ interface Config {
18
18
registryUrl: string|undefined;// Optional URL to use a custom registry instead of the published canonical version
19
19
registryBranch?: string|undefined;// Optional customization of the registry branch instead of main
20
20
registryProxyUrl?: string;// Optional URL to use a custom proxy for the GithubRegistry
21
+
showAddRouteButton: boolean;// Show/Hide the add route config icon in the button strip
21
22
showDisabledTokens: boolean;// Show/Hide invalid token options in the selection modal
22
23
showTipBox: boolean;// Show/Hide the blue tip box above the transfer form
23
24
transferBlacklist: string;// comma-separated list of routes between which transfers are disabled. Expects Caip2Id-Caip2Id (e.g. ethereum:1-sealevel:1399811149)
0 commit comments