4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update DGB/RVN to match master

Added trade fees to new-coins since they were not part of the master branch.
This commit is contained in:
QuickMythril 2022-05-07 03:02:34 -04:00
parent f367544498
commit fb6b5d54fa

View File

@ -467,7 +467,8 @@ class TradePortal extends LitElement {
myOfferingOrders: [], myOfferingOrders: [],
openTradeOrders: null, openTradeOrders: null,
tradeOffersSocketCounter: 1, tradeOffersSocketCounter: 1,
coinAmount: this.amountString coinAmount: this.amountString,
tradeFee: "~0.0005"
} }
let ravencoin = { let ravencoin = {
@ -482,7 +483,8 @@ class TradePortal extends LitElement {
myOfferingOrders: [], myOfferingOrders: [],
openTradeOrders: null, openTradeOrders: null,
tradeOffersSocketCounter: 1, tradeOffersSocketCounter: 1,
coinAmount: this.amountString coinAmount: this.amountString,
tradeFee: "~0.006"
} }
this.listedCoins = new Map() this.listedCoins = new Map()