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