Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed May 15, 2024
1 parent 1217dd4 commit c22c3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/lib/core/network/tests/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('File: network.ts', () => {
const EXPECTED_NODE_URLS: Readonly<{ [key in StardustNetworkId]?: string[] }> = {
[SupportedNetworkId.Iota]: ['https://api.stardust-mainnet.iotaledger.net', 'https://iota-node.tanglebay.com'],
[SupportedNetworkId.Shimmer]: ['https://api.shimmer.network', 'https://shimmer-node.tanglebay.com'],
[SupportedNetworkId.IotaTestnet]: ['https://api.testnet.iotaledger.net'],
[SupportedNetworkId.Testnet]: ['https://api.testnet.shimmer.network'],
}

Expand Down

0 comments on commit c22c3ec

Please sign in to comment.