Browse Source

fix manifestUrl

master
Aleksandr Bautin 9 months ago
parent
commit
bb8500204e
No known key found for this signature in database
GPG Key ID: 9B3364A12DFE9211
  1. 2
      src/main.ts

2
src/main.ts

@ -20,7 +20,7 @@ class State {
constructor() {
this.connector = new TonConnect({
manifestUrl: "https://front.agorata.io/tonconnect-manifest.json",
manifestUrl: "https://agorata.io/tonconnect-manifest.json",
});
this.initialization = this.initialize();
}

Loading…
Cancel
Save