FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

Made manifest contract_id work with both namespaced and non-namespaced contract IDs #1326

Closed dadepo closed 1 year ago

dadepo commented 1 year ago

Closes #1137

Description

Made manifest contract_id work with both namespaced and non-namespaced contract IDs

Changelog

Updated the logic that parses the address in the manifest to Bech32ContractId to work with both namespace and non-space addresses.

ra0x3 commented 1 year ago

@dadepo