diff --git a/both/i18n/en-us.i18n.yml b/both/i18n/en-us.i18n.yml index b8de50cd9..99b4947fb 100644 --- a/both/i18n/en-us.i18n.yml +++ b/both/i18n/en-us.i18n.yml @@ -24,8 +24,8 @@ common: retry: 'Retry' rewards: 'Rewards' navbar: - siteName: 'The Big Dipper' - version: 'beta' + siteName: 'BIG DIPPER' + version: '-' validators: 'Validators' blocks: 'Blocks' transactions: 'Transactions' diff --git a/both/i18n/es-es.i18n.yml b/both/i18n/es-es.i18n.yml index b2d1c1c8f..905e8c554 100644 --- a/both/i18n/es-es.i18n.yml +++ b/both/i18n/es-es.i18n.yml @@ -23,8 +23,7 @@ common: cancel: 'Cancelar' retry: 'Reintentar' navbar: - siteName: 'The Big Dipper' - version: 'beta' + siteName: 'BIG DIPPER' validators: 'Validadores' blocks: 'Bloques' transactions: 'Transacciones' diff --git a/both/i18n/it-IT.i18n.yml b/both/i18n/it-IT.i18n.yml index 6b6f823cb..2d12bb8d0 100644 --- a/both/i18n/it-IT.i18n.yml +++ b/both/i18n/it-IT.i18n.yml @@ -24,8 +24,7 @@ common: retry: 'Riprova' rewards: 'Reward' navbar: - siteName: 'The Big Dipper' - version: 'beta' + siteName: 'BIG DIPPER' validators: 'Validatori' blocks: 'Blocchi' transactions: 'Transazioni' diff --git a/both/i18n/pl-PL.i18n.yml b/both/i18n/pl-PL.i18n.yml index 7e36b0e93..02cad4339 100644 --- a/both/i18n/pl-PL.i18n.yml +++ b/both/i18n/pl-PL.i18n.yml @@ -25,7 +25,6 @@ common: rewards: 'Nagrody' navbar: siteName: 'Wielki Wóz' - version: 'beta' validators: 'Walidatorzy' blocks: 'Bloki' transactions: 'Transakcje' diff --git a/both/i18n/pt-BR.i18n.yml b/both/i18n/pt-BR.i18n.yml index 5ab1ede8d..e2a6cb4a7 100644 --- a/both/i18n/pt-BR.i18n.yml +++ b/both/i18n/pt-BR.i18n.yml @@ -24,8 +24,7 @@ common: retry: 'Tentar novamente' rewards: 'Recompensas' navbar: - siteName: 'The Big Dipper' - version: 'beta' + siteName: 'BIG DIPPER' validators: 'Validadores' blocks: 'Blocos' transactions: 'Transações' diff --git a/both/i18n/ru-RU.i18n.yml b/both/i18n/ru-RU.i18n.yml index 8a5e175de..915dbf0ff 100644 --- a/both/i18n/ru-RU.i18n.yml +++ b/both/i18n/ru-RU.i18n.yml @@ -24,8 +24,7 @@ common: retry: 'Повторить попытку' rewards: 'награды' navbar: - siteName: 'The Big Dipper' - version: 'бета' + siteName: 'BIG DIPPER' validators: 'валидаторы' blocks: 'блоки' transactions: 'транзакции' diff --git a/both/i18n/zh-hans.i18n.yml b/both/i18n/zh-hans.i18n.yml index 7406439cf..91623894c 100644 --- a/both/i18n/zh-hans.i18n.yml +++ b/both/i18n/zh-hans.i18n.yml @@ -24,7 +24,6 @@ common: retry: '重试' navbar: siteName: '北斗' - version: 'beta' validators: '验证人' blocks: '区块' transactions: '交易' diff --git a/both/i18n/zh-hant.i18n.yml b/both/i18n/zh-hant.i18n.yml index 0383379d9..93a561274 100644 --- a/both/i18n/zh-hant.i18n.yml +++ b/both/i18n/zh-hant.i18n.yml @@ -24,7 +24,6 @@ common: retry: '重試' navbar: siteName: '北斗' - version: 'beta' validators: '驗證人' blocks: '區塊' transactions: '交易' diff --git a/client/styles.scss b/client/styles.scss index 014de2206..8327b0e26 100644 --- a/client/styles.scss +++ b/client/styles.scss @@ -344,7 +344,7 @@ body { } .progress { - height: inherit !important; + height: 1.5rem !important; font-size: inherit !important; border: 1px solid #ddd !important; } diff --git a/imports/ui/components/Header.jsx b/imports/ui/components/Header.jsx index 35f76a97f..76c4ea99c 100644 --- a/imports/ui/components/Header.jsx +++ b/imports/ui/components/Header.jsx @@ -160,7 +160,7 @@ export default class Header extends Component { let signedInAddress = getUser(); return ( - navbar.siteName navbar.version + navbar.siteName navbar.version {Meteor.settings.public.chainId} {this.state.networks} diff --git a/imports/ui/ledger/LedgerActions.jsx b/imports/ui/ledger/LedgerActions.jsx index 862100ae9..2e9b1ddea 100644 --- a/imports/ui/ledger/LedgerActions.jsx +++ b/imports/ui/ledger/LedgerActions.jsx @@ -127,7 +127,7 @@ const Amount = (props) => { const Fee = (props) => { -return as fee + return as fee } const isActiveValidator = (validator) => { diff --git a/imports/ui/ledger/ledger.js b/imports/ui/ledger/ledger.js index fc2ea8149..9fe32a983 100644 --- a/imports/ui/ledger/ledger.js +++ b/imports/ui/ledger/ledger.js @@ -14,7 +14,7 @@ import CryptoJS from "crypto-js" // TODO: discuss TIMEOUT value const INTERACTION_TIMEOUT = 10000 -const REQUIRED_COSMOS_APP_VERSION = "1.5.0" +const REQUIRED_COSMOS_APP_VERSION = "2.0.0" const DEFAULT_DENOM = 'uatom'; const DEFAULT_GAS = 200000; export const DEFAULT_GAS_PRICE = 0.025; @@ -228,7 +228,7 @@ export class Ledger { // eslint-disable-next-line no-param-reassign unsignedTx.value.fee = { amount: [{ - amount: Math.round(gas * gasPrice).toString(), + amount: Math.ceil(gas * gasPrice).toString(), denom: denom, }], gas: gas.toString(), diff --git a/public/img/big-dipper-icon-light.svg b/public/img/big-dipper-icon-light.svg new file mode 100644 index 000000000..64e1f8c9e --- /dev/null +++ b/public/img/big-dipper-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/big-dipper-logo-light.svg b/public/img/big-dipper-logo-light.svg new file mode 100644 index 000000000..50a644fb0 --- /dev/null +++ b/public/img/big-dipper-logo-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/big-dipper.png b/public/img/big-dipper.png deleted file mode 100644 index 3970be4e9..000000000 Binary files a/public/img/big-dipper.png and /dev/null differ diff --git a/public/img/big-dipper.svg b/public/img/big-dipper.svg deleted file mode 100644 index 36baf87b6..000000000 --- a/public/img/big-dipper.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -