Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Axelar's Ethereum Fees #1080

Merged
merged 2 commits into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions packages/web/integrations/axelar/source-chain-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const SourceChainConfigs: {
? "0x254d06f33bDc5b8ee05b2ea472107E300226659A"
: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // test: 'aUSDC' on metamask/etherscan
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: IS_TESTNET ? "150000" : "20500000", // From https://docs.axelar.dev/resources/mainnet#cross-chain-relayer-gas-fee
transferFeeMinAmount: IS_TESTNET ? "150000" : "10500000", // From https://docs.axelar.dev/resources/mainnet#cross-chain-relayer-gas-fee
},
avalanche: {
id: "Avalanche" as const,
Expand Down Expand Up @@ -69,7 +69,7 @@ export const SourceChainConfigs: {
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: IS_TESTNET
? "100000000000000"
: "20400000000000000",
: "8400000000000000",
},
},
wglmr: {
Expand All @@ -89,15 +89,15 @@ export const SourceChainConfigs: {
id: "Ethereum" as const,
erc20ContractAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "50000",
transferFeeMinAmount: "63000",
},
},
dai: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "20500000000000000000",
transferFeeMinAmount: "10500000000000000000",
},
},
dot: {
Expand All @@ -113,87 +113,87 @@ export const SourceChainConfigs: {
id: "Ethereum" as const,
erc20ContractAddress: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "20500000000000000000",
transferFeeMinAmount: "10500000000000000000",
},
},
frax: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "20500000000000000000",
transferFeeMinAmount: "10500000000000000000",
},
},
link: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x514910771AF9Ca656af840dff83E8264EcF986CA",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "3080000000000000000",
transferFeeMinAmount: "2080000000000000000",
},
},
aave: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "308000000000000000",
transferFeeMinAmount: "208000000000000000",
},
},
ape: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "4100000000000000000",
transferFeeMinAmount: "2100000000000000000",
},
},
axs: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "1030000000000000000",
transferFeeMinAmount: "730000000000000000",
},
},
mkr: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "20600000000000000",
transferFeeMinAmount: "10600000000000000",
},
},
rai: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "7200000000000000000",
transferFeeMinAmount: "3200000000000000000",
},
},
shib: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "2050000000000000000000000",
transferFeeMinAmount: "1050000000000000000000000",
},
},
uni: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "4100000000000000000",
transferFeeMinAmount: "2100000000000000000",
},
},
xcn: {
ethereum: {
id: "Ethereum" as const,
erc20ContractAddress: "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
logoUrl: "/networks/ethereum.svg",
transferFeeMinAmount: "206000000000000000000",
transferFeeMinAmount: "106000000000000000000",
},
},
wbnb: {
Expand Down