diff --git a/contracts-periphery/foundry.toml b/contracts-periphery/foundry.toml index 93566dd48..47fa588e2 100644 --- a/contracts-periphery/foundry.toml +++ b/contracts-periphery/foundry.toml @@ -1,8 +1,10 @@ [profile.default] verbosity = 3 +fs_permissions = [{ access = "read", path = "./"}] [profile.ci] fuzz_runs = 10000 +fs_permissions = [{ access = "read", path = "./"}] # See more config options https://github.com/gakonst/foundry/tree/master/config [rpc_endpoints] diff --git a/frontend/src/components/AccountReceiveTable.vue b/frontend/src/components/AccountReceiveTable.vue index 60928aba7..a0fc8931e 100644 --- a/frontend/src/components/AccountReceiveTable.vue +++ b/frontend/src/components/AccountReceiveTable.vue @@ -116,7 +116,7 @@
@@ -233,7 +233,7 @@