* upgrade deploy scripts to use wormhole store
* deploy not find
* deploy price feed and entropy to taiko
* rename type
* rename method
* address feedback
* update js docs
* deploy to olive testnet
* pre commit
* rename deploy config to base deploy config
* rename wormhole contract as per other names
* store for wormhole
* fix var name
* rename var
* rename contract based on other namings
* add yaml for aptos and cosmwasm
* feat(contract_manager): Add check for wormhole address on entropy deployment
* feat(contract_manager): Add getter for wormhole in entropy contract
* feat(contract_manager): topup entropy provider if necessary
* feat(contract_manager): find out wormhole address automatically for entropy
* feat(contract_manager): parse uri
* feat(contract_manager): Add list script for entropy contracts
* feat(contract_manager): script for EVM feeds contract deployment
This change adds a script to replace truffle deployment scripts. This
gives us more control and flexibility over the deployment process.
* chore: address comments
---------
Co-authored-by: Dev Kalra <kalradev@outlook.com>