Skip to content

Commit b755ffa

Browse files
authored
Merge pull request #2106 from oasisprotocol/mz/fixScanTestnet
Fix Oasis Scan V2 testnet API url
2 parents 59a84ea + 273fcf2 commit b755ffa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.changelog/2106.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix Oasis Scan V2 testnet API url

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const config: BackendConfig = {
7676
blockExplorerAccount: 'https://testnet.oasisscan.com/accounts/detail/{{address}}',
7777
},
7878
[BackendAPIs.OasisScanV2]: {
79-
explorer: 'https://api.oasisscan.com/testnet',
79+
explorer: 'https://api.oasisscan.com/v2/testnet',
8080
blockExplorer: 'https://testnet.oasisscan.com/transactions/{{txHash}}',
8181
blockExplorerParatimes:
8282
'https://testnet.oasisscan.com/paratimes/transactions/{{txHash}}?runtime={{runtimeId}}',

0 commit comments

Comments
 (0)