Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update baseGoerli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Feb 24, 2023
1 parent 072357c commit 5bac39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/src/baseGoerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const baseGoerli = {
id: 84531,
network: 'base-goerli',
name: 'Base Goerli',
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
nativeCurrency: { name: 'Base Goerli', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://goerli.base.org'],
Expand Down

0 comments on commit 5bac39f

Please sign in to comment.