File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Contract | mainnet | sepolia | goerli
21
21
--- | --- | --- | ---
22
22
[ 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 )
23
23
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
25
25
[ 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 )
26
26
[ 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 )
27
27
[ 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 )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const baseExplorerURLs = {
14
14
// URLs for each contract
15
15
const contractURLs = {
16
16
CreateVaultZap : "./src/zaps/CreateVaultZap.sol" ,
17
+ FailSafe : "./src/FailSafe.sol" ,
17
18
MarketplaceUniversalRouterZap : "./src/zaps/MarketplaceUniversalRouterZap.sol" ,
18
19
MigratorZap : "./src/zaps/MigratorZap.sol" ,
19
20
NFTXEligibilityManager : "./src/v2/NFTXEligibilityManager.sol" ,
You can’t perform that action at this time.
0 commit comments