fix!: remove bellecour and SGX Scone support#108
Merged
Conversation
- DEFAULT_CHAIN_ID 421614; remove bellecour chain config; default host arbitrum-sepolia-testnet - Remove useVoucher and voucher helpers from sendTelegram and filterWorkerpoolOrders - deployApp: TDX-only mrenclave; deploy workflow removes sconify and bellecour envs - Test stack: anvil fork + SMS/result-proxy/market/compass/graph for Arbitrum Sepolia; no voucher subgraph - test-utils: fork RPC 8555, RLC balance via anvil_setStorageAt, tee+tdx orders, compass mock Made-with: Cursor
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
0b4dc16 to
7b5638a
Compare
PierreJeanjacquot
requested changes
Apr 29, 2026
Member
PierreJeanjacquot
left a comment
There was a problem hiding this comment.
require ethProvider or chain reference instead of changing the default
72f49d1 to
f5b8b79
Compare
PierreJeanjacquot
approved these changes
Apr 30, 2026
This was referenced Apr 30, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
fix!: remove bellecour and SGX Scone support (#108)
BREAKING CHANGE: bellecour chain support is removed;
ethProvideris now required inIExecWeb3telegramconstructor (used to fallback to a read-only provider connected to bellecour);hostis now required as the second argument ofgetWeb3Provider(privateKey, host, options)(host used to be an option with a fallback to bellecour).END_COMMIT_OVERRIDE