srdtrk / cw-ica-controller

This is a CosmWasm implementation of an ICS-27 interchain accounts controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `cw-ownable` crate to manage contract admin

srdtrk opened this issue · comments

commented

Description

We currently use an admin field that is stored in the contract state to manage owner. Instead, we should use cw-ownable crate to manage ownership of the contract.