diff --git a/env.json b/env.json index a8ea1fac5..5cf207ee3 100644 --- a/env.json +++ b/env.json @@ -18,7 +18,7 @@ }, "SUBQUERY_ENDPOINT": "https://api.subquery.network/sq/sora-xor/sora-prod", "SUBSQUID_ENDPOINT": "", - "TG_BOT_URL": "t.me/polkaswap_io_bot", + "TG_BOT_URL": "https://t.me/polkaswap_io_bot", "DEFAULT_NETWORKS": [ { "chain": "SORA", diff --git a/package.json b/package.json index 78bbe1789..d4acb6d59 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@cedelabs/widgets-universal": "^1.3.1", "@metamask/detect-provider": "^2.0.0", - "@soramitsu/soraneo-wallet-web": "1.39.10", + "@soramitsu/soraneo-wallet-web": "1.39.11", "@walletconnect/ethereum-provider": "^2.13.3", "@walletconnect/modal": "^2.6.2", "core-js": "^3.37.1", diff --git a/public/env.json b/public/env.json index 16c8443c8..626900b06 100644 --- a/public/env.json +++ b/public/env.json @@ -17,7 +17,7 @@ "assetOwner": false }, "FAUCET_URL": "https://faucet.dev.sora2.tachi.soramitsu.co.jp/", - "TG_BOT_URL": "t.me/PolkaswapDevBot", + "TG_BOT_URL": "https://t.me/PolkaswapDevBot", "DEFAULT_NETWORKS": [ { "chain": "SORA-dev Testnet #1", diff --git a/src/components/App/Settings/Node/NodeInfo.vue b/src/components/App/Settings/Node/NodeInfo.vue index ea8ce8fa6..f41e0c1b6 100644 --- a/src/components/App/Settings/Node/NodeInfo.vue +++ b/src/components/App/Settings/Node/NodeInfo.vue @@ -40,7 +40,7 @@ - + {{ t('selectNodeDialog.howToSetupOwnNode') }} @@ -219,12 +214,6 @@ export default class NodeInfo extends Mixins(TranslationMixin) {