UNPKG
@xswap-link/sdk
Version:
latest (0.12.2)
0.12.2
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.15
0.10.14
0.10.13
0.10.12
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
JavaScript SDK for XSwap platform
github.com/xswap-link/xswap-sdk
xswap-link/xswap-sdk
@xswap-link/sdk
/
src
/
services
/
svm
/
bindings
/
programId.ts
7 lines
(5 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
PublicKey
}
from
"@solana/web3.js"
// This constant will not get overwritten on subsequent code generations and it's safe to modify it's value.
export
const
PROGRAM_ID
:
PublicKey
=
new
PublicKey
(
"Ccip8ZTcM2qHjVt8FYHtuCAqjc637yLKnsJ5q5r2e6eL"
)