- 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>
29 lines
530 B
TypeScript
29 lines
530 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const ql1 = /*#__PURE__*/ defineChain({
|
|
id: 766,
|
|
name: 'QL1',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'QOM',
|
|
symbol: 'QOM',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.qom.one'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Ql1 Explorer',
|
|
url: 'https://scan.qom.one',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0x7A52370716ea730585884F5BDB0f6E60C39b8C64',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|