-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve some circular dependencies (#1399)
* chore: ignore bun.lockb * fix(dcd): resolve around OpenseaLink and CollectNtfContext * fix(dcd): resolve around ../MintGuildPin/Fuel/hooks * fix(dcd): resolve around **/AddTokenPanel * fix: update import * fix(dcd): resolve around AddPoapPanel * chore: delete empty file * fix(dcd): resolve around EditGuild/*/Admins * fix(dcd): resolve around requirements/Form * fix: add back ExpectedAnswerCard.tsx * fix: add optional chaining to view * chore: rename ExpectedAnswerCardView * chore: remove optional chainings
- Loading branch information
1 parent
48d469a
commit 335c81e
Showing
22 changed files
with
283 additions
and
292 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
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
101 changes: 0 additions & 101 deletions
101
src/components/[guild]/EditGuild/components/Admins/components/AdminSelect.tsx
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...onents/[guild]/Requirements/components/GuildCheckout/MintGuildPin/Fuel/hooks/constants.ts
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,3 @@ | ||
export const FUEL_GUILD_PIN_CONTRACT_ID_0X = | ||
"0xb67efb48d800c5f5394163f5b5b4a9e6b06dc5c9e5fc3a49fa73e6b84bc3863b" | ||
export const FUEL_FAKE_CHAIN_ID = 123456789 |
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
2 changes: 1 addition & 1 deletion
2
...uild]/Requirements/components/GuildCheckout/MintGuildPin/Fuel/hooks/useFuelGuildPinFee.ts
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
26 changes: 0 additions & 26 deletions
26
...nts/components/GuildCheckout/components/TransactionStatusModal/components/OpenseaLink.tsx
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
Oops, something went wrong.