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

@@ -2,7 +2,6 @@
```ts
const orion = new Orion({
analyticsAPI: "https://analytics-api.orionprotocol.io",
referralAPI: "https://referral-api.orionprotocol.io",
networks: {
1: {
@@ -26,7 +25,6 @@ const orion = new Orion({
// Also you can set some config as default and override it for some params
const orion = new Orion("testing", {
analyticsAPI: "https://asdasd.orionprotocol.io",
networks: {
[SupportedChainId.BSC_TESTNET]: {
nodeJsonRpc: "https://data-seed-prebsc-1-s1.binance.org:8545/",