Add Base web3 endpoints

This commit is contained in:
Evgeny Kuzyakov 2023-07-30 17:15:52 -07:00
parent 5120dfb560
commit 9d33d8821f

View File

@ -205,6 +205,18 @@ export const onboard = init({
label: "Ethereum Classic Mainnet",
rpcUrl: "https://etc.rivet.link",
},
{
id: 84531,
token: "ETH",
label: "Base Goerli Testnet",
rpcUrl: "https://goerli.base.org",
},
{
id: 8453,
token: "ETH",
label: "Base Mainnet",
rpcUrl: "https://mainnet.base.org",
},
],
appMetadata: {
name: "NEAR Social",