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.
1 parent 2b4a1a8 commit ee22f40Copy full SHA for ee22f40
components/overledger/common/constants.mjs
@@ -50,7 +50,7 @@ export const NETWORK_OPTIONS = {
50
"Sandbox",
51
],
52
};
53
-
+///unit options to allow for the correct selection based on the location network
54
export const UNIT_OPTIONS = {
55
"ethereum": "ETH", // Ethereum's token symbol is ETH
56
"substrate": "DOT", // Polkadot's token symbol is DOT
components/overledger/overledger.app.mjs
@@ -14,7 +14,7 @@ export default {
14
_baseUrl() {
15
return "https://api.overledger.io";
16
},
17
- //Sanbox base URL
+ //Sanbox base URL signing - allows for use on non
18
_sanboxBaseUrl() {
19
return "https://api.sandbox.overledger.io";
20
0 commit comments