17 releases (breaking)
0.13.1 | Apr 4, 2025 |
---|---|
0.12.1 | Mar 27, 2025 |
0.12.0 | Jan 14, 2025 |
0.10.0 | Sep 26, 2024 |
0.3.1 | Mar 26, 2024 |
#8 in #governance
13,354 downloads per month
Used in 39 crates
(4 directly)
4MB
69K
SLoC
Ethereum System
Contains management functions to manage functions on Ethereum. For example, creating agents and channels.
lib.rs
:
Governance API for controlling the Ethereum side of the bridge
Extrinsics
Governance
Only Polkadot governance itself can call these extrinsics. Delivery fees are waived.
Call::upgrade
`: Upgrade the gateway contractCall::set_operating_mode
: Update the operating mode of the gateway contract
Polkadot-native tokens on Ethereum
Tokens deposited on AssetHub pallet can be bridged to Ethereum as wrapped ERC20 tokens. As a prerequisite, the token should be registered first.
Call::register_token
: Register a token location as a wrapped ERC20 contract on Ethereum.
Dependencies
~28–44MB
~777K SLoC