Skip to content

Commit

Permalink
chore: change to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyouxin committed Jun 29, 2022
1 parent c2455fc commit 2ca4d75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/light-godwoken/constants/configManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { writeStorage } from "@rehooks/local-storage";
import { GodwokenVersion } from "./configTypes";

export function getPredefinedConfig(): LightGodwokenConfigMap {
let config = isMainnet ? predefined_mainnet : predefined_testnet;
return config;
return isMainnet ? predefined_mainnet : predefined_testnet;
}

export function initConfig(env: GodwokenVersion, lightGodwokenConfig?: LightGodwokenConfigMap): LightGodwokenConfig {
Expand Down

0 comments on commit 2ca4d75

Please sign in to comment.