Skip to content

Commit

Permalink
Merge branch 'main' into crystal/github-838-eth-balance-across-chains…
Browse files Browse the repository at this point in the history
…-client
  • Loading branch information
clemire authored Sep 9, 2024
2 parents 2e38b45 + f9daf99 commit 8704b81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Bytecode_diff_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Bytecode diff report

on:
workflow_dispatch:
4 changes: 4 additions & 0 deletions .github/workflows/Upgrade_network_facets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Upgrade network facets

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion packages/stream-metadata/src/routes/spaceMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { config } from '../environment'
import { isValidEthereumAddress } from '../validators'
import { spaceDapp } from '../contract-utils'

export const spaceMetadataBaseUrl = `${config.streamMetadataBaseUrl}space`.toLowerCase()
export const spaceMetadataBaseUrl = `${config.streamMetadataBaseUrl}/space`.toLowerCase()

const paramsSchema = z.object({
spaceAddress: z.string().min(1, 'spaceAddress parameter is required'),
Expand Down

0 comments on commit 8704b81

Please sign in to comment.