Skip to content

Commit b648700

Browse files
committed
Fixing Network type hint
1 parent 4bdff68 commit b648700

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

evm_wallet/types.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
TokenAmount = Union[Wei, int]
88
AddressLike = Union[Address, ChecksumAddress, str]
9-
Network = Literal['Arbitrum Goerli', 'Arbitrum', 'BSC', 'tBSC', 'Ethereum', 'Goerli', 'Sepolia', 'Optimism',
10-
'Optimism Goerli', 'Polygon', 'Mumbai', 'zkSync']
9+
Network = Literal['Arbitrum Goerli', 'Arbitrum', 'Avalanche', 'Base', 'Base Goerli', 'BSC', 'BSC Testnet', 'Ethereum',
10+
'Fantom', 'Fantom Testnet', 'Fuji', 'Goerli', 'Linea', 'Linea Goerli', 'Mumbai', 'opBNB',
11+
'opBNB Testnet', 'Optimism', 'Optimism Goerli', 'Polygon', 'Sepolia', 'zkSync']
1112

1213
NativeToken = Literal['AGOR', 'ARB', 'BNB', 'tBNB', 'ETH', 'GETH', 'SETH', 'MATIC', 'OP',
1314
'0x0000000000000000000000000000000000000000']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'evm_wallet'
3-
version = '1.0.2'
3+
version = '1.0.3'
44
description = 'The package, containing wrapper over EVM operations for interacting through Wallet entities'
55
authors = ['Alexey <abelenkov2006@gmail.com>']
66
license = 'MIT'

0 commit comments

Comments
 (0)