Hey!
I’ve deployed a contract to both testnet and mainnet, and in it I define several named paths. When I’m on mainnet and try to access the value at the given path (for example, retrieving from DimeCollectibleV2.CollectionStoragePath), the path evaluates to something different from what is in the contract (I think it has the word “Collection” appended, or it’s missing the “V2” at the end of the path). Any idea what could be causing this? The same contract deployed on testnet is working fine, and the path is coming out as the correct value.
Thanks!