File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
packages/networks/src/networks/vNaga/envs Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,3 @@ export class NagaDevEnvironment extends BaseNetworkEnvironment<
5656
5757// Create singleton instance
5858export const nagaDevEnvironment = new NagaDevEnvironment ( ) ;
59-
60- // Export the config for backward compatibility
61- export const networkConfig = nagaDevEnvironment . getConfig ( ) ;
62- export type NagaDevNetworkConfig = typeof networkConfig ;
Original file line number Diff line number Diff line change @@ -63,7 +63,3 @@ export class NagaLocalEnvironment extends BaseNetworkEnvironment<
6363
6464// Create singleton instance
6565export const nagaLocalEnvironment = new NagaLocalEnvironment ( ) ;
66-
67- // Export the config for backward compatibility
68- export const networkConfig = nagaLocalEnvironment . getConfig ( ) ;
69- export type NagaLocalNetworkConfig = typeof networkConfig ;
Original file line number Diff line number Diff line change @@ -56,7 +56,3 @@ export class NagaStagingEnvironment extends BaseNetworkEnvironment<
5656
5757// Create singleton instance
5858export const nagaStagingEnvironment = new NagaStagingEnvironment ( ) ;
59-
60- // Export the config for backward compatibility
61- export const networkConfig = nagaStagingEnvironment . getConfig ( ) ;
62- export type NagaStagingNetworkConfig = typeof networkConfig ;
Original file line number Diff line number Diff line change @@ -56,7 +56,3 @@ export class NagaTestEnvironment extends BaseNetworkEnvironment<
5656
5757// Create singleton instance
5858export const nagaTestEnvironment = new NagaTestEnvironment ( ) ;
59-
60- // Export the config for backward compatibility
61- export const networkConfig = nagaTestEnvironment . getConfig ( ) ;
62- export type NagaTestNetworkConfig = typeof networkConfig ;
You can’t perform that action at this time.
0 commit comments