@skip-go/client 0.16.8 → 0.16.10

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
@@ -2090,6 +2090,7 @@ declare class SkipClient {
2090
2090
  asset: FeeAsset;
2091
2091
  fee: StdFee;
2092
2092
  }>;
2093
+ getMainnetAndTestnetChains(): Promise<Chain[]>;
2093
2094
  validateUserAddresses(userAddresses: UserAddress[]): Promise<boolean>;
2094
2095
  }
2095
2096
  /**