Skip to content

Commit

Permalink
added sentinelhub-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Booyoun-Kim committed Mar 27, 2021
1 parent 63b91d8 commit 84c43cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
case "persistence":
chainId2 = "test-core-1";
break;
case "sent":
chainId2 = "sentinelhub-1";
break;
default:
chainId2 = "";
break;
Expand Down Expand Up @@ -71,6 +74,8 @@
prefix = "akash";
} else if (chainId2.indexOf("test-core-1") != -1) {
prefix = "persistence";
} else if (chainId2.indexOf("sentinel") != -1) {
prefix = "sent";
}

const cosmos = cosmosjs.network(window.lcd, chainId2);
Expand Down

0 comments on commit 84c43cb

Please sign in to comment.