@relayprotocol/relay-sdk 6.0.0 → 6.0.1

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.
@@ -7808,7 +7808,7 @@ export declare class RelayClient {
7808
7808
  } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").Transport, import("viem/chains").Chain | undefined, import("viem").Account | undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem/chains").Chain | undefined, import("viem").Account | undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("viem").Transport, import("viem/chains").Chain | undefined, import("viem").Account | undefined, import("viem").WalletRpcSchema, import("viem").WalletActions<import("viem/chains").Chain | undefined, import("viem").Account | undefined>>) => client) => import("viem").Client<import("viem").Transport, import("viem/chains").Chain | undefined, import("viem").Account | undefined, import("viem").WalletRpcSchema, { [K_2 in keyof client]: client[K_2]; } & import("viem").WalletActions<import("viem/chains").Chain | undefined, import("viem").Account | undefined>>;
7809
7809
  }, options?: utils.AdaptViemWalletOptions) => import("./types/AdaptedWallet.js").AdaptedWallet;
7810
7810
  isViemWalletClient: typeof utils.isViemWalletClient;
7811
- convertViemChainToRelayChain: (chain: import("viem/chains").Chain) => RelayChain & Required<Pick<RelayChain, "viemChain">>;
7811
+ convertViemChainToRelayChain: typeof utils.convertViemChainToRelayChain;
7812
7812
  getCurrentStepData: (steps: {
7813
7813
  error?: string | undefined;
7814
7814
  errorData?: any;
@@ -1,5 +1,5 @@
1
1
  import { type Chain } from 'viem';
2
2
  import type { RelayChain, paths } from '../types/index.js';
3
3
  export type RelayAPIChain = Required<NonNullable<paths['/chains']['get']['responses']['200']['content']['application/json']['chains']>['0']>;
4
- export declare const convertViemChainToRelayChain: (chain: Chain) => RelayChain & Required<Pick<RelayChain, 'viemChain'>>;
4
+ export declare function convertViemChainToRelayChain(chain: Chain): RelayChain & Required<Pick<RelayChain, 'viemChain'>>;
5
5
  //# sourceMappingURL=chain.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../../src/utils/chain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,KAAK,EAAE,MAAM,MAAM,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAG1D,MAAM,MAAM,aAAa,GAAG,QAAQ,CAClC,WAAW,CACT,KAAK,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC,QAAQ,CAAC,CACrF,CAAC,GAAG,CAAC,CACP,CAAA;AAED,eAAO,MAAM,4BAA4B,UAChC,KAAK,KACX,UAAU,GAAG,SAAS,KAAK,UAAU,EAAE,WAAW,CAAC,CA4BrD,CAAA"}
1
+ {"version":3,"file":"chain.d.ts","sourceRoot":"","sources":["../../../src/utils/chain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,KAAK,EAAE,MAAM,MAAM,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAG1D,MAAM,MAAM,aAAa,GAAG,QAAQ,CAClC,WAAW,CACT,KAAK,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC,QAAQ,CAAC,CACrF,CAAC,GAAG,CAAC,CACP,CAAA;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,KAAK,GACX,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC,CA4BtD"}
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "6.0.0";
1
+ export declare const SDK_VERSION = "6.0.1";
2
2
  //# sourceMappingURL=version.d.ts.map