github 5afe/safe-client-gateway v3.4.0
Version 3.4.0

latest releases: v3.53.0, v3.52.0, v3.51.0...
2 years ago

/v1/chains/ Breaking Change

  • Added support for multiple oracles per chain (#608)
    • Each chain now returns a collection of oracles instead a of single one.
    • A fixed price can also be returned in this collection.

Before v3.4.0:

GET /v1/chains/<chain_id>/

{
  ...
  gasPrice: { } // single gasPrice returned 
}

After v3.4.0:

GET /v1/chains/<chain_id>/

{
  ...
  gasPrice: [] // collection of gas prices are returned. Most relevant one is at the top, others can be used as fallback 
}

Don't miss a new safe-client-gateway release

NewReleases is sending notifications on new releases.