diff --git a/packages/frontend/src/view/components/InfoTooltip.tsx b/packages/frontend/src/view/components/InfoTooltip.tsx index 054db3cb..893d8bd5 100644 --- a/packages/frontend/src/view/components/InfoTooltip.tsx +++ b/packages/frontend/src/view/components/InfoTooltip.tsx @@ -8,7 +8,7 @@ interface Props { export function InfoTooltip(props: Props) { return ( - + {props.children} } - description="V2 variant of the Endpoint Contract backward compatible with V1. Contract handles the cross-chain messages transmission, verification, and receipt. It routes messages to the correct messaging library and keeps all message payloads across versions. Ownership of the contract can be renounced by the owner. Contract implements a standardized interface for Omnichain Applications (OApps) to manage security configurations and seamlessly send and receive messages." + description="V2 variant of the Endpoint Contract - backward compatible with V1. Contract handles the cross-chain messages transmission, verification, and receipt. It routes messages to the correct messaging library. Contract implements a standardized interface for Omnichain Applications (OApps) to manage security configurations and seamlessly send and receive messages." subtitle={} isLoading={props.isLoading} > @@ -39,13 +39,13 @@ export function EndpointV2Contract(props: Props) { + Owner } value={ } @@ -54,7 +54,7 @@ export function EndpointV2Contract(props: Props) { + Blocked library } @@ -65,10 +65,17 @@ export function EndpointV2Contract(props: Props) { defaultSendLibraries={props.defaultSendLibraries} /> - + + EID + + } + value={props.eid} + /> + Registered libraries } @@ -82,11 +89,19 @@ export function EndpointV2Contract(props: Props) { /> + LayerZero token + + } value={} /> + Native token + + } value={} /> diff --git a/packages/frontend/src/view/components/protocol/ReceiveUln301.tsx b/packages/frontend/src/view/components/protocol/ReceiveUln301.tsx index e9b6ff8e..6d8a8db1 100644 --- a/packages/frontend/src/view/components/protocol/ReceiveUln301.tsx +++ b/packages/frontend/src/view/components/protocol/ReceiveUln301.tsx @@ -42,11 +42,11 @@ export function ReceiveUln301Contract(props: Props) { Owner + Owner } value={ } @@ -108,6 +108,7 @@ function ReceiveUln301RemoteChains(props: { Executor diff --git a/packages/frontend/src/view/components/protocol/ReceiveUln302.tsx b/packages/frontend/src/view/components/protocol/ReceiveUln302.tsx index 2da24bf7..3a000a91 100644 --- a/packages/frontend/src/view/components/protocol/ReceiveUln302.tsx +++ b/packages/frontend/src/view/components/protocol/ReceiveUln302.tsx @@ -41,11 +41,11 @@ export function ReceiveUln302Contract(props: Props) { Owner + Owner } value={ } @@ -55,7 +55,7 @@ export function ReceiveUln302Contract(props: Props) { /> + Message lib type } diff --git a/packages/frontend/src/view/components/protocol/SendUln301.tsx b/packages/frontend/src/view/components/protocol/SendUln301.tsx index 153d83f4..250294ef 100644 --- a/packages/frontend/src/view/components/protocol/SendUln301.tsx +++ b/packages/frontend/src/view/components/protocol/SendUln301.tsx @@ -42,11 +42,11 @@ export function SendUln301Contract(props: Props) { Owner + Owner } value={ } @@ -57,7 +57,7 @@ export function SendUln301Contract(props: Props) { /> + Treasury Contract } diff --git a/packages/frontend/src/view/components/protocol/SendUln302.tsx b/packages/frontend/src/view/components/protocol/SendUln302.tsx index de175c74..383a1613 100644 --- a/packages/frontend/src/view/components/protocol/SendUln302.tsx +++ b/packages/frontend/src/view/components/protocol/SendUln302.tsx @@ -42,11 +42,11 @@ export function SendUln302Contract(props: Props) { Owner + Owner } value={ } @@ -57,7 +57,7 @@ export function SendUln302Contract(props: Props) { /> + Treasury Contract } @@ -65,7 +65,7 @@ export function SendUln302Contract(props: Props) { /> + Message lib type } diff --git a/packages/frontend/src/view/components/protocol/remote/DefaultExecutorConfig.tsx b/packages/frontend/src/view/components/protocol/remote/DefaultExecutorConfig.tsx index 369b0d4b..04a164c0 100644 --- a/packages/frontend/src/view/components/protocol/remote/DefaultExecutorConfig.tsx +++ b/packages/frontend/src/view/components/protocol/remote/DefaultExecutorConfig.tsx @@ -14,21 +14,23 @@ export function DefaultExecutorConfig({ config }: Props) { return ( + Max message size } value={{config.maxMessageSize}} /> Executor } - className="!p-0 md:!pl-7 md:!pr-4" value={} /> diff --git a/packages/frontend/src/view/components/protocol/remote/DefaultUln.tsx b/packages/frontend/src/view/components/protocol/remote/DefaultUln.tsx index e7adede3..8c168e49 100644 --- a/packages/frontend/src/view/components/protocol/remote/DefaultUln.tsx +++ b/packages/frontend/src/view/components/protocol/remote/DefaultUln.tsx @@ -13,6 +13,7 @@ export function DefaultUln({ config }: Props) { return ( Required confirmations @@ -23,6 +24,7 @@ export function DefaultUln({ config }: Props) { /> Required DVNs @@ -42,6 +44,7 @@ export function DefaultUln({ config }: Props) { } /> Optional DVNs threshold @@ -51,6 +54,7 @@ export function DefaultUln({ config }: Props) { value={config.optionalDVNThreshold} /> Optional DVNs