diff --git a/packages/ui/components/IntegrationDetails.vue b/packages/ui/components/IntegrationDetails.vue index e9bc5ce2..ed07d9ec 100644 --- a/packages/ui/components/IntegrationDetails.vue +++ b/packages/ui/components/IntegrationDetails.vue @@ -24,20 +24,34 @@
-

+

+ {{ $t('data_feed_details.contract_address_title').toUpperCase() }} +

+

{{ $t('data_feed_details.proxy_address').toUpperCase() }}

- + {{ proxyAddress }} -

- {{ $t('data_feed_details.underlying_feed_contract').toUpperCase() }} -

- - {{ feedAddress }} - - +
+ + {{ proxyAddress }} + + +

+ {{ $t('data_feed_details.underlying_feed_contract').toUpperCase() }} +

+ + {{ feedAddress }} + + +

{{ $t('data_feed_details.erc2362_asset_id').toUpperCase() }}

@@ -48,41 +62,37 @@
-