Skip to content

Commit

Permalink
[API-2599] Remove src/dst_chain_id deprecated fields from docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu authored Jul 25, 2024
1 parent f17527e commit 6b5d80d
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ Once indexing for the transaction has begun, the `state` will change to `STATE_P
"transfer_sequence": [
{
"ibc_transfer": {
"src_chain_id": "axelar_dojo-1",
"dst_chain_id": "osmosis-1",
"from_chain_id": "axelar_dojo-1",
"to_chain_id": "osmosis-1",
"state": "TRANSFER_PENDING",
"packet": {
"send_tx": {
Expand Down Expand Up @@ -294,8 +294,8 @@ The transfer assets will be released before all expected acknowledgements have b
"transfer_sequence": [
{
"ibc_transfer": {
"src_chain_id": "axelar_dojo-1",
"dst_chain_id": "osmosis-1",
"from_chain_id": "axelar_dojo-1",
"to_chain_id": "osmosis-1",
"state": "TRANSFER_PENDING",
"packet": {
"send_tx": {
Expand All @@ -317,8 +317,8 @@ The transfer assets will be released before all expected acknowledgements have b
},
{
"ibc_transfer": {
"src_chain_id": "osmosis-1",
"dst_chain_id": "cosmoshub-4",
"from_chain_id": "osmosis-1",
"to_chain_id": "cosmoshub-4",
"state": "TRANSFER_SUCCESS",
"packet": {
"send_tx": {
Expand Down Expand Up @@ -363,8 +363,8 @@ Once it has been determined that all packets along the transfer sequence have ei
"transfer_sequence": [
{
"ibc_transfer": {
"src_chain_id": "axelar_dojo-1",
"dst_chain_id": "osmosis-1",
"from_chain_id": "axelar_dojo-1",
"to_chain_id": "osmosis-1",
"state": "TRANSFER_SUCCESS",
"packet": {
"send_tx": {
Expand All @@ -389,8 +389,8 @@ Once it has been determined that all packets along the transfer sequence have ei
},
{
"ibc_transfer": {
"src_chain_id": "osmosis-1",
"dst_chain_id": "cosmoshub-4",
"from_chain_id": "osmosis-1",
"to_chain_id": "cosmoshub-4",
"state": "TRANSFER_SUCCESS",
"packet": {
"send_tx": {
Expand Down Expand Up @@ -438,8 +438,8 @@ Any packet acknowledgement errors will be surfaced in the error field for the re
"transfer_sequence": [
{
"ibc_transfer": {
"src_chain_id": "osmosis-1",
"dst_chain_id": "cosmoshub-4",
"from_chain_id": "osmosis-1",
"to_chain_id": "cosmoshub-4",
"state": "TRANSFER_FAILED",
"packet": {
"send_tx": {
Expand Down

0 comments on commit 6b5d80d

Please sign in to comment.