mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Start AMM concept, AMM-Devnet support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
DEFAULT_ADDRESS_1 = "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn"
|
||||
DEFAULT_ADDRESS_2 = "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX"
|
||||
TST_ISSUER = "rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd"
|
||||
|
||||
Request("Account Methods")
|
||||
|
||||
@@ -475,6 +476,22 @@ Request('ripple_path_find', {
|
||||
}
|
||||
})
|
||||
|
||||
Request('amm_info', {
|
||||
description: "Looks up info on an Automated Market Maker instance.",
|
||||
link: "amm_info.html",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"command": "amm_info",
|
||||
"asset": {
|
||||
"currency": "XRP"
|
||||
},
|
||||
"asset2": {
|
||||
"currency": "TST",
|
||||
"issuer": TST_ISSUER
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Request("Payment Channel Methods")
|
||||
|
||||
Request('channel_authorize', {
|
||||
|
||||
Reference in New Issue
Block a user