forked from anza-xyz/octane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
49 lines (49 loc) · 1.64 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"rpcUrl": "https://mainnet.helius-rpc.com/?api-key=15d5a3af-42ab-405f-9374-c297edc0dc9b",
"maxSignatures": 2,
"lamportsPerSignature": 5000,
"corsOrigin": true,
"returnSignature": null,
"endpoints": {
"transfer": {
"tokens": [
{
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"account": "F399ptZ4ct7qQ9cnYeQNL9J41RCysp4ctdEDEz8EMHLB",
"decimals": 5,
"fee": 10000000
}
]
},
"createAssociatedTokenAccount": {
"tokens": [
{
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"account": "F399ptZ4ct7qQ9cnYeQNL9J41RCysp4ctdEDEz8EMHLB",
"decimals": 5,
"fee": 10000000
}
]
},
"whirlpoolsSwap": {
"tokens": [
{
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"account": "F399ptZ4ct7qQ9cnYeQNL9J41RCysp4ctdEDEz8EMHLB",
"decimals": 5,
"fee": 10000000,
"burnFeeBp": 250,
"transferFeeBp": 250
},
{
"mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"account": "Cc6xyysCacQJEmoaxYLnX3WrD2xm381Wh4gmqUFWCrn2",
"decimals": 6,
"fee": 10000000,
"burnFeeBp": 0,
"transferFeeBp": 250
}
]
}
}
}