Reduce the amount of assets that should be sent to agorise as a network fee when sending transactions using Bitsy.
This commit is contained in:
parent
7165df42cb
commit
7f10c931a4
1 changed files with 18 additions and 18 deletions
|
@ -39,24 +39,24 @@ object Constants {
|
|||
"1.3.121", // USD
|
||||
"1.3.1325", // RUBLE
|
||||
"1.3.120", // EUR
|
||||
"1.3.103", // BTC
|
||||
"1.3.109", // HKD
|
||||
"1.3.119", // JPY
|
||||
"1.3.102", // KRW
|
||||
"1.3.106", // GOLD
|
||||
"1.3.105", // SILVER
|
||||
"1.3.118", // GBP
|
||||
"1.3.115", // CAD
|
||||
"1.3.1017", // ARS
|
||||
"1.3.114", // MXN
|
||||
"1.3.111", // SEK
|
||||
"1.3.117", // AUD
|
||||
"1.3.116", // CHF
|
||||
"1.3.112", // NZD
|
||||
"1.3.110", // RUB
|
||||
"1.3.2650", // XCD
|
||||
"1.3.107", // TRY
|
||||
"1.3.108" // SGD
|
||||
"1.3.103" // BTC
|
||||
// "1.3.109", // HKD
|
||||
// "1.3.119", // JPY
|
||||
// "1.3.102", // KRW
|
||||
// "1.3.106", // GOLD
|
||||
// "1.3.105", // SILVER
|
||||
// "1.3.118", // GBP
|
||||
// "1.3.115", // CAD
|
||||
// "1.3.1017", // ARS
|
||||
// "1.3.114", // MXN
|
||||
// "1.3.111", // SEK
|
||||
// "1.3.117", // AUD
|
||||
// "1.3.116", // CHF
|
||||
// "1.3.112", // NZD
|
||||
// "1.3.110", // RUB
|
||||
// "1.3.2650", // XCD
|
||||
// "1.3.107", // TRY
|
||||
// "1.3.108" // SGD
|
||||
)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue