Skip to content

Commit

Permalink
Feat/add hedera fees and prices (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Canh Trinh <canh@axelar.network>
  • Loading branch information
SGiaccobasso and canhtrinh authored Oct 7, 2024
1 parent 71eac31 commit 89680a5
Show file tree
Hide file tree
Showing 3 changed files with 10,861 additions and 14,284 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-mugs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"axelarscan-amplifier-apis": patch
---

add hedera to fees and prices file testnet and stagenet
72 changes: 27 additions & 45 deletions apps/axelarscan-amplifier-apis/src/configs/feesAndPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const feesAndPrices = {
approvalCost: 250000,
updated: "2024-09-05",
},
{
name: "hedera",
amplifierChainId: "hedera",
description: null,
gasPriceGwei: 1730,
approvalCost: 250000,
updated: "2024-09-18",
},
],
stagenet: [
{
Expand All @@ -50,74 +58,48 @@ const feesAndPrices = {
approvalCost: 250000,
updated: "2024-09-05",
},
],
"devnet-verifiers": [
{
name: "Avalanche",
amplifierChainId: "avalanche",
description: null,
gasPriceGwei: 25,
approvalCost: 425000,
updated: "2024-08-05",
},
{
name: "fantom",
amplifierChainId: "fantom",
description: null,
gasPriceGwei: 1.03,
approvalCost: 1300000,
updated: "2024-08-05",
},
{
name: "ethereum-sepolia",
amplifierChainId: "ethereum-sepolia",
name: "hedera",
amplifierChainId: "hedera",
description: null,
gasPriceGwei: 11.5,
approvalCost: 200000,
updated: "2024-08-05",
},
{
name: "op-sepolia",
amplifierChainId: "op-sepolia",
description: null,
gasPriceGwei: 0.001,
approvalCost: 300000,
updated: "2024-08-05",
gasPriceGwei: 1730,
approvalCost: 250000,
updated: "2024-09-18",
},
],
"devnet-amplifier": [
{
name: "Avalanche",
amplifierChainId: "avalanche",
amplifierChainId: "avalanche-fuji",
description: null,
gasPriceGwei: 25,
approvalCost: 425000,
updated: "2024-08-05",
},
{
name: "fantom",
amplifierChainId: "fantom",
description: null,
gasPriceGwei: 1.03,
approvalCost: 1300000,
approvalCost: 200000,
updated: "2024-08-05",
},
{
name: "ethereum-sepolia",
amplifierChainId: "ethereum-sepolia",
name: "eth-sepolia",
amplifierChainId: "eth-sepolia",
description: null,
gasPriceGwei: 6.4,
approvalCost: 200000,
updated: "2024-08-05",
},
{
name: "op-sepolia",
amplifierChainId: "op-sepolia",
name: "optimism-sepolia",
amplifierChainId: "optimism-sepolia",
description: null,
gasPriceGwei: 0.001,
approvalCost: 300000,
updated: "2024-08-05",
},
{
name: "flow",
amplifierChainId: "flow",
description: null,
gasPriceGwei: 0.1,
approvalCost: 250000,
updated: "2024-09-05",
},
],
mainnet: [],
};
Expand Down
Loading

0 comments on commit 89680a5

Please sign in to comment.