[GUIDE NEEDED] How to change default chain in Meld OnRamp #5413
Unanswered
ms-safiq
asked this question in
Developer Support
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am using "@web3modal/ethers": "5.1.10",
I was trying to launch OnRamp window and it shown Coinbase and Meld. When I click on Meld its opening with Ethereum chain as default. How can i change this default chain to Arbitrum One?
` const chainOptions: any = {
chainId: 42161,
name: "Arbitrum One",
currency: "ETH",
explorerUrl: "https://sepolia.arbiscan.io",
rpcUrl: "https://sepolia-rollup.arbitrum.io/rpc",
};
Snapshot attached
Beta Was this translation helpful? Give feedback.
All reactions