Skip to content

Commit 6db0952

Browse files
authored
Merge pull request #2144 from oasisprotocol/mz/txLinkFix
Fix Explorer link for testnet network
2 parents ef42be6 + 7f57d04 commit 6db0952

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/2144.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix Explorer link for testnet network

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const config: BackendConfig = {
7171
[BackendAPIs.Nexus]: {
7272
explorer: 'https://testnet.nexus.oasis.io/v1',
7373
blockExplorer: 'https://explorer.oasis.io/testnet/consensus/tx/{{txHash}}',
74-
blockExplorerParatimes: 'https://explorer.oasis.io/testnet/{{runtimeId}}/transactions/{{txHash}}',
74+
blockExplorerParatimes: 'https://explorer.oasis.io/testnet/{{runtimeId}}/tx/{{txHash}}',
7575
blockExplorerAccount: 'https://explorer.oasis.io/testnet/consensus/address/{{address}}',
7676
},
7777
},

0 commit comments

Comments
 (0)