Skip to content

Commit

Permalink
Rename Eth native currency names
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Nov 6, 2024
1 parent f61f2fe commit e0ea1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chains/hemi-sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const hemiSepolia = defineChain({
name: "Hemi Sepolia",
nativeCurrency: {
decimals: 18,
name: "Testnet Hemi Ether",
name: "Ether",
symbol: "ETH",
},
rpcUrls: {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/hemi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const hemi = defineChain({
name: "Hemi Network",
nativeCurrency: {
decimals: 18,
name: "Hemi Ether",
name: "Ether",
symbol: "ETH",
},
rpcUrls: {
Expand Down

0 comments on commit e0ea1d8

Please sign in to comment.