Skip to content

Commit

Permalink
chore: update nativeCurrency decimal for defichainEvmTestnet and defi…
Browse files Browse the repository at this point in the history
…chainEvm (#2366)

* fix(chain): updated nativeCurrency decimal for defichainEvmTestnet and defichainEvm

* Create chatty-brooms-draw.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
fullstackninja864 and jxom committed Jun 4, 2024
1 parent cc05da8 commit 561b03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-brooms-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated `nativeCurrency` for `defichainEvmTestnet` and `defichainEvm`.
2 changes: 1 addition & 1 deletion src/chains/definitions/defichainEvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const defichainEvm = /*#__PURE__*/ defineChain({
nativeCurrency: {
name: 'DeFiChain',
symbol: 'DFI',
decimals: 8,
decimals: 18,
},
rpcUrls: {
default: {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/defichainEvmTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const defichainEvmTestnet = /*#__PURE__*/ defineChain({
nativeCurrency: {
name: 'DeFiChain',
symbol: 'DFI',
decimals: 8,
decimals: 18,
},
rpcUrls: {
default: {
Expand Down

0 comments on commit 561b03a

Please sign in to comment.