Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Aug 9, 2023
1 parent c9c1a37 commit b561dea
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions contracts/entry-point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ SwapExactCoinIn:
``` json
{
"swap_and_action": {
"fee_swap": {
"swap_venue_name": "neutron-astroport",
"operations": [
{
"pool": "neutron...",
"denom_in": "uatom",
"denom_out": "untrn"
}
]
},
"user_swap": {
"swap_exact_coin_in": {
"swap_venue_name": "neutron-astroport",
Expand All @@ -90,8 +80,38 @@ SwapExactCoinIn:
},
"timeout_timestamp": 1000000000000,
"post_swap_action": {
"bank_send": {
"to_address": "neutron..."
"ibc_transfer": {
"ibc_info": {
"source_channel": "channel-1",
"receiver": "cosmos...",
"fee": {
"recv_fee": [],
"ack_fee": [
{
"denom": "untrn",
"amount": "100"
}
],
"timeout_fee": [
{
"denom": "untrn",
"amount": "100"
}
]
},
"memo": "",
"recover_address": "neutron..."
}
"fee_swap": {
"swap_venue_name": "neutron-astroport",
"operations": [
{
"pool": "neutron...",
"denom_in": "uatom",
"denom_out": "untrn"
}
]
},
}
},
"affiliates": [
Expand All @@ -109,16 +129,6 @@ SwapExactCoinOut:
``` json
{
"swap_and_action": {
"fee_swap": {
"swap_venue_name": "neutron-astroport",
"operations": [
{
"pool": "neutron...",
"denom_in": "uatom",
"denom_out": "untrn"
}
]
},
"user_swap": {
"swap_exact_coin_out": {
"swap_venue_name": "neutron-astroport",
Expand Down

0 comments on commit b561dea

Please sign in to comment.