Open kvhnuke opened 16 hours ago
The pull request introduces significant updates to the Enkrypt project, primarily focusing on the README.md
file, which now reflects an updated list of supported blockchains. New chains such as Bitcoin and Solana have been added, while others like Polygon and BNB Smart Chain have been removed. Additionally, two new Ethereum network configurations for Bitrock and Fraxtal have been created, along with corresponding updates to the network types and endpoints in the codebase.
File | Change Summary |
---|---|
README.md |
Updated "Currently Supported Chains" section: added multiple new chains and removed several existing ones. |
packages/extension/src/providers/ethereum/libs/activity-handlers/providers/etherscan/configs.ts |
Added new endpoint for Fraxtal network: https://api.fraxscan.com/ . |
packages/extension/src/providers/ethereum/networks/bitrock.ts |
Created new file for Bitrock network configuration, including network properties and exported as default. |
packages/extension/src/providers/ethereum/networks/fraxtal.ts |
Created new file for Fraxtal network configuration, including network properties and exported as default. |
packages/extension/src/providers/ethereum/networks/index.ts |
Added imports for bitrockNode and fraxtalNode , included in the default export object. |
packages/types/src/networks.ts |
Added new entries for Bitrock and Fraxtal in NetworkNames and CoingeckoPlatform enums. |
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?
:briefcase: Build Files chrome: enkrypt-chrome-e2d8cb16.zip firefox: enkrypt-firefox-e2d8cb16.zip
:syringe: Virus total analysis chrome: e2d8cb16 firefox: e2d8cb16
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation