We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9347b91 commit defd37cCopy full SHA for defd37c
_data/chains/eip155-84531.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "Base Goerli Testnet",
3
+ "chain": "ETH",
4
+ "rpc": ["https://goerli.base.org"],
5
+ "faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"],
6
+ "nativeCurrency": {
7
+ "name": "Goerli Ether",
8
+ "symbol": "ETH",
9
+ "decimals": 18
10
+ },
11
+ "infoURL": "https://base.org",
12
+ "shortName": "basegor",
13
+ "chainId": 84531,
14
+ "networkId": 84531,
15
+ "explorers": [
16
+ {
17
+ "name": "basescan",
18
+ "url": "https://goerli.basescan.org",
19
+ "standard": "none"
20
21
22
+ "name": "basescout",
23
+ "url": "https://base-goerli.blockscout.com",
24
25
+ }
26
+ ]
27
+}
0 commit comments