- 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>
20 lines
469 B
TypeScript
20 lines
469 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const mekong = /*#__PURE__*/ defineChain({
|
|
id: 7078815900,
|
|
name: 'Mekong Pectra Devnet',
|
|
nativeCurrency: { name: 'eth', symbol: 'eth', decimals: 18 },
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.mekong.ethpandaops.io'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Block Explorer',
|
|
url: 'https://explorer.mekong.ethpandaops.io',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|