Skip to content

Commit

Permalink
Enable Polygon ZkEvm Cardona (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi authored Jan 25, 2024
1 parent 587c16c commit 3d1af49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions networks/known_networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,18 @@ var (
GasEstimationBuffer: 1000,
}

PolygonZkEvmCardona = blockchain.EVMNetwork{
Name: "Polygon zkEVM Cardona",
SupportsEIP1559: false,
ClientImplementation: blockchain.PolygonZkEvmClientImplementation,
ChainID: 2442,
Simulated: false,
ChainlinkTransactionLimit: 5000,
Timeout: blockchain.StrDuration{Duration: time.Minute},
MinimumConfirmations: 0,
GasEstimationBuffer: 1000,
}

WeMixTestnet blockchain.EVMNetwork = blockchain.EVMNetwork{
Name: "WeMix Testnet",
SupportsEIP1559: true,
Expand Down Expand Up @@ -716,6 +728,7 @@ var (
"LINEA_GOERLI": LineaGoerli,
"LINEA_MAINNET": LineaMainnet,
"POLYGON_ZKEVM_GOERLI": PolygonZkEvmGoerli,
"POLYGON_ZKEVM_CARDONA": PolygonZkEvmCardona,
"POLYGON_ZKEVM_MAINNET": PolygonZkEvmMainnet,
"FANTOM_TESTNET": FantomTestnet,
"FANTOM_MAINNET": FantomMainnet,
Expand Down

0 comments on commit 3d1af49

Please sign in to comment.