forked from anza-xyz/octane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 1008 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"rpcUrl": "https://api.devnet.solana.com",
"maxSignatures": 2,
"lamportsPerSignature": 5000,
"corsOrigin": true,
"endpoints": {
"transfer": {
"tokens": [
{
"mint": "__PLACEHOLDER__",
"account": "__PLACEHOLDER__",
"decimals": 9,
"fee": 10000000
}
]
},
"createAssociatedTokenAccount": {
"tokens": [
{
"mint": "__PLACEHOLDER__",
"account": "__PLACEHOLDER__",
"decimals": 9,
"fee": 10000000
}
]
},
"whirlpoolsSwap": {
"tokens": [
{
"mint": "__PLACEHOLDER__",
"account": "__PLACEHOLDER__",
"decimals": 9,
"fee": 10000000
}
]
}
}
}