This commit is contained in:
Aleksandr Kraiz
2023-03-31 17:47:56 +04:00
parent 94e99efd46
commit 8588b55725
103 changed files with 745 additions and 905 deletions

View File

@@ -1,4 +1,4 @@
import { chains, envs } from '../config';
import { chains, envs } from '../config/index.js';
export default function isNetworkCodeInEnvironment(networkCode: string, env: string) {
if (!(env in envs)) {