We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef42be6 + 7f57d04 commit 6db0952Copy full SHA for 6db0952
.changelog/2144.bugfix.md
@@ -0,0 +1 @@
1
+Fix Explorer link for testnet network
src/config.ts
@@ -71,7 +71,7 @@ export const config: BackendConfig = {
71
[BackendAPIs.Nexus]: {
72
explorer: 'https://testnet.nexus.oasis.io/v1',
73
blockExplorer: 'https://explorer.oasis.io/testnet/consensus/tx/{{txHash}}',
74
- blockExplorerParatimes: 'https://explorer.oasis.io/testnet/{{runtimeId}}/transactions/{{txHash}}',
+ blockExplorerParatimes: 'https://explorer.oasis.io/testnet/{{runtimeId}}/tx/{{txHash}}',
75
blockExplorerAccount: 'https://explorer.oasis.io/testnet/consensus/address/{{address}}',
76
},
77
0 commit comments