diff --git a/types/python/moonstreamtypes/blockchain.py b/types/python/moonstreamtypes/blockchain.py index 53e382ec..540f4129 100644 --- a/types/python/moonstreamtypes/blockchain.py +++ b/types/python/moonstreamtypes/blockchain.py @@ -20,8 +20,6 @@ AvalancheFujiTransaction, AvalancheLabel, AvalancheTransaction, - B3Block, - B3SepoliaBlock, BlastBlock, BlastLabel, BlastSepoliaBlock, @@ -164,9 +162,7 @@ def get_block_model( BlastSepoliaBlock, ProofOfPlayApexBlock, MantleBlock, - MantleSepoliaBlock, - B3Block, - B3SepoliaBlock, + MantleSepoliaBlock ] ]: """ @@ -194,9 +190,7 @@ def get_block_model( BlastSepoliaBlock, ProofOfPlayApexBlock, MantleBlock, - MantleSepoliaBlock, - B3Block, - B3SepoliaBlock, + MantleSepoliaBlock ] ] if blockchain_type == AvailableBlockchainType.ETHEREUM: @@ -241,10 +235,6 @@ def get_block_model( block_model = MantleBlock elif blockchain_type == AvailableBlockchainType.MANTLE_SEPOLIA: block_model = MantleSepoliaBlock - elif blockchain_type == AvailableBlockchainType.B3: - block_model = B3Block - elif blockchain_type == AvailableBlockchainType.B3_SEPOLIA: - block_model = B3SepoliaBlock else: raise Exception("Unsupported blockchain type provided") diff --git a/types/python/moonstreamtypes/version.txt b/types/python/moonstreamtypes/version.txt index d169b2f2..c5d54ec3 100644 --- a/types/python/moonstreamtypes/version.txt +++ b/types/python/moonstreamtypes/version.txt @@ -1 +1 @@ -0.0.8 +0.0.9