gmsol-utils 0.7.1

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[macro_export]
macro_rules! security_txt {
    ($name:expr) => {
        $crate::solana_security_txt::security_txt! {
            name: $name,
            project_url: "https://gmxsol.io",
            contacts: "email:security@gmxsol.io,email:admin@zenith.security,link:https://discord.gg/gmxsol",
            policy: "https://github.com/gmsol-labs/gmx-solana/blob/main/SECURITY.md",
            preferred_languages: "en",
            source_code: "https://github.com/gmsol-labs/gmx-solana",
            auditors: "Zenith,Sherlock"
        }
    };
}