Skip to content

Commit

Permalink
Update chain abstraction hub api
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 26, 2024
1 parent f793951 commit fabcbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/assets/js-code/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
dotinsights.Helpers = {
getApiEndpointUrl: ( endpoint ) => {
if ( 'dotinsights.subwallet.app' === window.location.host ) {
return 'https://dotinsights-be.subwallet.app/api/%%endpoint%%'.replace( '%%endpoint%%', endpoint );
return 'https://chain-abstraction-api.koni.studio/api/%%endpoint%%'.replace( '%%endpoint%%', endpoint );
}

return 'https://dotinsights-be-test.subwallet.app/api/%%endpoint%%'.replace( '%%endpoint%%', endpoint );
return 'https://chain-abstraction-api.koni.studio/api/%%endpoint%%'.replace( '%%endpoint%%', endpoint );
},

getScrollbarWidth: () => {
Expand Down

0 comments on commit fabcbf0

Please sign in to comment.