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.
25 lines
572 B
25 lines
572 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const humanityTestnet = /*#__PURE__*/ defineChain({
|
|
id: 7_080_969,
|
|
name: 'Humanity Testnet',
|
|
nativeCurrency: {
|
|
name: 'tHP',
|
|
symbol: 'tHP',
|
|
decimals: 18,
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.testnet.humanity.org'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Humanity Testnet Explorer',
|
|
url: 'https://humanity-testnet.explorer.alchemy.com',
|
|
apiUrl: 'https://humanity-testnet.explorer.alchemy.com/api',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|