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

add some chain data #162

Closed
wants to merge 2 commits into from
Closed

add some chain data #162

wants to merge 2 commits into from

Conversation

NiloCK
Copy link
Contributor

@NiloCK NiloCK commented Oct 19, 2023

No description provided.

@@ -53,4 +53,36 @@ export const chains: ChainData[] = [
explorer: "",
exchangeRate: 1,
},
{
name: "Polygon zkEVM Testnet",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add these to the hardhat config as well?

src/chains.ts Outdated
symbol: "polyETH",
url: "https://rpc.public.zkevm-test.net",
chainID: 1442n,
explorer: "https://mumbai.polygonscan.com/",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the correct explorer? I think the mumbia test network is a PoS test chain which is different from the zkevm L2

src/chains.ts Outdated Show resolved Hide resolved
@NiloCK NiloCK closed this Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants