Skip to content

Commit 18fe02b

Browse files
authored
Merge pull request #690 from 1Hive/dev
Dev
2 parents cda4a2c + 8dd77f3 commit 18fe02b

File tree

31 files changed

+1439
-348
lines changed

31 files changed

+1439
-348
lines changed

apps/web/app/(app)/gardens/[chain]/[garden]/[community]/page.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,22 @@ export default function Page({
544544
)}
545545
</header>
546546

547+
<header className="flex items-center justify-between">
548+
<h2>Pools</h2>
549+
<Link
550+
href={`/gardens/${chain?.id}/${tokenAddr}/${communityAddr}/create-pool`}
551+
>
552+
<Button
553+
btnStyle="filled"
554+
disabled={!isConnected || missmatchUrl}
555+
tooltip={tooltipMessage}
556+
icon={<PlusIcon height={24} width={24} />}
557+
>
558+
Create New Pool
559+
</Button>
560+
</Link>
561+
</header>
562+
547563
{/* Pools Section */}
548564
<PoolSection title="Funding" pools={fundingPools} defaultExpanded />
549565
<PoolSection

apps/web/configs/subgraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"VERSION_ARBSEP": "0.6.1",
33
"VERSION_OPSEP": "0.5.10",
4-
"VERSION_PROD": "0.1.26"
4+
"VERSION_PROD": "0.2.0"
55
}

broadcast/UpgradeCVMultichainProd.s.sol/10/run-1759177761.json

Lines changed: 135 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/10/run-latest.json

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/100/run-1759177685.json

Lines changed: 70 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/100/run-1759178642.json

Lines changed: 117 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/100/run-1759179663.json

Lines changed: 117 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/100/run-1759180481.json

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/100/run-latest.json

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

broadcast/UpgradeCVMultichainProd.s.sol/137/run-1759177977.json

Lines changed: 168 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)