Skip to content

Commit

Permalink
update mainnet (#497)
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>
  • Loading branch information
3 people authored Feb 2, 2025
1 parent 146f3c4 commit d3bdc84
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-bulldogs-teach.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/two-goats-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@axelarjs/maestro": patch
---

change default rpc url for fantom mainnet
9 changes: 9 additions & 0 deletions apps/maestro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @axelarjs/maestro

## 0.3.30

### Patch Changes

- [#484](https://github.com/axelarnetwork/axelarjs/pull/484) [`1d05d568cfed5ab89ca19eadd2961bdfffa91a80`](https://github.com/axelarnetwork/axelarjs/commit/1d05d568cfed5ab89ca19eadd2961bdfffa91a80) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add flow support to portal

- Updated dependencies [[`1d05d568cfed5ab89ca19eadd2961bdfffa91a80`](https://github.com/axelarnetwork/axelarjs/commit/1d05d568cfed5ab89ca19eadd2961bdfffa91a80)]:
- @axelarjs/evm@0.2.8

## 0.3.29

### 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.29",
"version": "0.3.30",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down
5 changes: 4 additions & 1 deletion apps/maestro/src/config/evm-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ export const ALL_CHAINS: ExtendedWagmiChainConfig[] = [
},
{
...fantom,
rpcUrls: createRpcUrlConfig(fantom, ["https://fantom.drpc.org"]),
rpcUrls: {
default: { http: ["https://fantom.drpc.org"] },
public: { http: ["https://fantom.drpc.org"] },
},
axelarChainId: "fantom",
axelarChainName: "Fantom",
environment: ENVIRONMENTS.mainnet,
Expand Down
6 changes: 6 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axelarjs/evm

## 0.2.8

### Patch Changes

- [#484](https://github.com/axelarnetwork/axelarjs/pull/484) [`1d05d568cfed5ab89ca19eadd2961bdfffa91a80`](https://github.com/axelarnetwork/axelarjs/commit/1d05d568cfed5ab89ca19eadd2961bdfffa91a80) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - add flow support to portal

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/evm",
"version": "0.2.7",
"version": "0.2.8",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/transaction-recovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @axelarjs/transaction-recovery

## 0.3.6

### Patch Changes

- Updated dependencies [[`1d05d568cfed5ab89ca19eadd2961bdfffa91a80`](https://github.com/axelarnetwork/axelarjs/commit/1d05d568cfed5ab89ca19eadd2961bdfffa91a80)]:
- @axelarjs/evm@0.2.8

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-recovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelarjs/transaction-recovery",
"version": "0.3.5",
"version": "0.3.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit d3bdc84

Please sign in to comment.