Skip to content

Commit

Permalink
frontend: add base network
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBuragev committed Jul 25, 2023
1 parent 909fc1b commit 731cce2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions frontend/config/chains/8453.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"identifier": 8453,
"explorerUrl": "https://basescan.org",
"rpcUrl": "https://developer-access-mainnet.base.org/",
"name": "Base",
"imageUrl": "/images/base.svg",
"tokenSymbols": ["USDC", "USDT", "DAI", "WETH"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"internalRpcUrl": "https://base-mainnet.blastapi.io/4ce13fbe-7b55-42ef-a1a1-6e9be8006083",
"hidden": true
}

0 comments on commit 731cce2

Please sign in to comment.