Skip to content

Commit 758bea9

Browse files
committed
add failsafe src to readme
1 parent e2a34ef commit 758bea9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Contract | mainnet | sepolia | goerli
2121
--- | --- | --- | ---
2222
[CreateVaultZap](./src/zaps/CreateVaultZap.sol) | [0x56dab32697B4A313f353DA0CE42B5113eD8E6f74](https://etherscan.io/address/0x56dab32697B4A313f353DA0CE42B5113eD8E6f74#code) | [0xD80b916470F8e79FD8d09874cb159CbB8D13d8da](https://sepolia.etherscan.io/address/0xD80b916470F8e79FD8d09874cb159CbB8D13d8da#code) | [0xc6464CC63bC20b64e1633A0293C2C9b202F4f1b6](https://goerli.etherscan.io/address/0xc6464CC63bC20b64e1633A0293C2C9b202F4f1b6#code)
2323
DefaultProxyAdmin | [0xf8Cab5e4912e08c475033776d9472b81c1325e58](https://etherscan.io/address/0xf8Cab5e4912e08c475033776d9472b81c1325e58#code) | [0x36cBBb16F2FA71d4B773E9F4A11cF7FC53B13EfD](https://sepolia.etherscan.io/address/0x36cBBb16F2FA71d4B773E9F4A11cF7FC53B13EfD#code) | [0xa0d26F02D5e94C8E9ED524875D9fce36ab4838a2](https://goerli.etherscan.io/address/0xa0d26F02D5e94C8E9ED524875D9fce36ab4838a2#code)
24-
FailSafe | [0x8665664CD32B6263A9b716371814Dc8CecFb8F2B](https://etherscan.io/address/0x8665664CD32B6263A9b716371814Dc8CecFb8F2B#code) | N/A | N/A
24+
[FailSafe](./src/FailSafe.sol) | [0x8665664CD32B6263A9b716371814Dc8CecFb8F2B](https://etherscan.io/address/0x8665664CD32B6263A9b716371814Dc8CecFb8F2B#code) | N/A | N/A
2525
[MarketplaceUniversalRouterZap](./src/zaps/MarketplaceUniversalRouterZap.sol) | [0x293A0c49c85F1D8851C665Ac3cE1f1DC2a79bE3d](https://etherscan.io/address/0x293A0c49c85F1D8851C665Ac3cE1f1DC2a79bE3d#code) | [0xd88a3B9D0Fb2d39ec8394CfFD983aFBB2D4a6410](https://sepolia.etherscan.io/address/0xd88a3B9D0Fb2d39ec8394CfFD983aFBB2D4a6410#code) | [0x0be2D766Eef4b6a72F1fAe2e49619F013d647B8A](https://goerli.etherscan.io/address/0x0be2D766Eef4b6a72F1fAe2e49619F013d647B8A#code)
2626
[MigratorZap](./src/zaps/MigratorZap.sol) | [0x089610Fb04c34C014B4B391f4eCEFAef94E98CEc](https://etherscan.io/address/0x089610Fb04c34C014B4B391f4eCEFAef94E98CEc#code) | [0x19762e505aF085284E287c8DAb931fb28545461f](https://sepolia.etherscan.io/address/0x19762e505aF085284E287c8DAb931fb28545461f#code) | [0xD4B67Fe6a1258fd5e1C4dF84f3De01F62e7ac127](https://goerli.etherscan.io/address/0xD4B67Fe6a1258fd5e1C4dF84f3De01F62e7ac127#code)
2727
[NFTXEligibilityManager](./src/v2/NFTXEligibilityManager.sol) | [0x4086e98Cce041d286112d021612fD894cFed94D5](https://etherscan.io/address/0x4086e98Cce041d286112d021612fD894cFed94D5#code) | [0xa1ad09f8Fd789E3A940Ba9Dc5aE4D17021eF290D](https://sepolia.etherscan.io/address/0xa1ad09f8Fd789E3A940Ba9Dc5aE4D17021eF290D#code) | [0xA4e9e286CE7A34d19f774c36844225468290C3A8](https://goerli.etherscan.io/address/0xA4e9e286CE7A34d19f774c36844225468290C3A8#code)

script/genREADME.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const baseExplorerURLs = {
1414
// URLs for each contract
1515
const contractURLs = {
1616
CreateVaultZap: "./src/zaps/CreateVaultZap.sol",
17+
FailSafe: "./src/FailSafe.sol",
1718
MarketplaceUniversalRouterZap: "./src/zaps/MarketplaceUniversalRouterZap.sol",
1819
MigratorZap: "./src/zaps/MigratorZap.sol",
1920
NFTXEligibilityManager: "./src/v2/NFTXEligibilityManager.sol",

0 commit comments

Comments
 (0)