UNPKG
@vaulverin/orca-sdk
Version:
latest (1.2.5)
1.2.23
1.2.5
1.2.3
1.2.2-3.1
Typescript SDK for the Orca protocol.
www.orca.so
orca-so/typescript-sdk
@vaulverin/orca-sdk
/
dist
/
public
/
utils
/
constants.d.ts
6 lines
(5 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PublicKey
}
from
"@solana/web3.js"
;
export
declare
const
ORCA_TOKEN_SWAP_ID
:
PublicKey
;
export
declare
const
ORCA_TOKEN_SWAP_ID_DEVNET
:
PublicKey
;
export
declare
const
SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID
:
PublicKey
;
export
declare
const
ORCA_FARM_ID
:
PublicKey
;