Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove w3s.link default block-broker #371

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Jan 8, 2024

Note that w3s will only serve blocks that are uploaded to it.

For those that do use w3s for uploading files, they just need to pass the defaults + the gateways they want

// heliaInit config:
blockBrokers: [ 
	trustlessGateways({ 
		gateways: [
			...DEFAULT_TRUSTLESS_GATEWAYS, 
			'https://w3s.link'
		]
	})
]

Note that w3s will only serve blocks that are uploaded to it
@SgtPooki SgtPooki requested a review from a team as a code owner January 8, 2024 23:20
@achingbrain achingbrain changed the title chore: remove w3s.link default block-broker fix: remove w3s.link default block-broker Jan 9, 2024
@achingbrain achingbrain merged commit 5c4fd54 into main Jan 9, 2024
20 checks passed
@achingbrain achingbrain deleted the chore-remove-w3s-block-broker branch January 9, 2024 16:08
@achingbrain achingbrain mentioned this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants