@@ -37,8 +37,6 @@ def test_filter_params(ub):
37
37
('eth' , 'sepolia' , 'https://api-sepolia.etherscan.io/api' ),
38
38
('bsc' , 'main' , 'https://api.bscscan.com/api' ),
39
39
('bsc' , 'testnet' , 'https://api-testnet.bscscan.com/api' ),
40
- ('avax' , 'main' , 'https://api.snowtrace.io/api' ),
41
- ('avax' , 'testnet' , 'https://api-testnet.snowtrace.io/api' ),
42
40
('polygon' , 'main' , 'https://api.polygonscan.com/api' ),
43
41
('polygon' , 'testnet' , 'https://api-testnet.polygonscan.com/api' ),
44
42
('optimism' , 'main' , 'https://api-optimistic.etherscan.io/api' ),
@@ -66,8 +64,6 @@ def test_api_url(api_kind, network_name, expected):
66
64
('eth' , 'sepolia' , 'https://sepolia.etherscan.io' ),
67
65
('bsc' , 'main' , 'https://bscscan.com' ),
68
66
('bsc' , 'testnet' , 'https://testnet.bscscan.com' ),
69
- ('avax' , 'main' , 'https://snowtrace.io' ),
70
- ('avax' , 'testnet' , 'https://testnet.snowtrace.io' ),
71
67
('polygon' , 'main' , 'https://polygonscan.com' ),
72
68
('polygon' , 'testnet' , 'https://mumbai.polygonscan.com' ),
73
69
('optimism' , 'main' , 'https://optimistic.etherscan.io' ),
@@ -95,7 +91,6 @@ def test_invalid_api_kind():
95
91
[
96
92
('eth' , 'ETH' ),
97
93
('bsc' , 'BNB' ),
98
- ('avax' , 'AVAX' ),
99
94
('polygon' , 'MATIC' ),
100
95
('optimism' , 'ETH' ),
101
96
('arbitrum' , 'ETH' ),
0 commit comments