Display project URLs in Overview tab (#20)

Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75)

- Fix project create not working after failed tx
- Poll for project details for auction details
- Update wallet connect metadata

![image](/attachments/cd0217c9-8a2f-4bc5-ad4c-2654fa92f958)

Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/snowballtools-base#20
This commit is contained in:
2024-10-29 14:10:01 +00:00
co-authored by Neeraj Shreerang Kale IshaVenikar
parent 0f18bc978e
commit 05bd766133
10 changed files with 143 additions and 121 deletions
+3
View File
@@ -57,6 +57,9 @@ query ($projectId: String!) {
commitHash
createdAt
environment
deployer {
baseDomain
}
domain {
status
branch
+1
View File
@@ -119,6 +119,7 @@ export type Deployer = {
deployerLrn: string;
deployerId: string;
deployerApiUrl: string;
baseDomain: string;
minimumPayment: string | null;
}