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

Commit

Permalink
chore: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Jul 22, 2023
1 parent 0dcc6f2 commit cad66c1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/chains/src/zetachainAthens3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ import { Chain } from './types'

export const zetachainAthens3 = {
id: 7001,
name: "ZetaChain Athens 3",
network: "zetachain-athens-evm",
name: 'ZetaChain Athens 3',
network: 'zetachain-athens-evm',
nativeCurrency: {
decimals: 18,
name: "Zeta",
symbol: "aZETA",
name: 'Zeta',
symbol: 'aZETA',
},
rpcUrls: {
public: {
http: ["https://zetachain-athens-evm.blockpi.network/v1/rpc/public"],
http: ['https://zetachain-athens-evm.blockpi.network/v1/rpc/public'],
},
default: {
http: ["https://zetachain-athens-evm.blockpi.network/v1/rpc/public"],
http: ['https://zetachain-athens-evm.blockpi.network/v1/rpc/public'],
},
},
blockExplorers: {
default: {
name: "ZetaScan",
url: "https://athens3.explorer.zetachain.com"
}
name: 'ZetaScan',
url: 'https://athens3.explorer.zetachain.com',
},
},
testnet: true,
} as const satisfies Chain;
} as const satisfies Chain

0 comments on commit cad66c1

Please sign in to comment.