@swapkit/core 1.0.0-rc.110 → 1.0.0-rc.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -228,6 +228,7 @@ export declare class SwapKitCore<T = ""> {
228
228
  registerThorname: ({ assetValue, ...param }: ThornameRegisterParam & {
229
229
  assetValue: AssetValue;
230
230
  }) => Promise<string>;
231
+ registerMayaname: ({ assetValue, ...param }: any) => Promise<string>;
231
232
  extend: ({ wallets, config, apis, rpcUrls }: ExtendParams<T>) => void;
232
233
  estimateMaxSendableAmount: ({ chain, params, }: {
233
234
  chain: Chain;