Skip to content

Commit

Permalink
Merge pull request #120 from okp4/feat/phase4-enhance-details
Browse files Browse the repository at this point in the history
feat(content): improve phase 4 task 5 details
  • Loading branch information
amimart committed Mar 29, 2023
2 parents 8127db7 + 85df4aa commit a570209
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/phase/lughnasad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,18 @@ export const lughnasad = ({
contracts will be tested during this phase, we'll provide documentation to
interact with them.
</p>
<p>
Here are some documentation and usage examples for{' '}
<a href="https://github.com/okp4/contracts/tree/main/contracts/cw-storage" rel="noreferrer" target="_blank">
cw-storage
</a>
{' '}and {' '}
<a href="https://github.com/okp4/contracts/tree/main/contracts/cw-law-stone" rel="noreferrer" target="_blank">
cw-law-stone
</a>
{' '}smart contracts. Only Druid&apos;s delegator addresses can instantiate those contracts,
through the code id 2 for cw-storage and 3 for cw-law-stone.
</p>
</>
)
},
Expand Down

0 comments on commit a570209

Please sign in to comment.