Primata
Primata
#### Checklist *Please replace the space inside the brackets with an **x** if the following items apply:* - [x ] I've verified that I use the latest version of the...
Loading an environment variable should handle private keys if private key is or isn't prefixed by "0x", indicating that its a hexadecimal. `vm.envUint("PRIVATE_KEY");` should handle prefixing it.
Error: fatal: Needed a single revision Unable to find current origin/master revision in submodule path 'lib/chainlink-brownie-contracts' Reproduce: > git clone https://github.com/smartcontractkit/foundry-starter-kit > cd foundry-start-kit > make Env: Windows 10 WSL2
For the sake of maintainability, it would be preferrable to use interfaces provided by the Aptos SDK. One example is the interface ABIRoot constructed locally: ``` export interface ABIRoot {...