Skip to content

Commit ce90495

Browse files
authored
Merge pull request #19 from sven-hash/main
Proposing to use new nodes
2 parents 44ec44b + f6d5f26 commit ce90495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/utils/utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { ExplorerProvider, NetworkId, NodeProvider, web3 } from '@alephium/web3'
99
import { useWalletConfig } from '@alephium/web3-react'
1010
import { useEffect, useMemo, useState } from 'react'
1111

12-
const mainnet_node_url = 'https://wallet-v20.mainnet.alephium.org'
13-
const testnet_node_url = 'https://wallet-v20.testnet.alephium.org'
12+
const mainnet_node_url = 'https://node.mainnet.alephium.org'
13+
const testnet_node_url = 'https://node.testnet.alephium.org'
1414
const devnet_node_url = 'http://127.0.0.1:22973'
15-
const mainnet_explorer_backend_url = 'https://backend-v113.mainnet.alephium.org'
16-
const testnet_explorer_backend_url = 'https://backend-v113.testnet.alephium.org'
15+
const mainnet_explorer_backend_url = 'https://backend.mainnet.alephium.org'
16+
const testnet_explorer_backend_url = 'https://backend.mainnet.alephium.org'
1717
const devnet_explorer_backend_url = 'http://127.0.0.1:9090'
1818
const mainnet_explorer_url = 'https://explorer.alephium.org'
1919
const testnet_explorer_url = 'https://testnet.alephium.org'

0 commit comments

Comments
 (0)