Skip to content

Commit

Permalink
chore: add dgn-atom incentives contract (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit authored Nov 12, 2024
1 parent 8818dd5 commit 4b467d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Pages/Trade/Liquidity/ManageLiquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const ManageLiquidity = ({ poolIdFromUrl }: ManageLiquidityProps) => {

const newState: [TokenItemState?, TokenItemState?] = [tokenA, tokenB]
newState[index] = {
...newState.find((item) => item.tokenSymbol === tokenSymbol),
...newState.find((item) => item?.tokenSymbol === tokenSymbol),
tokenSymbol,
amount: Number(amount),
}
Expand Down
2 changes: 1 addition & 1 deletion public/mainnet/osmosis-1/pools_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
],
"lp_token": "factory/osmo168uaa4my9e9d29cp4hmqvztf0f5v50w5crfsnawr2t25ehz6un4qaeyg8v/uLP",
"swap_address": "osmo168uaa4my9e9d29cp4hmqvztf0f5v50w5crfsnawr2t25ehz6un4qaeyg8v",
"staking_address": "",
"staking_address": "osmo1k08dp9v8l6n2z5zgud3jksznjum853d4fe5ygw08x4jnv2mwycgqkmpka7",
"rewards_tokens": []
}
]
Expand Down

0 comments on commit 4b467d7

Please sign in to comment.