Remove analyticsAPI from config

This commit is contained in:
TheJuze
2024-03-13 13:34:18 +03:00
parent 14acef6d14
commit 8dedc46cb5
8 changed files with 3 additions and 15 deletions

View File

@@ -33,7 +33,6 @@ export default class Orion {
}
this.env = envOrConfig;
config = {
analyticsAPI: envConfig.analyticsAPI,
referralAPI: envConfig.referralAPI,
networks: Object.entries(envConfig.networks).map(([chainId, networkConfig]) => {
if (!isValidChainId(chainId)) throw new Error(`Invalid chainId: ${chainId}`);