- 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>
24 lines
454 B
TypeScript
24 lines
454 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const adi = /*#__PURE__*/ defineChain({
|
|
id: 36900,
|
|
name: 'ADI_Chain',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'ADI',
|
|
symbol: 'ADI',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.adifoundation.ai'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'ADI Explorer',
|
|
url: 'https://explorer.adifoundation.ai',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|