Skip to content

Releases: safe-global/safe-gateway-typescript-sdk

v2.5.7

01 Dec 15:06
0de0d8a
Compare
Choose a tag to compare
  • Add publicRpcUri to ChainInfo (#36)

v2.5.6

24 Nov 15:27
d769cc6
Compare
Choose a tag to compare
  • Add safeAppsRpcUri type (#34)

v2.5.5

19 Nov 12:50
e391efe
Compare
Choose a tag to compare
  • fix: Bump version (#33)
  • Add missing types to TransactionListItem (#32)

v2.5.4

12 Nov 13:48
13f272e
Compare
Choose a tag to compare
  • Update chain config types (#31)

v2.5.3

09 Nov 16:18
b0d6638
Compare
Choose a tag to compare
  • chore: Add txId to TransactionDetails type (#29)
  • Chore: automatically publish the npm package when the version is updated (#28)

v2.3.0

15 Sep 11:08
5aa7e88
Compare
Choose a tag to compare

Added

  • New gas estimation endpoint (#14)

Fixed

  • getOwnedSafes response type

Safe gateway SDK v2.1.0

26 Aug 09:02
Compare
Choose a tag to compare

Added

  • Added guard property to SafeAppInfo (#13)
  • Allow signature to be undefined in MultisigTransactionRequest

Safe gateway SDK v2.0.1

18 Aug 07:35
c784799
Compare
Choose a tag to compare

Fixed

  • Fixed a typo in SafeAppInfo type ( #11 )

Safe gateway SDK v2.0.0

18 Aug 07:34
6837792
Compare
Choose a tag to compare

Added

  • Now the gateway SDK uses unified version of the client gateway
    • Because of this network chain is necessary to call the endpoints
  • It exposes all current used methods on the interface, so instead of directly using them can be called from the SDK

Safe gateway SDK v1.0.0

27 Jul 10:55
Compare
Choose a tag to compare

This is the first release of the typescript SDK to interact with @gnosis/safe-client-gateway

It includes methods to:

  • Get safe information
  • Get safe balances
  • Get supported fiat currencies
  • Get safe collectibles
  • Get transaction history
  • Get transaction queue