修正所有链的配置中的kcc testnet的rpc url的配置错误

This commit is contained in:
cebgcontract 2022-03-07 14:03:46 +08:00
parent 9adba76246
commit ad6be81afb
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ h1{
} }
.market-btn{ .market-btn{
cursor: pointer; cursor: pointer;
margin-top: 5px;
} }
} }
} }

View File

@ -162,7 +162,7 @@ export const AllChains = [
{ {
name: 'KCC Testnet RPC', name: 'KCC Testnet RPC',
type: 'Testnet', type: 'Testnet',
rpc: 'https://scan-testnet.kcc.network', rpc: 'https://rpc-testnet.kcc.network',
id: '322', id: '322',
symbol: 'tKCS', symbol: 'tKCS',
explorerurl: 'https://scan-testnet.kcc.network' explorerurl: 'https://scan-testnet.kcc.network'