From ce911748b057728d3d033a97dbb014ffd68fd85f Mon Sep 17 00:00:00 2001 From: Mat Milbury Date: Tue, 19 Mar 2024 06:57:46 +0100 Subject: [PATCH] Update a dead link in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d990e59..dbddb89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Inspired by [ape-safe](https://github.com/banteg/ape-safe) and Olymsig Only supports Mainnet, Goerli and Arbitrum currently. If you'd like more to be supported, please make a PR. -The only chains supported by Gnosis Safe API can be found [here](https://docs.safe.global/learn/safe-core/safe-core-api/available-services#safe-transaction-service). +The only chains supported by Gnosis Safe API can be found [here](https://docs.safe.global/advanced/api-supported-networks). ## Installation @@ -47,4 +47,4 @@ function run(bool send_) public { executeBatch(safe, send_); } -``` \ No newline at end of file +```