Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Add optional skipProviderCheck field to chain schema #155

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

dcroote
Copy link
Contributor

@dcroote dcroote commented Jan 11, 2024

Allows addition of chains that don't support dAPIs. Closes #153.

I tested this by:

  1. changing the default rpcUrl to nonsense for arbitrum-goerli-testnet.json, running yarn generate:chains and confirming that an error was returned when running export CHAIN=arbitrum-goerli-testnet; yarn providers:ping
  2. then I added "skipProviderCheck": true, reran yarn generate:chains, and the ping command passed

Allows addition of chains that don't support dAPIs
@dcroote dcroote requested a review from andreogle January 11, 2024 06:53
@dcroote dcroote self-assigned this Jan 11, 2024
@dcroote
Copy link
Contributor Author

dcroote commented Jan 11, 2024

CI docs failure addressed in #156.

@andreogle andreogle merged commit 0815e3b into main Jan 11, 2024
3 checks passed
@andreogle andreogle deleted the dcroote/issue153 branch January 11, 2024 12:58
hiletmis pushed a commit that referenced this pull request Jan 11, 2024
Allows addition of chains that don't support dAPIs

Co-authored-by: André Ogle <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add field that allows chain to be skipped in provider CI
2 participants