@openocean.finance/wallet 0.3.8 → 0.4.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @name BaseChain
3
- * @author openocean
3
+ * @author gen
4
4
  * @date 2022/3/3
5
5
  * @desc
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @name EthChain
3
- * @author openocean
3
+ * @author gen
4
4
  * @date 2021/4/21
5
5
  * @desc
6
6
  */
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @name BaseWallet
3
- * @author openocean
3
+ * @author gen
4
4
  * @date 2021/4/21
5
- * @desc openocean base wallet
5
+ * @desc gen base wallet
6
6
  */
7
7
  import { EnumChains, EnumWalletType } from "../types";
8
8
  declare abstract class BaseWallet {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @name Cyano
3
- * @author openocean
3
+ * @author gen
4
4
  * @date 2021/4/21
5
5
  * @desc
6
6
  */
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * wallets-manager entry
3
- * @author openocean
3
+ * @author gen
4
4
  * @date 2021/4/20
5
5
  * @desc
6
6
  */