Skip to content

Commit

Permalink
Rename eth native currencies (#28)
Browse files Browse the repository at this point in the history
* Rename Eth native currency names

* 1.6.1
  • Loading branch information
gndelia authored Nov 6, 2024
1 parent f61f2fe commit 51f9b9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemi-viem",
"version": "1.6.0",
"version": "1.6.1",
"description": "Viem extension for the Hemi Network",
"bugs": {
"url": "https://github.com/hemilabs/hemi-viem/issues"
Expand Down
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 51f9b9b

Please sign in to comment.