Skip to content

Commit

Permalink
chore: add testnet configs (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Giaccobasso <[email protected]>
  • Loading branch information
SGiaccobasso and Santiago Giaccobasso authored Aug 26, 2024
1 parent c7ee187 commit 81f4780
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/six-eagles-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"axelarscan-amplifier-apis": patch
---

add testnet chain configs
19 changes: 18 additions & 1 deletion apps/axelarscan-amplifier-apis/src/configs/feesAndPrices.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
const feesAndPrices = {
testnet: [],
testnet: [
{
name: "test-avalanche",
amplifierChainId: "test-avalanche",
description: null,
gasPriceGwei: 25,
approvalCost: 425000,
updated: "2024-08-26",
},
{
name: "test-sepolia",
amplifierChainId: "test-sepolia",
description: null,
gasPriceGwei: 5.02,
approvalCost: 1300000,
updated: "2024-08-26",
},
],
stagenet: [
{
name: "test-avalanche",
Expand Down

0 comments on commit 81f4780

Please sign in to comment.