Skip to content

Commit

Permalink
feat: add amoy and cardona polygon networks (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 3, 2024
1 parent a6f6c5a commit caef825
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 48 additions & 1 deletion evmchains/chains.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is auto-generated by scripts/update.py
# 2024-06-14 15:00:06.554669
# 2024-07-03 20:26:21.491217
# Do not edit this file directly.
from typing import Any, Dict

Expand Down Expand Up @@ -934,6 +934,31 @@
"shortName": "maticmum",
"slip44": 1,
},
"amoy": {
"chain": "Polygon",
"chainId": 80002,
"ens": None,
"explorers": [
{
"name": "polygonamoy",
"standard": "EIP3091",
"url": "https://www.oklink.com/amoy",
}
],
"faucets": ["https://faucet.polygon.technology/"],
"features": None,
"icon": "polygon",
"infoURL": "https://polygon.technology/",
"name": "Amoy",
"nativeCurrency": {"decimals": 18, "name": "MATIC", "symbol": "MATIC"},
"networkId": 80002,
"rpc": [
"https://rpc-amoy.polygon.technology",
"https://polygon-amoy-bor-rpc.publicnode.com",
],
"shortName": "polygonamoy",
"slip44": 1,
},
},
"polygon-zkevm": {
"mainnet": {
Expand Down Expand Up @@ -984,6 +1009,28 @@
"shortName": "testnet-zkEVM-mango",
"slip44": 1,
},
"cardona": {
"chain": "Polygon",
"chainId": 2442,
"ens": None,
"explorers": [
{
"name": "polygonscan",
"standard": "EIP3091",
"url": "https://cardona-zkevm.polygonscan.com",
}
],
"faucets": [],
"features": None,
"icon": "zkevm",
"infoURL": "https://polygon.technology/polygon-zkevm",
"name": "Polygon zkEVM Cardona Testnet",
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
"networkId": 2442,
"rpc": ["https://rpc.cardona.zkevm-rpc.com"],
"shortName": "zkevm-testnet-cardona",
"slip44": None,
},
},
"rootstock": {
"mainnet": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@
"polygon": {
"mainnet": 137,
"mumbai": 80001,
"amoy": 80002,
},
"polygon-zkevm": {
"mainnet": 1101,
"testnet": 1442,
"cardona": 2442,
},
"rootstock": {
"mainnet": 30,
Expand Down

0 comments on commit caef825

Please sign in to comment.