Skip to content

Commit f6d5f26

Browse files
authored
remove leading /
1 parent f2d6473 commit f6d5f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { useEffect, useMemo, useState } from 'react'
1212
const mainnet_node_url = 'https://node.mainnet.alephium.org'
1313
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.mainnet.alephium.org/'
16-
const testnet_explorer_backend_url = 'https://backend.mainnet.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)