forked from Qortal/qortal-ui
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:
parent
f367544498
commit
fb6b5d54fa
@ -467,7 +467,8 @@ class TradePortal extends LitElement {
|
||||
myOfferingOrders: [],
|
||||
openTradeOrders: null,
|
||||
tradeOffersSocketCounter: 1,
|
||||
coinAmount: this.amountString
|
||||
coinAmount: this.amountString,
|
||||
tradeFee: "~0.0005"
|
||||
}
|
||||
|
||||
let ravencoin = {
|
||||
@ -482,7 +483,8 @@ class TradePortal extends LitElement {
|
||||
myOfferingOrders: [],
|
||||
openTradeOrders: null,
|
||||
tradeOffersSocketCounter: 1,
|
||||
coinAmount: this.amountString
|
||||
coinAmount: this.amountString,
|
||||
tradeFee: "~0.006"
|
||||
}
|
||||
|
||||
this.listedCoins = new Map()
|
||||
|
Loading…
x
Reference in New Issue
Block a user