v0.2.11-pre.009
This commit is contained in:
43
config/examples/std.offchain_transport.example.json
Normal file
43
config/examples/std.offchain_transport.example.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"format_version": 1,
|
||||
"default_profile": "custom_free",
|
||||
"profiles": [
|
||||
{
|
||||
"profile_id": "custom_free",
|
||||
"market_price": {
|
||||
"birdeye": {
|
||||
"enabled": true,
|
||||
"api_key": "${KSP_SECRET_BIRDEYE_API_KEY}"
|
||||
},
|
||||
"coinbase_exchange": {
|
||||
"enabled": true
|
||||
},
|
||||
"coingecko": {
|
||||
"enabled": true,
|
||||
"access_mode": "demo",
|
||||
"api_key": "${KSP_SECRET_COINGECKO_DEMO_API_KEY}"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"enabled": true,
|
||||
"access_mode": "basic",
|
||||
"api_key": "${KSP_SECRET_COINMARKETCAP_API_KEY}"
|
||||
},
|
||||
"coinpaprika": {
|
||||
"enabled": true
|
||||
},
|
||||
"dexscreener": {
|
||||
"enabled": true,
|
||||
"sol_usd_pair_address": "${KSP_PUBLIC_DEXSCREENER_SOL_USD_PAIR_ADDRESS}"
|
||||
},
|
||||
"jupiter": {
|
||||
"enabled": true,
|
||||
"access_mode": "free",
|
||||
"api_key": "${KSP_SECRET_JUPITER_API_KEY}"
|
||||
},
|
||||
"kraken": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user