- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
23 lines
490 B
TypeScript
23 lines
490 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const gobi = /*#__PURE__*/ defineChain({
|
|
id: 1_663,
|
|
name: 'Horizen Gobi Testnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Test ZEN',
|
|
symbol: 'tZEN',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['https://gobi-testnet.horizenlabs.io/ethv1'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Gobi Explorer',
|
|
url: 'https://gobi-explorer.horizen.io',
|
|
},
|
|
},
|
|
contracts: {},
|
|
testnet: true,
|
|
})
|