diff --git a/op-withdrawer/example/README.md b/op-withdrawer/example/README.md new file mode 100644 index 0000000..4c85d6e --- /dev/null +++ b/op-withdrawer/example/README.md @@ -0,0 +1,3 @@ +# Deposit + Withdraw example + +This directory contains an example Golang script that demonstrates how to deposit and withdraw funds from a deployed chain. diff --git a/example/main.go b/op-withdrawer/example/main.go similarity index 100% rename from example/main.go rename to op-withdrawer/example/main.go