-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from lidofinance/develop
Develop to main
- Loading branch information
Showing
35 changed files
with
711 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,3 @@ WIDGET_API_BASE_PATH_FOR_IPFS= | |
|
||
# Actual for IPFS mode | ||
REWARDS_BACKEND_BASE_PATH= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"__warning__": "For testing purposes only", | ||
"ens": "app.jeday.eth" | ||
"17000": { | ||
"__warning__": "For testing purposes only", | ||
"ens": "app.jeday.eth" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import styled from 'styled-components'; | ||
|
||
export const FaqPlaceholder = styled.div` | ||
margin-top: 32px; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export { HomePageIpfs } from './home-page-ipfs'; | ||
|
||
export { FaqPlaceholder } from './faq-placeholder'; | ||
export { SecurityStatusBanner } from './security-status-banner'; | ||
export { InsertIpfsBaseScript } from './ipfs-base-script'; |
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
features/ipfs/outdated-hash-banner/outdated-hash-banner.tsx
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
features/ipfs/outdated-hash-banner/use-ipfs-hash-check.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { SecurityStatusBanner } from './security-status-banner'; |
Oops, something went wrong.