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

Add support for Sepolia testnet in monitoring #754

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

lukasz-zimnoch
Copy link
Member

Refs: threshold-network/solidity-contracts#150

Here we adjust the tBTC v2 monitoring tool to the new Sepolia testnet.

Here we adjust the tBTC v2 monitoring tool to the new Sepolia testnet.
"@keep-network/tbtc-v2-testnet": "npm:@keep-network/tbtc-v2@goerli",
"@keep-network/tbtc-v2.ts": "development",
"@keep-network/tbtc-v2-testnet": "npm:@keep-network/tbtc-v2@sepolia",
"@keep-network/tbtc-v2.ts": "1.4.0-dev.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this particular package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't leave development as it will fetch an incompatible 2.4.0-dev.X version. I changed to 1.4.0-dev.1 as this is the version used in yarn.lock and we are sure it is compatible.

@michalinacienciala michalinacienciala merged commit ead0fc7 into main Nov 23, 2023
37 checks passed
@michalinacienciala michalinacienciala deleted the monitoring-sepolia branch November 23, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🩺 monitoring Monitoring tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants