Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
"scrollDocsURL": "https://docs.scroll.io/",
"blog": "Blog",
"documentation": "Documentation",
"brandKit": "Brand Kit"
"brandKit": "Brand Kit",
"audits": "Audits"
},
"followUs": {
"title": "Follow Us"
Expand Down
3 changes: 2 additions & 1 deletion public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"scrollDocsURL": "https://docs.scroll.io/es",
"blog": "Blog",
"documentation": "Documentación",
"brandKit": "Kit de Marca"
"brandKit": "Kit de Marca",
"audits": "Auditorías"
},
"followUs": {
"title": "Síguenos"
Expand Down
3 changes: 2 additions & 1 deletion public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"scrollDocsURL": "https://docs.scroll.io/",
"blog": "博客",
"documentation": "文档",
"brandKit": "品牌工具包"
"brandKit": "品牌工具包",
"audits": "审计"
},
"followUs": {
"title": "关注我们"
Expand Down
6 changes: 5 additions & 1 deletion src/components/Footer/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ export const resourceList = [
},
{
name: "footer.resources.brandKit",
href: "https://scrollzkp.notion.site/Scroll-Rebrand-Assets-5bb83465f56f40989c4f772b39ed3a06",
href: "https://scroll.io/brand-kit",
},
{
name: "footer.resources.audits",
href: "https://github.com/scroll-tech/scroll-audits",
},
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Scroll has worked with several industry-leading security audit firms to review o
- [ScrollOwner and Rate Limiter](https://blog.openzeppelin.com/scrollowner-and-rate-limiter-audit)
- [USDC Gateway](https://blog.openzeppelin.com/scroll-usdc-gateway-audit)
- [Contract diff](https://blog.openzeppelin.com/scroll-diff-audit-report)
- [Bridge Gas Optimizations](https://blog.openzeppelin.com/scroll-bridge-gas-optimizations-audit)
- Zellic
- [Report 1](https://github.com/Zellic/publications/blob/master/Scroll%20-%2005.26.23%20Zellic%20Audit%20Report.pdf)
- [Report 2](https://github.com/Zellic/publications/blob/master/Scroll%20-%2009.27.23%20Zellic%20Audit%20Report.pdf)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Scroll 已经与多家业内领先的安全审计公司合作,来审查我们
- [ScrollOwner and Rate Limiter](https://blog.openzeppelin.com/scrollowner-and-rate-limiter-audit)
- [USDC Gateway](https://blog.openzeppelin.com/scroll-usdc-gateway-audit)
- [Contract diff](https://blog.openzeppelin.com/scroll-diff-audit-report)
- [Bridge Gas Optimizations](https://blog.openzeppelin.com/scroll-bridge-gas-optimizations-audit)
- Zellic
- [Report 1](https://github.com/Zellic/publications/blob/master/Scroll%20-%2005.26.23%20Zellic%20Audit%20Report.pdf)
- [Report 2](https://github.com/Zellic/publications/blob/master/Scroll%20-%2009.27.23%20Zellic%20Audit%20Report.pdf)
Expand Down