Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
feat: set opensource links
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 16, 2021
1 parent 7267c6f commit 662367f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,31 @@ const config = {
items: [
{
label: 'Router contract',
href: '/',
href: 'https://github.com/1inch/1inch-contract/blob/master/contracts/AggregationRouterV4.sol',
},
{
label: 'Limit order contract',
href: 'https://github.com/1inch/limit-order-protocol',
},
{
label: 'Transactions parsing library',
href: '/',
href: 'https://github.com/1inch/tx-decoder',
},
{
label: 'Multicall',
href: '/',
href: 'https://github.com/1inch/multicall',
},
{
label: 'EIP-2612 utils library',
href: '/',
href: 'https://github.com/1inch/permit-signed-approvals-utils',
},
{
label: 'Off-chain oracle',
href: '/',
href: 'https://github.com/1inch/offchain-oracle',
},
{
label: 'Cumulative merkle drop',
href: '/',
href: 'https://github.com/1inch/merkle-distribution',
},
]
},
Expand Down

0 comments on commit 662367f

Please sign in to comment.