We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039800e commit 98687d5Copy full SHA for 98687d5
components/modals/HyperlaneTransferModal.vue
@@ -144,6 +144,15 @@ const handleNavigate = (target) => {
144
</Flex>
145
146
147
+ <Flex v-if="transfer.gas_payment?.amount" align="center" justify="between">
148
+ <Text size="12" weight="600" color="tertiary">Gas Used</Text>
149
+
150
+ <Text size="12" weight="600" color="primary" mono>
151
+ {{ comma(transfer.gas_payment?.amount) }}
152
+ <Text color="tertiary"> utia </Text>
153
+ </Text>
154
+ </Flex>
155
156
<Flex align="center" justify="between">
157
<Text size="12" weight="600" color="tertiary">Mailbox</Text>
158
0 commit comments