Skip to content

Commit

Permalink
chore: update fantom mainnet rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Jan 31, 2025
1 parent 1164a20 commit 48bf459
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
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 @@ -115,7 +115,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

0 comments on commit 48bf459

Please sign in to comment.