From 8ca2ee744b68e93d77dd8331acc4edfb6b925659 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Wed, 11 Dec 2024 18:44:13 -1000 Subject: [PATCH] Move example --- op-withdrawer/example/README.md | 3 +++ {example => op-withdrawer/example}/main.go | 0 2 files changed, 3 insertions(+) create mode 100644 op-withdrawer/example/README.md rename {example => op-withdrawer/example}/main.go (100%) 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