Skip to content

Commit

Permalink
Merge pull request #187 from scroll-tech/update-resoure
Browse files Browse the repository at this point in the history
update resource
  • Loading branch information
dghelm authored Feb 23, 2024
2 parents 55d4de6 + 6dac934 commit bcd0b2e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
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

0 comments on commit bcd0b2e

Please sign in to comment.