Skip to content

Commit

Permalink
updated battlenet config
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Aug 26, 2024
1 parent 8edb5ff commit 47159da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config/config.battlenet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { NetworkType } from 'types/network.types';

import { getStorageCustomNetworks } from './helpers';
import { allApps, schema } from './sharedConfig';
export * from './sharedConfig';

Expand All @@ -14,7 +16,10 @@ export const networks: NetworkType[] = [
walletAddress: 'https://battlenet-wallet.multiversx.com',
explorerAddress: 'https://battlenet-explorer.multiversx.com',
apiAddress: 'https://express-api-shadowfork-two.elrond.ro'
}
},

// Saved Custom Network Configs
...getStorageCustomNetworks()
];

export const multiversxApps = allApps([
Expand Down

0 comments on commit 47159da

Please sign in to comment.