From bb6336edcafb4b827e73a295d5880f21b68b2fae Mon Sep 17 00:00:00 2001 From: DefiCake Date: Fri, 12 Apr 2024 13:01:12 +0200 Subject: [PATCH] refactor: rename main.sw at proxy to proxy.sw --- packages/fungible-token/bridge-fungible-token/proxy/Forc.toml | 2 +- .../bridge-fungible-token/proxy/src/{main.sw => proxy.sw} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/fungible-token/bridge-fungible-token/proxy/src/{main.sw => proxy.sw} (100%) diff --git a/packages/fungible-token/bridge-fungible-token/proxy/Forc.toml b/packages/fungible-token/bridge-fungible-token/proxy/Forc.toml index b6e916bf..005e1291 100644 --- a/packages/fungible-token/bridge-fungible-token/proxy/Forc.toml +++ b/packages/fungible-token/bridge-fungible-token/proxy/Forc.toml @@ -1,6 +1,6 @@ [project] authors = ["Fuel Labs "] -entry = "main.sw" +entry = "proxy.sw" license = "Apache-2.0" name = "proxy" diff --git a/packages/fungible-token/bridge-fungible-token/proxy/src/main.sw b/packages/fungible-token/bridge-fungible-token/proxy/src/proxy.sw similarity index 100% rename from packages/fungible-token/bridge-fungible-token/proxy/src/main.sw rename to packages/fungible-token/bridge-fungible-token/proxy/src/proxy.sw