Skip to content

Commit 579ccf1

Browse files
committed
upgraded overledger urls sandbox and production to new .dev urls, changed polygon network option from mumbai to amoy
1 parent aee142a commit 579ccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/overledger/overledger.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
},
2828
_getBaseUrl(environment) { //conditional for environment url selection.
2929
return environment === "sandbox"
30-
? "https://api.staging.overledger.dev"
30+
? "https://api.sandbox.overledger.dev"
3131
: "https://api.overledger.dev";
3232
},
3333
_makeRequest({

0 commit comments

Comments
 (0)