fx-core
fx-core copied to clipboard
test(solidity): test upgrade base testnet bridge contract
Summary by CodeRabbit
-
New Features
- Added
baseSepolia
network configuration with a custom URL and chain ID.
- Added
-
Refactor
- Renamed
FxBridgeLogicETH
class toIFxBridgeLogic
interface for better clarity. - Introduced dynamic contract name setting based on network conditions in the bridge contract tests.
- Renamed
-
Tests
- Updated test suite to reflect changes in the bridge contract instantiation and usage.