diff --git a/src/features/ccip/components/billing/Billing.astro b/src/features/ccip/components/billing/Billing.astro index 230a36f1290..78e377d44bc 100644 --- a/src/features/ccip/components/billing/Billing.astro +++ b/src/features/ccip/components/billing/Billing.astro @@ -13,64 +13,66 @@ const messagingFeesFromToEthereum = calculateMessagingNetworkFeesDirect("fromToE const messagingFeesNonEthereum = calculateMessagingNetworkFeesDirect("nonEthereum") --- -
Use case | -Token Pool Mechanism | -Lanes | -Fee Token | -|
---|---|---|---|---|
(Wrapped) Gas Token | -LINK | -|||
-
|
- Lock and Unlock | -All Lanes | -{lockAndUnlockAllLanes.gasTokenFee} | -{lockAndUnlockAllLanes.linkFee} | -
Lock and Mint Burn and Mint Burn and Unlock |
- Non-Ethereum | -{restMechanismNonEthereum.gasTokenFee} | -{restMechanismNonEthereum.linkFee} | -|
From: Ethereum | -{restFromEthereum.gasTokenFee} | -{restFromEthereum.linkFee} | -||
To: Ethereum | -{restToEthereum.gasTokenFee} | -{restToEthereum.linkFee} | -||
Messaging | -N/A | -Non-Ethereum | -{messagingFeesNonEthereum.gasTokenFee} | -{messagingFeesNonEthereum.linkFee} | -
From/To: Ethereum | -{messagingFeesFromToEthereum.gasTokenFee} | -{messagingFeesFromToEthereum.linkFee} | -
Use case | +Token Pool Mechanism | +Lanes | +Fee Token | +|
---|---|---|---|---|
(Wrapped) Gas Token | +LINK | +|||
+
|
+ Lock and Unlock | +All Lanes | +{lockAndUnlockAllLanes.gasTokenFee} | +{lockAndUnlockAllLanes.linkFee} | +
Lock and Mint Burn and Mint Burn and Unlock |
+ Non-Ethereum | +{restMechanismNonEthereum.gasTokenFee} | +{restMechanismNonEthereum.linkFee} | +|
From: Ethereum | +{restFromEthereum.gasTokenFee} | +{restFromEthereum.linkFee} | +||
To: Ethereum | +{restToEthereum.gasTokenFee} | +{restToEthereum.linkFee} | +||
Messaging | +N/A | +Non-Ethereum | +{messagingFeesNonEthereum.gasTokenFee} | +{messagingFeesNonEthereum.linkFee} | +
From/To: Ethereum | +{messagingFeesFromToEthereum.gasTokenFee} | +{messagingFeesFromToEthereum.linkFee} | +