Skip to content

Safe Config Service 2.0.0 – L2 Chains Release

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 09 Aug 12:26
ab31687

L2 Chains – initial release

  • Introduction of the chains endpoint: it can be accessed via GET /api/v1/chains
    • This endpoint provides chain related metadata including native currency used by the chain and theme information that can be used by the clients
    • This endpoint was already part of past releases but this is the first production ready release for this endpoint.
  • A webhook was introduced so whenever a chain is created, updated or deleted, the corresponding CGW instance gets called to invalidate its Chain related cache (setting up this webhook is optional for running the config-service) (#180)
  • blockExplorerUri was removed – blockExplorerUriTemplate should be used instead (#185)