From 42a96bebf721357eb4468eeca6bd43f59e41b21c Mon Sep 17 00:00:00 2001 From: Mikhail Melnik Date: Thu, 29 Aug 2024 20:02:14 +0400 Subject: [PATCH] move txn examples to separate folder --- script/{ => txn_example}/CancelDst.s.sol | 0 script/{ => txn_example}/CancelSrc.s.sol | 0 script/{ => txn_example}/DeployEscrowDst.s.sol | 0 script/{ => txn_example}/DeployEscrowSrc.s.sol | 0 script/{ => txn_example}/WithdrawDst.s.sol | 0 script/{ => txn_example}/WithdrawSrc.s.sol | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename script/{ => txn_example}/CancelDst.s.sol (100%) rename script/{ => txn_example}/CancelSrc.s.sol (100%) rename script/{ => txn_example}/DeployEscrowDst.s.sol (100%) rename script/{ => txn_example}/DeployEscrowSrc.s.sol (100%) rename script/{ => txn_example}/WithdrawDst.s.sol (100%) rename script/{ => txn_example}/WithdrawSrc.s.sol (100%) diff --git a/script/CancelDst.s.sol b/script/txn_example/CancelDst.s.sol similarity index 100% rename from script/CancelDst.s.sol rename to script/txn_example/CancelDst.s.sol diff --git a/script/CancelSrc.s.sol b/script/txn_example/CancelSrc.s.sol similarity index 100% rename from script/CancelSrc.s.sol rename to script/txn_example/CancelSrc.s.sol diff --git a/script/DeployEscrowDst.s.sol b/script/txn_example/DeployEscrowDst.s.sol similarity index 100% rename from script/DeployEscrowDst.s.sol rename to script/txn_example/DeployEscrowDst.s.sol diff --git a/script/DeployEscrowSrc.s.sol b/script/txn_example/DeployEscrowSrc.s.sol similarity index 100% rename from script/DeployEscrowSrc.s.sol rename to script/txn_example/DeployEscrowSrc.s.sol diff --git a/script/WithdrawDst.s.sol b/script/txn_example/WithdrawDst.s.sol similarity index 100% rename from script/WithdrawDst.s.sol rename to script/txn_example/WithdrawDst.s.sol diff --git a/script/WithdrawSrc.s.sol b/script/txn_example/WithdrawSrc.s.sol similarity index 100% rename from script/WithdrawSrc.s.sol rename to script/txn_example/WithdrawSrc.s.sol