private async getCode(
    address: string,
    block: RegularizedBlockSpecifier
  ): Promise<Uint8Array> {
    return await this.projectDecoder.getCode(address, block);