UNPKG

@broxus/locklift-verifier

Version:

Locklift plugin for integration with Everscan contract verification service

25 lines (23 loc) 456 B
import * as os from "os"; export const supportedPlatforms = [ { TYPE: "Windows_NT", ARCHITECTURE: "x64", RUST_TARGET: "x86_64-pc-windows-msvc", }, { TYPE: "Linux", ARCHITECTURE: "x64", RUST_TARGET: "x86_64-unknown-linux-musl", }, { TYPE: "Darwin", ARCHITECTURE: "x64", RUST_TARGET: "x86_64-apple-darwin", }, { TYPE: "Darwin", ARCHITECTURE: "arm64", RUST_TARGET: "x86_64-apple-darwin", }, ];