From a1751ebd2e0790aaced8eefc0b2da78dda85add6 Mon Sep 17 00:00:00 2001 From: bari Date: Mon, 26 Jul 2021 16:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/rpc.js | 2 +- src/views/Session/Login.vue | 16 ++++++++-------- yarn.lock | 26 +++++++++++++++++--------- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/src/plugins/rpc.js b/src/plugins/rpc.js index dcd2f9f..52db1a1 100644 --- a/src/plugins/rpc.js +++ b/src/plugins/rpc.js @@ -13,7 +13,7 @@ class Rpc { ...RPC_DEFAULT_CONFIG, }; this.registry = new TypeRegistry(); - this.ss58Format = 42; + this.ss58Format = 45; this.api = new ApiPromise({ provider: new WsProvider( `${protocol}://${url}${port ? ":" + port : ""}` diff --git a/src/views/Session/Login.vue b/src/views/Session/Login.vue index e1eb108..7142557 100644 --- a/src/views/Session/Login.vue +++ b/src/views/Session/Login.vue @@ -49,12 +49,12 @@ :key="i" @click="selectAccount(v)" > - + + + + + +
{{ v.meta.name }} @@ -98,13 +98,13 @@