Skip to content

Commit

Permalink
bifrost subscan hostname update
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jun 21, 2022
1 parent 09ab75f commit 5ea207e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/service/apiAssets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ class ApiAssets {
Map res = await apiRoot.subScan.fetchTransfersAsync(
acc.address,
page,
network: apiRoot.plugin.basic.name,
network: apiRoot.plugin.basic.name == 'bifrost'
? 'bifrost-kusama'
: apiRoot.plugin.basic.name,
);

if (page == 0) {
Expand Down

0 comments on commit 5ea207e

Please sign in to comment.