Skip to content

Commit 9d1a83f

Browse files
authored
chore: update fantom mainnet rpc url (#495)
1 parent 1164a20 commit 9d1a83f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/two-goats-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@axelarjs/maestro": patch
3+
---
4+
5+
change default rpc url for fantom mainnet

apps/maestro/src/config/evm-chains.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ export const ALL_CHAINS: ExtendedWagmiChainConfig[] = [
115115
},
116116
{
117117
...fantom,
118-
rpcUrls: createRpcUrlConfig(fantom, ["https://fantom.drpc.org"]),
118+
rpcUrls: {
119+
default: { http: ["https://fantom.drpc.org"] },
120+
public: { http: ["https://fantom.drpc.org"] },
121+
},
119122
axelarChainId: "fantom",
120123
axelarChainName: "Fantom",
121124
environment: ENVIRONMENTS.mainnet,

0 commit comments

Comments
 (0)