gmsol-store 0.6.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use anchor_lang::prelude::*;

/// The Chainlink Program.
pub struct Chainlink;

anchor_lang::solana_program::declare_id!("HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny");

impl Id for Chainlink {
    fn id() -> Pubkey {
        ID
    }
}