Commit 30447c83 authored by adadachao's avatar adadachao

mars up

parent 4a98a541
......@@ -21,7 +21,7 @@ const getMicroserviceSwaggerUrl = (api: ApiPropsBase) => `${ api.endpoint }${ ap
export const REST_API_SECTIONS = [
feature.isEnabled && {
id: 'blockscout-core-api',
title: 'Blockscout core API',
title: 'Core API',
swagger: {
url: feature.coreApiSwaggerUrl,
requestInterceptor: (req: SwaggerRequest) => {
......
......@@ -27,7 +27,7 @@ const NumberWidgetsList = () => {
>
{
data?.counters?.map(({ id, title, value, units, description }, index) => {
title = title.replace(/ETH/g, 'MARS');
let unitsStr = '';
if (units && UNITS_WITHOUT_SPACE.includes(units)) {
unitsStr = units;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment