I recently send ETH to a wallet via Arbitrum One (from Binance to Metamask and then, from Metamask to Brave Wallet), but i can’t see any of those ETH. Can someone help me? i changed the mainnet to Arbitrum One already (via Chainlist)
onyb
February 17, 2022, 2:46pm
2
Can you please make sure that the first RPC URL is https://arb1.arbitrum.io/rpc (see image)?
Rest assured, if you can see the funds on Arbiscan , they are safe.
1 Like
The RPC URL was different (there where like 4).
I already done what you said and worked perfectly, thanks a lot!
Now i just have to figure out how to send it back to binance hahah, have a great day and thanks for the help! Really appreciate it.
1 Like
onyb
February 18, 2022, 5:13pm
4
Just for your info, we recently did a fix to prevent such issues from happening in future. This is available on the current Nightly version: https://github.com/brave/brave-browser/issues/20958
1 Like
system
Closed
March 20, 2022, 5:14pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
brian
March 31, 2022, 2:59pm
6
FYI better selection of RPC URLs is live in 1.37.x which was released yesterday.
opened 10:02PM - 07 Feb 22 UTC
closed 06:03PM - 09 Feb 22 UTC
priority/P3
QA/No
release-notes/include
QA/Test-Plan-Specified
feature/wallet
OS/Android
OS/Desktop
After adding Arbitrum from [chainlist.org](http://chainlist.org/) I noticed that… the first networks were
[https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}](https://arbitrum-mainnet.infura.io/v3/%24%7BINFURA_API_KEY%7D)
[https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}](https://arb-mainnet.g.alchemy.com/v2/%24%7BALCHEMY_API_KEY%7D)
It does list some other networks though.
This causes some people in community support to not work correctly.
https://community.brave.com/t/brave-wallet-not-allowing-0-gas-price-on-arbitrum-test-network/308777/13
https://community.brave.com/t/unable-to-send-eth-arbitrum-chain/317080/9
This one works:
https://arb1.arbitrum.io/rpc
Note it also adds one like this:
wss://arb1.arbitrum.io/ws
We should select the first reasonable URL instead (i.e. one without variables and one that is HTTP(S)) when possible.