File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { isDefined } from '@xylabs/typeof'
22import type { ProviderFactoryLocator } from '@xyo-network/xl1-sdk'
3- import { buildJsonRpcProviderLocator , SimpleXyoSigner } from '@xyo-network/xl1-sdk'
3+ import {
4+ buildJsonRpcProviderLocator , SimpleXyoGatewayRunner , SimpleXyoSigner ,
5+ } from '@xyo-network/xl1-sdk'
46
57import { getSignerAccount } from './getSignerAccount.ts'
68import { getTransportFactory } from './getTransportFactory.ts'
@@ -18,6 +20,7 @@ export const getLocator = async () => {
1820 // Register the signer with the locator
1921 const account = await getSignerAccount ( )
2022 locator . register ( SimpleXyoSigner . factory < SimpleXyoSigner > ( SimpleXyoSigner . dependencies , { account } ) )
23+ locator . register ( SimpleXyoGatewayRunner . factory < SimpleXyoGatewayRunner > ( SimpleXyoGatewayRunner . dependencies ) )
2124
2225 // Return the locator
2326 return locator
You can’t perform that action at this time.
0 commit comments