Skip to content

Commit 9d33d88

Browse files
author
Evgeny Kuzyakov
committed
Add Base web3 endpoints
1 parent 5120dfb commit 9d33d88

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/web3.js

+12
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,18 @@ export const onboard = init({
205205
label: "Ethereum Classic Mainnet",
206206
rpcUrl: "https://etc.rivet.link",
207207
},
208+
{
209+
id: 84531,
210+
token: "ETH",
211+
label: "Base Goerli Testnet",
212+
rpcUrl: "https://goerli.base.org",
213+
},
214+
{
215+
id: 8453,
216+
token: "ETH",
217+
label: "Base Mainnet",
218+
rpcUrl: "https://mainnet.base.org",
219+
},
208220
],
209221
appMetadata: {
210222
name: "NEAR Social",

0 commit comments

Comments
 (0)