Skip to content

Commit

Permalink
Cherry pick commits from master (#807)
Browse files Browse the repository at this point in the history
* Fix Subquery endpoint (#762)

* Update AppHeader.vue

* Update Jenkinsfile

* Update bridge contract for mainnet (#802)

Co-authored-by: Nikita Polyakov <[email protected]>
  • Loading branch information
stefashkaa and Nikita-Polyakov authored Oct 6, 2022
1 parent 101bb15 commit 5dcd5ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def pipeline = new org.js.AppPipeline(steps: this,
buildDockerImage: 'docker.soramitsu.co.jp/build-tools/node:14-ubuntu-extended',
dockerRegistryCred: 'bot-polkaswap-rw',
buildEnvironment: buildEnvironment,
sonarProjectName: 'polkaswap-exchange-web',
sonarProjectKey: 'jp.co.soramitsu:polkaswap-exchange-web',
secretScannerExclusion: 'Jenkinsfile-UCAN',
copyStaticToBranch: true,
copyToBranches: ['fleek-pre', 'fleek'],
Expand Down
4 changes: 2 additions & 2 deletions env.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"moonpay": true,
"charts": false
},
"SUBQUERY_ENDPOINT": "https://api.subquery.network/sq/sora-xor/sora",
"SUBQUERY_ENDPOINT": "https://subquery.q1.sora2.soramitsu.co.jp",
"DEFAULT_NETWORKS": [
{
"chain": "SORA",
Expand Down Expand Up @@ -49,7 +49,7 @@
"MASTER": "0xd1eeb2f30016fffd746233ee12c486e7ca8efef1"
},
"OTHER": {
"MASTER": "0x1485e9852ac841b52ed44d573036429504f4f602"
"MASTER": "0x6F984C337aD5b7C2084805042AE942cef462e3ff"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/components/App/Header/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ export default class AppHeader extends Mixins(WalletConnectMixin, NodeErrorMixin
}
}
// TODO: Check for moonpay=false, seems like an issue
// margin-left: auto;
@include desktop {
margin-left: auto;
}
Expand Down

0 comments on commit 5dcd5ac

Please sign in to comment.