-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update shimmer and iota nodes (#7526)
* chore: update shimmer and iota nodes * chore: add tanglebay node * fix tests --------- Co-authored-by: cpl121 <[email protected]>
- Loading branch information
1 parent
0411169
commit a626c50
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/shared/lib/core/network/constants/official-node-urls.constant.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import { NetworkId } from '../enums' | ||
|
||
export const OFFICIAL_NODE_URLS: Readonly<{ [key in NetworkId]?: string[] }> = { | ||
[NetworkId.Iota]: ['https://api.stardust-mainnet.iotaledger.net:8443'], | ||
[NetworkId.Iota]: ['https://api.stardust-mainnet.iotaledger.net', 'https://iota-node.tanglebay.com'], | ||
[NetworkId.IotaAlphanet]: ['https://api.iota-alphanet.iotaledger.net'], | ||
[NetworkId.Shimmer]: ['https://api.shimmer.network'], | ||
[NetworkId.Shimmer]: ['https://api.shimmer.network', 'https://shimmer-node.tanglebay.com'], | ||
[NetworkId.Testnet]: ['https://api.testnet.shimmer.network'], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters