Skip to content

Commit

Permalink
Removed address field.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 20, 2023
1 parent fb2c47c commit 20aa811
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/state/recoil/selectors/contracts/DaoCore.v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ export const valenceAccountSelector = selectorFamily<
// TODO(rebalancer): Get config
const config: DaoValenceAccountConfig = {
rebalancer: {
address: 'REBALANCER_ADDRESS',
targets: [
{
source: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const makeConfigureRebalancerAction: ActionMaker<
const msg: CosmosMsgFor_Empty = makeWasmMessage({
wasm: {
execute: {
// TODO: Get rebalancer address.
// TODO: Get valence account address.
contract_addr: '',
funds: [],
msg: {
Expand Down
1 change: 0 additions & 1 deletion packages/stateful/server/makeGetDaoStaticProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export const makeGetDaoStaticProps: GetDaoStaticPropsMaker =
// TODO(rebalancer): Get config
const config: DaoValenceAccountConfig = {
rebalancer: {
address: 'REBALANCER_ADDRESS',
targets: [
{
source: {
Expand Down
1 change: 0 additions & 1 deletion packages/types/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ export type DaoValenceAccountTypeConfig = {
export type DaoValenceAccountConfig = {
// If rebalancer setup, this will be defined.
rebalancer?: {
address: string
targets: DaoValenceAccountRebalancerTarget[]
}
}
Expand Down

0 comments on commit 20aa811

Please sign in to comment.