- 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>
22 lines
499 B
TypeScript
22 lines
499 B
TypeScript
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const westendAssetHub = /*#__PURE__*/ defineChain({
|
|
id: 420_420_421,
|
|
name: 'Westend Asset Hub',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Westies',
|
|
symbol: 'WND',
|
|
},
|
|
rpcUrls: {
|
|
default: { http: ['https://westend-asset-hub-eth-rpc.polkadot.io'] },
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'subscan',
|
|
url: 'https://westend-asset-hub-eth-explorer.parity.io',
|
|
},
|
|
},
|
|
testnet: true,
|
|
})
|