Skip to content

Commit

Permalink
fix: fee typo (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed May 12, 2022
1 parent dbdf376 commit 54566b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/resources/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ The Network (and thus the Satellite app) charges a base fee for all cross-chain
This fee only depends on the source/destination chain and the asset and does NOT take a percentage from the transfer amount.
When transferring an asset X from chain Y to chain Z, the transfer fee is the sum of per-chain fee for that asset.
For e.g. a transfer of 1000 USDC from Ethereum to Osmosis will have a fee of 40.5 USDC (= 40 USDC for Ethereum + 0.5 USDC for Osmosis),
and so the recipient will get 959.5 UST.
and so the recipient will get 959.5 USDC.

| Asset symbol | Ethereum | non-Ethereum EVM | Cosmos Chains | Decimals | Unit |
| ------------ | --------- | ---------------- | ------------- | -------- | -------- |
| UST | 80 UST | 2 UST | 1 UST | 6 | uusd |
| LUNA | 40 LUNA | 1 LUNA | 0.5 LUNA | 6 | uluna |
| ATOM | 4 ATOM | 0.1 ATOM | 0.05 ATOM | 6 | uatom |
| USDC | 40 USDC | 1 USDC | 0.5 USDC | 6 | uusdc |
| FRAX | 40 FRAX | 1 FRAX | 0.5 FRAX | 18 | frax-wei |
| DAI | 40 DAI | 1 DAI | 0.5 DAI | 18 | dai-wei |
| USDT | 40 USDT | 1 USDT | 0.5 USDT | 6 | uusdt |
| ATOM | 4 ATOM | 0.1 ATOM | 0.05 ATOM | 6 | uatom |
| UST | 80 UST | 2 UST | 1 UST | 6 | uusd |
| LUNA | 40 LUNA | 1 LUNA | 0.5 LUNA | 6 | uluna |
| NGM | 40 NGM | 1 NGM | 0.5 NGM | 6 | ungm |
| EEUR | 40 EEUR | 1 EEUR | 0.5 EEUR | 6 | eeur |
| WETH | 0.02 WETH | N/A | 0.0002 WETH | 18 | weth-wei |
Expand Down

0 comments on commit 54566b9

Please sign in to comment.