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

Commit

Permalink
fix: rename chain and network name to sync with ethereum-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Jul 25, 2023
1 parent cad66c1 commit f38d723
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Chain } from './types'

export const zetachainAthens3 = {
export const zetachainAthensTestnet = {
id: 7001,
name: 'ZetaChain Athens 3',
network: 'zetachain-athens-evm',
name: 'ZetaChain Athens Testnet',
network: 'zetachain-athens-testnet',
nativeCurrency: {
decimals: 18,
name: 'Zeta',
Expand Down

0 comments on commit f38d723

Please sign in to comment.