You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
500 B
24 lines
500 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const hashkeyTestnet = /*#__PURE__*/ defineChain({
|
|
id: 133,
|
|
name: 'HashKey Chain Testnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'HashKey EcoPoints',
|
|
symbol: 'HSK',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://testnet.hsk.xyz'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'HashKey Chain Testnet explorer',
|
|
url: 'https://testnet-explorer.hsk.xyz',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|