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 EtherFiOperationParameters #213

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

seongyun-ko
Copy link
Contributor

@seongyun-ko seongyun-ko commented Dec 19, 2024

image

Context

This contract acts as a configurable coordination layer that lets administrators update operational parameters using tags and keys. Tags function as namespaces containing key-value pairs for different settings. Admins can be granted or revoked access to update parameters within specific tags, with all changes tracked through emitted events.

The contract provides on-chain storage for protocol settings and permissions, managing both admin access (tagAdmins) and parameter values (tagKeyValues). Frontend and backend systems can then operate automatically based on these configurations.

This is a pure parameter registry, for now. but it can have additional smart contract logics and permissions depending on our needs

Contract

Deploed at https://etherscan.io/address/0xd0ff8996db4bdb46870b7e833b7532f484fead1a

@seongyun-ko seongyun-ko merged commit 02c3d8f into master Dec 20, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants