Skip to content

Commit

Permalink
Merge pull request #5223 from swaponline/phi_exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
noxonsu authored Sep 9, 2023
2 parents 8d3a383 + 7a6f431 commit 87e8db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/common/helpers/constants/DEFAULT_CURRENCY_PARAMETERS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export default {
swap: 70 * 1e3,
},
price: {
slow: 100,
normal: 1000,
fast: 2000,
slow: 2, //100,
normal: 2, //1000,
fast: 2, //2000,
},
},
fkw: {
Expand Down
4 changes: 2 additions & 2 deletions src/front/shared/pages/Exchange/QuickSwap/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export const LIQUIDITY_SOURCE_DATA = {
},
[config.evmNetworks.PHI.networkVersion]: {
name: 'PHI Swap',
router: config.swapContract.phi_Router,
factory: config.swapContract.phi_Factory,
router: config.swapContract.phiRouter,
factory: config.swapContract.phiFactory,
},
[config.evmNetworks.FKW.networkVersion]: {
name: 'FKW Swap',
Expand Down

0 comments on commit 87e8db5

Please sign in to comment.