Skip to content

Safe Config Service 2.1.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 06 Sep 12:36
· 892 commits to main since this release
5213990

API Breaking Change

  • The endpoint /api/v1/chains now returns a collection of gasPrice instead of a single gasPrice. This way, fallback oracle providers can be provided (fixed price included) (#210)
{
  ...
  "gasPrice": [], // gasPrice is now a collection and not a single object
}

Other Changes

  • Bump django from 3.2.6 to 3.2.7 (#211)
  • Bump pre-commit from 2.14.1 to 2.15.0 (#212)
  • Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#213)