Skip to content

Commit ee22f40

Browse files
committed
modified readfromsmart contract transaction, prepare-sign-execute transaction actions
1 parent 2b4a1a8 commit ee22f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/overledger/common/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const NETWORK_OPTIONS = {
5050
"Sandbox",
5151
],
5252
};
53-
53+
///unit options to allow for the correct selection based on the location network
5454
export const UNIT_OPTIONS = {
5555
"ethereum": "ETH", // Ethereum's token symbol is ETH
5656
"substrate": "DOT", // Polkadot's token symbol is DOT

components/overledger/overledger.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
_baseUrl() {
1515
return "https://api.overledger.io";
1616
},
17-
//Sanbox base URL
17+
//Sanbox base URL signing - allows for use on non
1818
_sanboxBaseUrl() {
1919
return "https://api.sandbox.overledger.io";
2020
},

0 commit comments

Comments
 (0)