Skip to content

Commit

Permalink
chore: add polkadot address
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Dec 16, 2024
1 parent 9d86420 commit c3da775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
source: api/bin/chainflip-ingress-egress-tracker/src/witnessing/state_chain.rs
expression: "store.storage.get(\"vault_deposit:Ethereum:b5c8bd9430b6cc87a0e2fe110ece6bf527fa4f170a4bc8cd032f768fc5219838\").unwrap()"
snapshot_kind: text
---
{"affiliate_fees":[{"account":"cFHtoB6DrnqUVY4DwMHCVCtgCLsiHvv98oGw8k66tazF2ToFv","bps":10}],"amount":"0x64","boost_fee":5,"broker_fee":{"account":"cFHsUq1uK5opJudRDczhdPVj6LGoVTqYsfj71tbHfKsTAzkJJ","bps":10},"ccm_deposit_metadata":null,"dca_params":{"chunk_interval":100,"number_of_chunks":5},"deposit_chain_block_height":1,"deposit_details":null,"destination_address":{"Eth":"0x0000000000000000000000000000000000000000"},"input_asset":{"asset":"ETH","chain":"Ethereum"},"output_asset":{"asset":"FLIP","chain":"Ethereum"},"refund_params":{"min_price":"0x0","refund_address":{"Eth":"0x541f563237a309b3a61e33bdf07a8930bdba8d99"},"retry_duration":0}}
{"affiliate_fees":[{"account":"cFHtoB6DrnqUVY4DwMHCVCtgCLsiHvv98oGw8k66tazF2ToFv","bps":10}],"amount":"0x64","boost_fee":5,"broker_fee":{"account":"cFHsUq1uK5opJudRDczhdPVj6LGoVTqYsfj71tbHfKsTAzkJJ","bps":10},"ccm_deposit_metadata":null,"dca_params":{"chunk_interval":100,"number_of_chunks":5},"deposit_chain_block_height":1,"deposit_details":null,"destination_address":{"Dot":"111111111111111111111111111111111HC1"},"input_asset":{"asset":"ETH","chain":"Ethereum"},"output_asset":{"asset":"FLIP","chain":"Ethereum"},"refund_params":{"min_price":"0x0","refund_address":{"Eth":"0x541f563237a309b3a61e33bdf07a8930bdba8d99"},"retry_duration":0}}
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ mod tests {
deposit_amount: 100u128,
input_asset: cf_chains::assets::eth::Asset::Eth,
output_asset: cf_primitives::Asset::Flip,
destination_address: cf_chains::address::EncodedAddress::Eth([0; 20]),
destination_address: cf_chains::address::EncodedAddress::Dot([0; 32]),
deposit_metadata: None,
deposit_details: Default::default(),
broker_fee: Beneficiary { account: AccountId32::new([0; 32]), bps: 10 },
Expand Down

0 comments on commit c3da775

Please sign in to comment.