You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)