Skip to content

Commit

Permalink
fix: btoken links to the 1271 and 4337
Browse files Browse the repository at this point in the history
  • Loading branch information
akushniruk committed Feb 17, 2025
1 parent 342755e commit ef5c55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ State channels offer significant scalability improvements by minimizing on-chain

## Backwards Compatibility

No backward compatibility issues found. This ERC is designed to coexist with existing standards and can integrate with [ERC-1271](./erc-1271.md) and [ERC-4337](./erc-4337.md)
No backward compatibility issues found. This ERC is designed to coexist with existing standards and can integrate with [ERC-1271](https://eips.ethereum.org/EIPS/eip-1271) and [ERC-4337](https://www.erc4337.io/)

## Security Considerations

Expand Down
15 changes: 1 addition & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const config = {
items: [
{
label: 'Intro',
to: '/docs/intro',
to: '',
},
],
},
Expand All @@ -99,19 +99,6 @@ const config = {
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/erc7824/nitro',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} , Layer 3 Foundation.`,
},
Expand Down

0 comments on commit ef5c55e

Please sign in to comment.