Package detail

@bitgo/sdk-coin-arbeth

BitGo6.9kMIT21.6.4

BitGo SDK coin library for Arbitrum

readme

BitGo sdk-coin-arbeth

Integration of this coin is still a Work In Progress.

SDK coins provide a modular approach to a monolithic architecture. This and all BitGoJS SDK coins allow developers to use only the coins needed for a given project.

Installation

All coins are loaded traditionally through the bitgo package. If you are using coins individually, you will be accessing the coin via the @bitgo/sdk-api package.

In your project install both @bitgo/sdk-api and @bitgo/sdk-coin-arbeth.

npm i @bitgo/sdk-api @bitgo/sdk-coin-arbeth

Next, you will be able to initialize an instance of "bitgo" through @bitgo/sdk-api instead of bitgo.

import { BitGoAPI } from '@bitgo/sdk-api';
import { Arbeth } from '@bitgo/sdk-coin-arbeth';

const sdk = new BitGoAPI();

sdk.register('arbeth', Arbeth.createInstance);

Development

Most of the coin implementations are derived from @bitgo/sdk-core, @bitgo/statics, and coin specific packages. These implementations are used to interact with the BitGo API and BitGo platform services.

You will notice that the basic version of common class extensions have been provided to you and must be resolved before the package build will succeed. Upon initiation of a given SDK coin, you will need to verify that your coin has been included in the root tsconfig.packages.json and that the linting, formatting, and testing succeeds when run both within the coin and from the root of BitGoJS.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

21.6.4 (2025-06-25)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.6.3 (2025-06-24)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.6.2 (2025-06-18)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.6.1 (2025-06-10)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.6.0 (2025-06-05)

Features

21.5.6 (2025-06-02)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.5 (2025-05-28)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.4 (2025-05-22)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.3 (2025-05-20)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.2 (2025-05-07)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.1 (2025-04-29)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.5.0 (2025-04-25)

Features

  • add tss support for arb and op tokens (3450a59)

21.4.0 (2025-04-15)

Features

  • add tss support for arbeth and opeth (d9c9ec4)

21.3.6 (2025-04-04)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.3.5 (2025-04-02)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.3.4 (2025-03-28)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.3.3 (2025-03-20)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.3.2 (2025-03-18)

Bug Fixes

  • sdk-core: set default multisig if empty (e2727df)

21.3.1 (2025-03-06)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.3.0 (2025-03-04)

Bug Fixes

  • dependency fixes for secp256 lib (826db0b)

Features

  • sdk-coin-apt: recommend min gas tank balance for next 1000 txns (74071ab)

21.2.0 (2025-02-26)

Features

  • sdk-coin-apt: recommend min gas tank balance for next 1000 txns (74071ab)

21.1.0 (2025-02-20)

Features

  • sdk-coin-apt: recommend min gas tank balance for next 1000 txns (74071ab)

21.0.58 (2025-02-19)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.57 (2025-02-11)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.56 (2025-02-05)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.55 (2025-01-28)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.54 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.53 (2025-01-23)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.52 (2025-01-20)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.51 (2025-01-15)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.50 (2025-01-09)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.49 (2025-01-03)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.48 (2024-12-24)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.47 (2024-12-19)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.46 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.45 (2024-12-17)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.44 (2024-12-12)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.43 (2024-12-11)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.42 (2024-12-03)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.41 (2024-11-26)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.40 (2024-11-21)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.39 (2024-11-19)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.38 (2024-11-14)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.37 (2024-11-08)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.36 (2024-11-07)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.35 (2024-11-01)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.34 (2024-10-22)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.33 (2024-10-15)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.32 (2024-10-08)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.31 (2024-10-04)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.30 (2024-09-24)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.29 (2024-09-19)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.28 (2024-09-16)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.27 (2024-09-10)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.26 (2024-09-03)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.25 (2024-08-29)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.24 (2024-08-27)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.23 (2024-08-20)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.22 (2024-08-13)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.21 (2024-08-07)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.20 (2024-07-30)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.19 (2024-07-24)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.18 (2024-07-16)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.17 (2024-07-04)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.16 (2024-07-02)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.15 (2024-06-27)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.14 (2024-06-26)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.13 (2024-06-21)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.12 (2024-06-20)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.11 (2024-06-14)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.10 (2024-06-11)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.9 (2024-06-05)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.8 (2024-05-31)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.7 (2024-05-28)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.6 (2024-05-22)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.5 (2024-05-17)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.4 (2024-05-13)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.3 (2024-05-08)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.2 (2024-05-01)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.1 (2024-04-25)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

21.0.0 (2024-04-24)

Features

  • abstract-eth: support txn bulding for v4 wallet on eth chain (d8aabea)

BREAKING CHANGES

  • abstract-eth: Made ChainID mandatory for signAndBuild method

20.0.7 (2024-04-22)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.6 (2024-04-17)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.5 (2024-04-12)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.4 (2024-04-10)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.3 (2024-04-09)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.2 (2024-04-08)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.1 (2024-04-05)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

20.0.0 (2024-03-28)

Features

  • root: deprecate node 16 (d3ec624)

BREAKING CHANGES

  • root: Node 16 is no longer supported in bitgojs. TICKET: WP-1100

19.0.4 (2024-03-19)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

19.0.3 (2024-03-11)

Bug Fixes

  • abstract-eth: fixes issue related to gasestimate for ethlike (190bdb2)

19.0.2 (2024-02-28)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

19.0.1 (2024-02-22)

Note: Version bump only for package @bitgo/sdk-coin-arbeth

19.0.0 (2024-02-19)

Bug Fixes

  • abstract-eth: change tx encoding method for arb and op (c11b0dd)
  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • abstract-eth: add v4 forwarder creation logic (25faaa3)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

18.0.0 (2024-01-30)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

17.0.0 (2024-01-26)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

16.0.0 (2024-01-26)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

15.0.0 (2024-01-25)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

14.0.0 (2024-01-22)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

13.0.0 (2024-01-09)

Bug Fixes

  • abstract-eth: fix chainid related changes (c3a21c4)
  • abstract-eth: fix issues related to chainid (9114b1b)
  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

12.0.0 (2024-01-03)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • abstract-eth: add chain id as network identifier (3ddec05)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

11.0.0 (2023-12-18)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

10.0.0 (2023-12-12)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

9.0.0 (2023-12-09)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

8.0.0 (2023-12-05)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

7.0.0 (2023-11-28)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

6.0.0 (2023-11-24)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

5.0.0 (2023-11-17)

Bug Fixes

  • sdk-coin-polygon: fix issues (85e9396)

Code Refactoring

  • abstract-eth: add common method to abstract-eth (df6eea5)
  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

4.0.0 (2023-11-13)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

3.0.0 (2023-11-13)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

2.0.0 (2023-11-13)

Code Refactoring

  • abstract-eth: delete mpc related classes (52396ed)
  • abstract-eth: move methods to abstract-eth (af8bd10)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

BREAKING CHANGES

  • abstract-eth: Type of nextContractSequenceId field in TransactionPrebuild interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. getCustomChainName method is removed from Polygon class because a common method getCustomChainCommon has been added to AbstractEthLikeNewCoins class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins and needs to be passed to derive the Eth common object from the chainId. signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that it can be used for other EthLike coins. getBaseFactor method in Eth and Polygon class returns number instead of string just to align with AbstractEthLikeCoin Ticket: WIN-1012
  • abstract-eth: AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added a new class AbstractEthLikeNewCoins which will be having both multisig and MPC related methods

TICKET: WIN-1021

1.2.0 (2023-10-20)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)

1.1.0 (2023-10-18)

Features

  • abstract-eth: add abstractethliketsscoin class (eb99545)
  • sdk-coin-arbeth: add arbeth sdk skeleton (f86018e)
  • sdk-coin-arbeth: add arbeth token support (b55961b)