Merge remote-tracking branch 'refs/remotes/origin/main' into generateSwapCallData-fix

# Conflicts:
#	package.json
This commit is contained in:
TheJuze
2024-05-15 16:08:44 +03:00
10 changed files with 131 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import Exchange from './Exchange/index.js';
import { chains, envs } from '../config';
import type { networkCodes } from '../constants/index.js';
import { IndexerService } from '../services/Indexer';
import Pmm from "./Pmm";
import Pmm from './Pmm';
type KnownConfig = {
env: KnownEnv
@@ -90,7 +90,7 @@ export default class Unit {
},
indexer: {
api: networkConfig.api + networkConfig.services.indexer?.http,
},
}
},
};
} else {