Closed andresaiello closed 4 months ago
[!WARNING]
Rate limit exceeded
@andresaiello has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 26 minutes and 30 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 9e82b23cb0b151bb7a469c970cbae473efe6403f and d6ddeadbba4d479365cbf130c1d1cbe4c8ef870e.
The changes introduce significant updates across several files to support the amoy_testnet
network. This includes configuration changes, new and adjusted deployment scripts, function enhancements, and additional features like the deployment of ERC20Custody
. These updates focus on expanding network compatibility, especially for amoy_testnet
, and refining deployment processes.
File Path | Change Summary |
---|---|
data/addresses.testnet.json |
Introduced new entries related to omnichain for amoy_testnet including tss and tssUpdater . |
hardhat.config.ts |
Added amoy_testnet settings to etherscan configuration including API and browser URLs. |
lib/address.tools.ts |
Added amoy_testnet to ZetaProtocolTestNetwork and simplified ZRC20 address retrieval. |
lib/contracts.helpers.ts |
Added deployERC20Custody function to deploy an ERC20Custody contract. |
package.json |
Updated @zetachain/networks version from 6.0.0 to 8.0.0-rc1 . |
scripts/deployments/.../deploy-...ts |
New and updated deployment scripts for ERC20 custody, Zeta connector, and Zeta token. |
sequenceDiagram
participant User
participant Hardhat
participant Ethers
participant Network
User ->> Hardhat: Run Deployment Script
Hardhat ->> Ethers: Initialize Deployment
Ethers ->> Network: Deploy ERC20 Custody Contract
Network ->> Ethers: ERC20 Custody Deployed
Ethers ->> Hardhat: Deployment Success
Hardhat ->> User: Deployment Complete
A network fresh,
amoy_testnet
,
New chains to scan, configs all set,
Contracts deploy with custom flair,
Custody of tokens everywhere.
Hardhat hums, the ethers sing,
A seamless chain, commence deploying!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 50.06%. Comparing base (
9d0791e
) to head (d6ddead
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Summary by CodeRabbit
amoy_testnet
network, includingERC20Custody
contract deployment and related functionalities.amoy_testnet
network for Etherscan integration.amoy_testnet
network.@zetachain/networks
dependency to version8.0.0-rc1
.