From 5fa2b6f85c363bfad88315e3437eebd7848e0e4d Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 15 Oct 2024 15:30:33 -0600 Subject: [PATCH 1/4] feat: add all etherscan supported chains --- evmchains/chains.py | 595 +++++++++++++++++++++++++++++++++++++++++++- scripts/update.py | 37 +++ 2 files changed, 630 insertions(+), 2 deletions(-) diff --git a/evmchains/chains.py b/evmchains/chains.py index 3d38d64..44486c0 100644 --- a/evmchains/chains.py +++ b/evmchains/chains.py @@ -3,7 +3,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!! !!!! This file is auto-generated by scripts/update.py !!!! -!!!! 2024-10-02 21:29:07.153953+00:00 !!!! +!!!! 2024-10-15 21:29:40.205894+00:00 !!!! !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! """ @@ -107,6 +107,38 @@ "shortName": "arb-sep", "slip44": 1, }, + "nova": { + "chain": "ETH", + "chainId": 42170, + "ens": None, + "explorers": [ + { + "icon": "blockscout", + "name": "Arbitrum Nova Chain Explorer", + "standard": "EIP3091", + "url": "https://nova-explorer.arbitrum.io", + }, + { + "icon": "dexguru", + "name": "dexguru", + "standard": "EIP3091", + "url": "https://nova.dex.guru", + }, + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://arbitrum.io", + "name": "Arbitrum Nova", + "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"}, + "networkId": 42170, + "rpc": [ + "https://nova.arbitrum.io/rpc", + "https://arbitrum-nova.publicnode.com", + ], + "shortName": "arb-nova", + "slip44": None, + }, }, "avalanche": { "mainnet": { @@ -291,6 +323,28 @@ "shortName": "blastsepolia", "slip44": None, }, + "testnet": { + "chain": "ETH", + "chainId": 23888, + "ens": None, + "explorers": [ + { + "name": "Blast Testnet", + "standard": "EIP3091", + "url": "http://testnet-explorer.blastblockchain.com", + } + ], + "faucets": [], + "features": None, + "icon": "blastIcon", + "infoURL": "https://docs.blastblockchain.com", + "name": "Blast Testnet", + "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"}, + "networkId": 23888, + "rpc": ["http://testnet-rpc.blastblockchain.com"], + "shortName": "blastT", + "slip44": None, + }, }, "bsc": { "mainnet": { @@ -373,6 +427,174 @@ "shortName": "bnbt", "slip44": 1, }, + "opBNB": { + "chain": "opBNB", + "chainId": 204, + "ens": None, + "explorers": [ + { + "name": "opbnbscan", + "standard": "EIP3091", + "url": "https://mainnet.opbnbscan.com", + } + ], + "faucets": [], + "features": None, + "icon": "bnbchain", + "infoURL": "https://opbnb.bnbchain.org/en", + "name": "opBNB Mainnet", + "nativeCurrency": { + "decimals": 18, + "name": "BNB Chain Native Token", + "symbol": "BNB", + }, + "networkId": 204, + "rpc": [ + "https://opbnb-mainnet-rpc.bnbchain.org", + "https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3", + "https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5", + "https://opbnb-rpc.publicnode.com", + "https://opbnb.drpc.org", + ], + "shortName": "obnb", + "slip44": 714, + }, + "opBNB-testnet": { + "chain": "opBNB", + "chainId": 5611, + "ens": None, + "explorers": [ + { + "name": "bscscan-opbnb-testnet", + "standard": "EIP3091", + "url": "https://opbnb-testnet.bscscan.com", + }, + { + "name": "opbnbscan", + "standard": "EIP3091", + "url": "https://opbnbscan.com", + }, + ], + "faucets": ["https://testnet.bnbchain.org/faucet-smart"], + "features": None, + "icon": "bnbchain", + "infoURL": "https://opbnb.bnbchain.org/en", + "name": "opBNB Testnet", + "nativeCurrency": { + "decimals": 18, + "name": "BNB Chain Native Token", + "symbol": "tBNB", + }, + "networkId": 5611, + "rpc": [ + "https://opbnb-testnet-rpc.bnbchain.org", + "https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3", + "https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5", + "https://opbnb-testnet-rpc.publicnode.com", + ], + "shortName": "obnbt", + "slip44": 1, + }, + }, + "bttc": { + "mainnet": { + "chain": "BTTC", + "chainId": 199, + "ens": None, + "explorers": [ + { + "name": "BitTorrent Chain Explorer", + "standard": "EIP3091", + "url": "https://bttcscan.com", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://bt.io", + "name": "BitTorrent Chain Mainnet", + "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"}, + "networkId": 199, + "rpc": ["https://rpc.bt.io", "https://bittorrent.drpc.org"], + "shortName": "BTT", + "slip44": None, + }, + "donau": { + "chain": "BTTC", + "chainId": 1028, + "ens": None, + "explorers": [ + { + "name": "testbttcscan", + "standard": "none", + "url": "https://testscan.bittorrentchain.io", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://bittorrentchain.io/", + "name": "BitTorrent Chain Testnet", + "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"}, + "networkId": 1028, + "rpc": ["https://testrpc.bittorrentchain.io/"], + "shortName": "tbtt", + "slip44": 1, + }, + }, + "celo": { + "mainnet": { + "chain": "CELO", + "chainId": 42220, + "ens": None, + "explorers": [ + { + "name": "Celoscan", + "standard": "EIP3091", + "url": "https://celoscan.io", + }, + { + "name": "blockscout", + "standard": "none", + "url": "https://explorer.celo.org", + }, + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://docs.celo.org/", + "name": "Celo Mainnet", + "nativeCurrency": {"decimals": 18, "name": "CELO", "symbol": "CELO"}, + "networkId": 42220, + "rpc": ["https://forno.celo.org"], + "shortName": "celo", + "slip44": None, + }, + "alfajores": { + "chain": "CELO", + "chainId": 44787, + "ens": None, + "explorers": [ + { + "name": "Alfajoresscan", + "standard": "EIP3091", + "url": "https://alfajores.celoscan.io", + } + ], + "faucets": [ + "https://celo.org/developers/faucet", + "https://cauldron.pretoriaresearchlab.io/alfajores-faucet", + ], + "features": None, + "icon": None, + "infoURL": "https://docs.celo.org/", + "name": "Celo Alfajores Testnet", + "nativeCurrency": {"decimals": 18, "name": "CELO", "symbol": "CELO"}, + "networkId": 44787, + "rpc": ["https://alfajores-forno.celo-testnet.org"], + "shortName": "ALFA", + "slip44": 1, + }, }, "ethereum": { "mainnet": { @@ -606,6 +828,60 @@ "slip44": 1, }, }, + "frax": { + "mainnet": { + "chain": "FRAX", + "chainId": 252, + "ens": None, + "explorers": [ + { + "name": "fraxscan", + "standard": "EIP3091", + "url": "https://fraxscan.com", + } + ], + "faucets": [], + "features": None, + "icon": "fraxtal", + "infoURL": "https://mainnet.frax.com", + "name": "Fraxtal", + "nativeCurrency": { + "decimals": 18, + "name": "Frax Ether", + "symbol": "frxETH", + }, + "networkId": 252, + "rpc": ["https://rpc.frax.com"], + "shortName": "fraxtal", + "slip44": None, + }, + "testnet": { + "chain": "FRAX", + "chainId": 2522, + "ens": None, + "explorers": [ + { + "name": "fraxscan", + "standard": "EIP3091", + "url": "https://holesky.fraxscan.com", + } + ], + "faucets": [], + "features": None, + "icon": "fraxtal", + "infoURL": "https://testnet.frax.com", + "name": "Fraxtal Testnet", + "nativeCurrency": { + "decimals": 18, + "name": "Frax Ether", + "symbol": "frxETH", + }, + "networkId": 2522, + "rpc": ["https://rpc.testnet.frax.com"], + "shortName": "fraxtal-testnet", + "slip44": 1, + }, + }, "gnosis": { "mainnet": { "chain": "GNO", @@ -657,6 +933,58 @@ "slip44": 700, }, }, + "kroma": { + "mainnet": { + "chain": "ETH", + "chainId": 255, + "ens": None, + "explorers": [ + { + "icon": "blockscout", + "name": "blockscout", + "standard": "EIP3091", + "url": "https://blockscout.kroma.network", + } + ], + "faucets": [], + "features": None, + "icon": "kroma", + "infoURL": "https://kroma.network", + "name": "Kroma", + "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"}, + "networkId": 255, + "rpc": ["https://api.kroma.network", "https://rpc-kroma.rockx.com"], + "shortName": "kroma", + "slip44": None, + }, + "testnet": { + "chain": "ETH", + "chainId": 2358, + "ens": None, + "explorers": [ + { + "icon": "kroma", + "name": "blockscout", + "standard": "EIP3091", + "url": "https://blockscout.sepolia.kroma.network", + } + ], + "faucets": [], + "features": None, + "icon": "kroma", + "infoURL": "https://kroma.network", + "name": "Kroma Sepolia", + "nativeCurrency": { + "decimals": 18, + "name": "Sepolia Ether", + "symbol": "ETH", + }, + "networkId": 2358, + "rpc": ["https://api.sepolia.kroma.network"], + "shortName": "kroma-sepolia", + "slip44": 1, + }, + }, "linea": { "mainnet": { "chain": "ETH", @@ -730,6 +1058,129 @@ "shortName": "linea-sepolia", "slip44": 1, }, + "testnet": { + "chain": "ETH", + "chainId": 59140, + "ens": None, + "explorers": [ + { + "icon": "linea", + "name": "Etherscan", + "standard": "EIP3091", + "url": "https://goerli.lineascan.build", + }, + { + "icon": "linea", + "name": "Blockscout", + "standard": "EIP3091", + "url": "https://explorer.goerli.linea.build", + }, + ], + "faucets": ["https://faucetlink.to/goerli"], + "features": None, + "icon": "linea", + "infoURL": "https://linea.build", + "name": "Linea Goerli", + "nativeCurrency": {"decimals": 18, "name": "Linea Ether", "symbol": "ETH"}, + "networkId": 59140, + "rpc": [ + "https://rpc.goerli.linea.build", + "https://linea-goerli.infura.io/v3/${INFURA_API_KEY}", + ], + "shortName": "linea-goerli", + "slip44": 1, + }, + }, + "moonbeam": { + "mainnet": { + "chain": "MOON", + "chainId": 1284, + "ens": None, + "explorers": [ + { + "name": "moonscan", + "standard": "none", + "url": "https://moonbeam.moonscan.io", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://moonbeam.network/networks/moonbeam/", + "name": "Moonbeam", + "nativeCurrency": {"decimals": 18, "name": "Glimmer", "symbol": "GLMR"}, + "networkId": 1284, + "rpc": [ + "https://rpc.api.moonbeam.network", + "https://moonbeam.public.blastapi.io", + "https://moonbeam-rpc.dwellir.com", + "https://moonbeam.api.onfinality.io/public", + "https://moonbeam.unitedbloc.com", + "https://moonbeam-rpc.publicnode.com", + "https://moonbeam.drpc.org", + ], + "shortName": "mbeam", + "slip44": None, + }, + "moonbase": { + "chain": "MOON", + "chainId": 1287, + "ens": None, + "explorers": [ + { + "name": "moonscan", + "standard": "none", + "url": "https://moonbase.moonscan.io", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://docs.moonbeam.network/learn/platform/networks/moonbase/", + "name": "Moonbase Alpha", + "nativeCurrency": {"decimals": 18, "name": "Dev", "symbol": "DEV"}, + "networkId": 1287, + "rpc": [ + "https://rpc.api.moonbase.moonbeam.network", + "https://moonbase-alpha.public.blastapi.io", + "https://moonbase-rpc.dwellir.com", + "https://moonbeam-alpha.api.onfinality.io/public", + "https://moonbase.unitedbloc.com", + "https://moonbase-alpha.drpc.org", + ], + "shortName": "mbase", + "slip44": 1, + }, + "moonriver": { + "chain": "MOON", + "chainId": 1285, + "ens": None, + "explorers": [ + { + "name": "moonscan", + "standard": "none", + "url": "https://moonriver.moonscan.io", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://moonbeam.network/networks/moonriver/", + "name": "Moonriver", + "nativeCurrency": {"decimals": 18, "name": "Moonriver", "symbol": "MOVR"}, + "networkId": 1285, + "rpc": [ + "https://rpc.api.moonriver.moonbeam.network", + "https://moonriver.public.blastapi.io", + "https://moonriver-rpc.dwellir.com", + "https://moonriver.api.onfinality.io/public", + "https://moonriver.unitedbloc.com", + "https://moonriver-rpc.publicnode.com", + "https://moonriver.drpc.org", + ], + "shortName": "mriver", + "slip44": None, + }, }, "optimism": { "mainnet": { @@ -956,7 +1407,7 @@ "icon": "polygon", "infoURL": "https://polygon.technology/", "name": "Amoy", - "nativeCurrency": {"decimals": 18, "name": "MATIC", "symbol": "MATIC"}, + "nativeCurrency": {"decimals": 18, "name": "POL", "symbol": "POL"}, "networkId": 80002, "rpc": [ "https://rpc-amoy.polygon.technology", @@ -1151,4 +1602,144 @@ "slip44": None, }, }, + "scroll": { + "mainnet": { + "chain": "ETH", + "chainId": 534352, + "ens": None, + "explorers": [ + { + "name": "Scrollscan", + "standard": "EIP3091", + "url": "https://scrollscan.com", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://scroll.io", + "name": "Scroll", + "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"}, + "networkId": 534352, + "rpc": [ + "https://rpc.scroll.io", + "https://rpc.ankr.com/scroll", + "https://scroll-mainnet.chainstacklabs.com", + "https://scroll-rpc.publicnode.com", + ], + "shortName": "scr", + "slip44": None, + }, + "testnet": { + "chain": "ETH", + "chainId": 534351, + "ens": None, + "explorers": [ + { + "name": "Scroll Sepolia Etherscan", + "standard": "EIP3091", + "url": "https://sepolia.scrollscan.com", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://scroll.io", + "name": "Scroll Sepolia Testnet", + "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"}, + "networkId": 534351, + "rpc": [ + "https://sepolia-rpc.scroll.io", + "https://rpc.ankr.com/scroll_sepolia_testnet", + "https://scroll-sepolia.chainstacklabs.com", + "https://scroll-testnet-public.unifra.io", + "https://scroll-sepolia-rpc.publicnode.com", + ], + "shortName": "scr-sepolia", + "slip44": 1, + }, + }, + "unichain": { + "testnet": { + "chain": "ETH", + "chainId": 1301, + "ens": None, + "explorers": [ + { + "name": "Unichain Sepolia Testnet Explorer", + "standard": "EIP3091", + "url": "https://unichain-sepolia.blockscout.com", + }, + { + "name": "Unichain Sepolia Testnet Explorer", + "standard": "EIP3091", + "url": "https://sepolia.uniscan.xyz", + }, + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://unichain.org", + "name": "Unichain Sepolia Testnet", + "nativeCurrency": { + "decimals": 18, + "name": "Sepolia Ether", + "symbol": "ETH", + }, + "networkId": 1301, + "rpc": ["https://sepolia.unichain.org"], + "shortName": "unichain-sep", + "slip44": None, + }, + }, + "wemix": { + "mainnet": { + "chain": "WEMIX", + "chainId": 1111, + "ens": None, + "explorers": [ + { + "name": "WEMIX Block Explorer", + "standard": "EIP3091", + "url": "https://explorer.wemix.com", + } + ], + "faucets": [], + "features": None, + "icon": None, + "infoURL": "https://wemix.com", + "name": "WEMIX3.0 Mainnet", + "nativeCurrency": {"decimals": 18, "name": "WEMIX", "symbol": "WEMIX"}, + "networkId": 1111, + "rpc": ["https://api.wemix.com"], + "shortName": "wemix", + "slip44": None, + }, + "testnet": { + "chain": "TWEMIX", + "chainId": 1112, + "ens": None, + "explorers": [ + { + "name": "WEMIX Testnet Microscope", + "standard": "EIP3091", + "url": "https://microscope.test.wemix.com", + } + ], + "faucets": ["https://wallet.test.wemix.com/faucet"], + "features": None, + "icon": None, + "infoURL": "https://wemix.com", + "name": "WEMIX3.0 Testnet", + "nativeCurrency": { + "decimals": 18, + "name": "TestnetWEMIX", + "symbol": "tWEMIX", + }, + "networkId": 1112, + "rpc": ["https://api.test.wemix.com"], + "shortName": "twemix", + "slip44": 1, + }, + }, } diff --git a/scripts/update.py b/scripts/update.py index 5b014e2..489fa3e 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -35,6 +35,7 @@ "mainnet": 42161, "goerli": 421613, "sepolia": 421614, + "nova": 42170, }, "avalanche": { "mainnet": 43114, @@ -47,10 +48,21 @@ "blast": { "mainnet": 81457, "sepolia": 168587773, + "testnet": 23888, }, "bsc": { "mainnet": 56, "testnet": 97, + "opBNB": 204, + "opBNB-testnet": 5611, + }, + "bttc": { + "mainnet": 199, + "donau": 1028, + }, + "celo": { + "mainnet": 42220, + "alfajores": 44787, }, "ethereum": { "mainnet": 1, @@ -62,12 +74,26 @@ "mainnet": 250, "testnet": 4002, }, + "frax": { + "mainnet": 252, + "testnet": 2522, + }, "gnosis": { "mainnet": 100, }, + "kroma": { + "mainnet": 255, + "testnet": 2358, + }, "linea": { "mainnet": 59144, "sepolia": 59141, + "testnet": 59140, + }, + "moonbeam": { + "mainnet": 1284, + "moonbase": 1287, + "moonriver": 1285, }, "optimism": { "mainnet": 10, @@ -96,6 +122,17 @@ "mainnet": 109, "puppynet": 157, }, + "scroll": { + "mainnet": 534352, + "testnet": 534351, + }, + "unichain": { + "testnet": 1301, + }, + "wemix": { + "mainnet": 1111, + "testnet": 1112, + }, } pp = PrettyPrinter(indent=4) From 2cfd3030d8e2fa31fae62ac741a1faab545c0320 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 15 Oct 2024 15:35:23 -0600 Subject: [PATCH 2/4] fix: network name corrections --- evmchains/chains.py | 42 +++++------------------------------------- scripts/update.py | 9 ++++----- 2 files changed, 9 insertions(+), 42 deletions(-) diff --git a/evmchains/chains.py b/evmchains/chains.py index 44486c0..811b3be 100644 --- a/evmchains/chains.py +++ b/evmchains/chains.py @@ -3,7 +3,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!! !!!! This file is auto-generated by scripts/update.py !!!! -!!!! 2024-10-15 21:29:40.205894+00:00 !!!! +!!!! 2024-10-15 21:35:21.607873+00:00 !!!! !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! """ @@ -855,7 +855,7 @@ "shortName": "fraxtal", "slip44": None, }, - "testnet": { + "holesky": { "chain": "FRAX", "chainId": 2522, "ens": None, @@ -957,7 +957,7 @@ "shortName": "kroma", "slip44": None, }, - "testnet": { + "sepolia": { "chain": "ETH", "chainId": 2358, "ens": None, @@ -1058,38 +1058,6 @@ "shortName": "linea-sepolia", "slip44": 1, }, - "testnet": { - "chain": "ETH", - "chainId": 59140, - "ens": None, - "explorers": [ - { - "icon": "linea", - "name": "Etherscan", - "standard": "EIP3091", - "url": "https://goerli.lineascan.build", - }, - { - "icon": "linea", - "name": "Blockscout", - "standard": "EIP3091", - "url": "https://explorer.goerli.linea.build", - }, - ], - "faucets": ["https://faucetlink.to/goerli"], - "features": None, - "icon": "linea", - "infoURL": "https://linea.build", - "name": "Linea Goerli", - "nativeCurrency": {"decimals": 18, "name": "Linea Ether", "symbol": "ETH"}, - "networkId": 59140, - "rpc": [ - "https://rpc.goerli.linea.build", - "https://linea-goerli.infura.io/v3/${INFURA_API_KEY}", - ], - "shortName": "linea-goerli", - "slip44": 1, - }, }, "moonbeam": { "mainnet": { @@ -1630,7 +1598,7 @@ "shortName": "scr", "slip44": None, }, - "testnet": { + "sepolia": { "chain": "ETH", "chainId": 534351, "ens": None, @@ -1660,7 +1628,7 @@ }, }, "unichain": { - "testnet": { + "sepolia": { "chain": "ETH", "chainId": 1301, "ens": None, diff --git a/scripts/update.py b/scripts/update.py index 489fa3e..4c415da 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -76,19 +76,18 @@ }, "frax": { "mainnet": 252, - "testnet": 2522, + "holesky": 2522, }, "gnosis": { "mainnet": 100, }, "kroma": { "mainnet": 255, - "testnet": 2358, + "sepolia": 2358, }, "linea": { "mainnet": 59144, "sepolia": 59141, - "testnet": 59140, }, "moonbeam": { "mainnet": 1284, @@ -124,10 +123,10 @@ }, "scroll": { "mainnet": 534352, - "testnet": 534351, + "sepolia": 534351, }, "unichain": { - "testnet": 1301, + "sepolia": 1301, }, "wemix": { "mainnet": 1111, From 484d70b103b94187d2c2aac5a33502e9839a7232 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 15 Oct 2024 15:56:23 -0600 Subject: [PATCH 3/4] feat: lower --- evmchains/chains.py | 6 +++--- scripts/update.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/evmchains/chains.py b/evmchains/chains.py index 93fc7a0..8df4745 100644 --- a/evmchains/chains.py +++ b/evmchains/chains.py @@ -3,7 +3,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!! !!!! This file is auto-generated by scripts/update.py !!!! -!!!! 2024-10-15 21:37:37.485204+00:00 !!!! +!!!! 2024-10-15 21:56:20.252351+00:00 !!!! !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! """ @@ -427,7 +427,7 @@ "shortName": "bnbt", "slip44": 1, }, - "opBNB": { + "opbnb": { "chain": "opBNB", "chainId": 204, "ens": None, @@ -459,7 +459,7 @@ "shortName": "obnb", "slip44": 714, }, - "opBNB-testnet": { + "opbnb-testnet": { "chain": "opBNB", "chainId": 5611, "ens": None, diff --git a/scripts/update.py b/scripts/update.py index 4c415da..bc86cc7 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -53,8 +53,8 @@ "bsc": { "mainnet": 56, "testnet": 97, - "opBNB": 204, - "opBNB-testnet": 5611, + "opbnb": 204, + "opbnb-testnet": 5611, }, "bttc": { "mainnet": 199, From 6deba5640f49f491411a7a6bf30ede24b2d472d0 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 16 Oct 2024 13:01:55 -0500 Subject: [PATCH 4/4] refactor: rename frax to fraxtal --- evmchains/chains.py | 4 ++-- scripts/update.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/evmchains/chains.py b/evmchains/chains.py index 8df4745..b1b3cbe 100644 --- a/evmchains/chains.py +++ b/evmchains/chains.py @@ -3,7 +3,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!! !!!! This file is auto-generated by scripts/update.py !!!! -!!!! 2024-10-15 21:56:20.252351+00:00 !!!! +!!!! 2024-10-16 17:21:51.952134+00:00 !!!! !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!! """ @@ -828,7 +828,7 @@ "slip44": 1, }, }, - "frax": { + "fraxtal": { "mainnet": { "chain": "FRAX", "chainId": 252, diff --git a/scripts/update.py b/scripts/update.py index bc86cc7..f3fab70 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -74,7 +74,7 @@ "mainnet": 250, "testnet": 4002, }, - "frax": { + "fraxtal": { "mainnet": 252, "holesky": 2522, },