derive-rs 0.1.17

Rust SDK for Derive.xyz
1
2
3
4
5
6
7
8
9
pub const REFFERAL_CODE: &str = "0x9135BA0f495244dc0A5F029b25CDE95157Db89AD";
pub const CLIENT_NAME: &str = "derive-rs";
pub const ZERO_ADDRESS: &str = "0x0000000000000000000000000000000000000000";

// V3 settlement contracts (Sepolia), per https://docs.derive.xyz/getting-started/contracts
pub const ACTION_MANAGER: &str = "0xd3625eCf97E5554C62A48Ac1c9284C9dCeFceB68";
pub const VAPP: &str = "0x1573bde26338A9E6AA358638679A796c81E33246";
pub const WITHDRAWAL_OUTBOX: &str = "0xFbB62CE2BbFdFdc8a60DDC22115aC29cf91B4566";
pub const SPOT_VAULT: &str = "0x3FB79aafCD401CDD19e3d729241545955DDE0D48";