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
506 B
24 lines
506 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const haustTestnet = /*#__PURE__*/ defineChain({
|
|
id: 1_523_903_251,
|
|
name: 'Haust Network Testnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'HAUST',
|
|
symbol: 'HAUST',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc-testnet.haust.app'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Haust Network Testnet Explorer',
|
|
url: 'https://explorer-testnet.haust.app',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|