mirror of
https://github.com/FlipsideCrypto/near-bos-gateway.git
synced 2026-02-06 11:18:24 +00:00
Add Base web3 endpoints
This commit is contained in:
parent
5120dfb560
commit
9d33d8821f
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user