- 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>
25 lines
551 B
TypeScript
25 lines
551 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const plinga = /*#__PURE__*/ defineChain({
|
|
id: 242,
|
|
name: 'Plinga',
|
|
nativeCurrency: { name: 'Plinga', symbol: 'PLINGA', decimals: 18 },
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpcurl.mainnet.plgchain.com'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Plgscan',
|
|
url: 'https://www.plgscan.com',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0x0989576160f2e7092908BB9479631b901060b6e4',
|
|
blockCreated: 204489,
|
|
},
|
|
},
|
|
})
|