Skip to content

Commit

Permalink
testnet release (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Santiago Giaccobasso <santigiacco@192.168.0.100>
  • Loading branch information
4 people authored Aug 26, 2024
1 parent 98e64e6 commit 1f59883
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-brooms-sparkle.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/axelarscan-amplifier-apis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# axelarscan-amplifier-apis

## 0.0.2

### Patch Changes

- [#426](https://github.com/axelarnetwork/axelarjs/pull/426) [`81f47805246590c7bf82ea3c4d53212902934d96`](https://github.com/axelarnetwork/axelarjs/commit/81f47805246590c7bf82ea3c4d53212902934d96) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add testnet chain configs
2 changes: 1 addition & 1 deletion apps/axelarscan-amplifier-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axelarscan-amplifier-apis",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
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
6 changes: 6 additions & 0 deletions apps/maestro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axelarjs/maestro

## 0.3.21

### Patch Changes

- [#424](https://github.com/axelarnetwork/axelarjs/pull/424) [`6f38bf8c9e1df3090e86d5b240f6e5c9d7df8146`](https://github.com/axelarnetwork/axelarjs/commit/6f38bf8c9e1df3090e86d5b240f6e5c9d7df8146) Thanks [@npty](https://github.com/npty)! - fix: token details disappear

## 0.3.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/maestro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/maestro",
"version": "0.3.20",
"version": "0.3.21",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down

0 comments on commit 1f59883

Please sign in to comment.