From ad6be81afb6f1e216512bc7f290fbb4d1c0d8850 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=80=E6=9C=89=E9=93=BE?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84kcc=20testnet?= =?UTF-8?q?=E7=9A=84rpc=20url=E7=9A=84=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/index/DesktopHeader.vue | 1 + src/configs/allchain.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/index/DesktopHeader.vue b/src/components/index/DesktopHeader.vue index 646fbdb..493adef 100644 --- a/src/components/index/DesktopHeader.vue +++ b/src/components/index/DesktopHeader.vue @@ -139,6 +139,7 @@ h1{ } .market-btn{ cursor: pointer; + margin-top: 5px; } } } diff --git a/src/configs/allchain.ts b/src/configs/allchain.ts index eed8f92..5d41bac 100644 --- a/src/configs/allchain.ts +++ b/src/configs/allchain.ts @@ -162,7 +162,7 @@ export const AllChains = [ { name: 'KCC Testnet RPC', type: 'Testnet', - rpc: 'https://scan-testnet.kcc.network', + rpc: 'https://rpc-testnet.kcc.network', id: '322', symbol: 'tKCS', explorerurl: 'https://scan-testnet.kcc.network'