Skip to content

Commit

Permalink
Merge pull request #19 from sven-hash/main
Browse files Browse the repository at this point in the history
Proposing to use new nodes
  • Loading branch information
polarker authored Nov 5, 2024
2 parents 44ec44b + f6d5f26 commit ce90495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { ExplorerProvider, NetworkId, NodeProvider, web3 } from '@alephium/web3'
import { useWalletConfig } from '@alephium/web3-react'
import { useEffect, useMemo, useState } from 'react'

const mainnet_node_url = 'https://wallet-v20.mainnet.alephium.org'
const testnet_node_url = 'https://wallet-v20.testnet.alephium.org'
const mainnet_node_url = 'https://node.mainnet.alephium.org'
const testnet_node_url = 'https://node.testnet.alephium.org'
const devnet_node_url = 'http://127.0.0.1:22973'
const mainnet_explorer_backend_url = 'https://backend-v113.mainnet.alephium.org'
const testnet_explorer_backend_url = 'https://backend-v113.testnet.alephium.org'
const mainnet_explorer_backend_url = 'https://backend.mainnet.alephium.org'
const testnet_explorer_backend_url = 'https://backend.mainnet.alephium.org'
const devnet_explorer_backend_url = 'http://127.0.0.1:9090'
const mainnet_explorer_url = 'https://explorer.alephium.org'
const testnet_explorer_url = 'https://testnet.alephium.org'
Expand Down

0 comments on commit ce90495

Please sign in to comment.