mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Remove analyticsAPI from config
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user