Skip to content

Commit

Permalink
partial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Feb 27, 2024
1 parent 349f691 commit 8c999f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"function": "proposeMultiTransferEsdtBatch",
"arguments": [
"1",
"0x0102030405060708091011121314151617181920", "address:user", "str:WEGLD-123456", "76,000,000,000", "1", "0x01|nested:str:data|u64:20000000|u32:0",
"0x0102030405060708091011121314151617181920", "address:user", "str:ETH-123456", "76,000,000,000", "2", "0x01|nested:str:data|u64:20000000|u32:0"
"0x0102030405060708091011121314151617181920", "address:user", "str:WEGLD-123456", "76,000,000,000", "1", "0x01|u8:4|str:data|u32:20000000|u8:0",
"0x0102030405060708091011121314151617181920", "address:user", "str:ETH-123456", "76,000,000,000", "2", "0x01|u8:4|str:data|u32:20000000|u8:0"
],
"gasLimit": "50,000,000",
"gasPrice": "0"
Expand Down Expand Up @@ -49,15 +49,15 @@
"3-token_id": "nested:str:WEGLD-123456",
"4-amount": "biguint:76,000,000,000",
"5-tx_nonce": "u64:1",
"6-call_data": "0x01|nested:str:data|u64:20000000|u32:0"
"6-call_data": "0x01|u8:4|str:data|u32:20000000|u8:0"
},
{
"1-from": "0x0102030405060708091011121314151617181920",
"2-to": "address:user",
"3-token_id": "nested:str:ETH-123456",
"4-amount": "biguint:76,000,000,000",
"5-tx_nonce": "u64:2",
"6-call_data": "0x01|nested:str:data|u64:20000000|u32:0"
"6-call_data": "0x01|u8:4|str:data|u32:20000000|u8:0"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"str:WEGLD-123456",
"76,000,000,000",
"str:data",
"0x01|nested:str:data|u64:2,000,000|u32:0",
"0x01|u8:4|str:data|u32:20000000|u8:0",
"0x0102030405060708091011121314151617181920",
"sc:egld_esdt_swap",
"str:ETH-123456",
"76,000,000,000",
"u64:2",
"0x01|nested:str:data|u64:2,000,000|u32:0"
"0x01|u8:4|str:data|u32:20000000|u8:0"
],
"gasLimit": "50,000,000",
"gasPrice": "0"
Expand Down Expand Up @@ -54,13 +54,13 @@
"str:WEGLD-123456",
"76,000,000,000",
"u64:2",
"0x01|nested:str:data|u64:2,000,000|u32:0",
"0x01|u8:4|str:data|u32:20000000|u8:0",
"0x0102030405060708091011121314151617181920",
"sc:egld_esdt_swap",
"str:ETH-123456",
"76,000,000,000",
"u64:3",
"0x01|nested:str:data|u64:2,000,000|u32:0"
"0x01|u8:4|str:data|u32:20000000|u8:0"
],
"gasLimit": "50,000,000",
"gasPrice": "0"
Expand Down Expand Up @@ -88,13 +88,13 @@
"str:WEGLD-123456",
"76,000,000,000",
"u64:1",
"0x01|nested:str:data|u64:2,000,000|u32:0",
"0x01|u8:4|str:data|u32:20000000|u8:0",
"0x0102030405060708091011121314151617181920",
"sc:egld_esdt_swap",
"str:ETH-123456",
"76,000,000,000",
"u64:2",
"0x01|nested:str:data|u64:2,000,000|u32:0"
"0x01|u8:4|str:data|u32:20000000|u8:0"
],
"gasLimit": "50,000,000",
"gasPrice": "0"
Expand Down Expand Up @@ -127,15 +127,15 @@
"3-token_id": "nested:str:WEGLD-123456",
"4-amount": "biguint:76,000,000,000",
"5-tx_id": "u64:1",
"6-call_data": "0x01|nested:str:data|u64:2,000,000|u32:0"
"6-call_data": "0x01|u8:4|str:data|u32:20000000|u8:0"
},
{
"1-from": "0x0102030405060708091011121314151617181920",
"2-to": "sc:egld_esdt_swap",
"3-token_id": "nested:str:ETH-123456",
"4-amount": "biguint:76,000,000,000",
"5-tx_id": "u64:2",
"6-call_data": "0x01|nested:str:data|u64:2,000,000|u32:0"
"6-call_data": "0x01|u8:4|str:data|u32:20000000|u8:0"
}
]
},
Expand Down

0 comments on commit 8c999f4

Please sign in to comment.