Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andskur authored Mar 15, 2024
1 parent e5d2109 commit e27faee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export const getChains = ({
name: getEthereumNetworkName(ethereumNetwork.chainId),
nativeCurrency: {
decimals: 18,
name: "SkpGPT",
symbol: "SkpGPT",
name: "Ether",
symbol: "ETH",
},
networkId: 0,
poeContractAddress: ethereum.poeContractAddress,
Expand Down

0 comments on commit e27faee

Please sign in to comment.