- 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
465 B
TypeScript
23 lines
465 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const sidraChain = /*#__PURE__*/ defineChain({
|
|
id: 97_453,
|
|
name: 'Sidra Chain',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Sidra Digital Asset',
|
|
symbol: 'SDA',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://node.sidrachain.com'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Sidra Chain Explorer',
|
|
url: 'https://ledger.sidrachain.com',
|
|
},
|
|
},
|
|
})
|