Skip to content

Commit

Permalink
Restore config for Flyover network and setting up LBC address for tes…
Browse files Browse the repository at this point in the history
…tnet
  • Loading branch information
ronaldsg20 committed Dec 18, 2024
1 parent e3acc89 commit cac59fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging_TestNet_UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VUE_APP_FAST_MINING_BLOCK=1
VUE_APP_AVERAGE_MINING_BLOCK=3
VUE_APP_SLOW_MINING_BLOCK=5
VUE_APP_LBC_ADDRESS='0x18D8212bC00106b93070123f325021C723D503a3'
VUE_APP_LBC_ADDRESS='0xc2A630c053D12D63d32b025082f6Ba268db18300'
VUE_APP_FLYOVER_PEGOUT_QUOTE_DIFF_PERCENTAGE=20
npm run-script build
Expand Down
3 changes: 1 addition & 2 deletions src/common/services/FlyoverService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ export default class FlyoverService {
connectionPromise
.then((connection) => {
this.flyover = new Flyover({
network: 'Development',
rskConnection: connection as BlockchainConnection,
// network: this.flyoverNetwork,
network: this.flyoverNetwork,
captchaTokenResolver: this.tokenResolver.bind(this),
disableChecksum: true,
});
Expand Down

0 comments on commit cac59fa

Please sign in to comment.