diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 6093c99f2..015c1b348 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -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" diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json index c18552235..8d0caabcd 100644 --- a/public/locales/es/translation.json +++ b/public/locales/es/translation.json @@ -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" diff --git a/public/locales/zh/translation.json b/public/locales/zh/translation.json index 3edfb8b8f..93395b2ae 100644 --- a/public/locales/zh/translation.json +++ b/public/locales/zh/translation.json @@ -169,7 +169,8 @@ "scrollDocsURL": "https://docs.scroll.io/", "blog": "博客", "documentation": "文档", - "brandKit": "品牌工具包" + "brandKit": "品牌工具包", + "audits": "审计" }, "followUs": { "title": "关注我们" diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index 3a1b714a8..e134b224e 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -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", }, ] diff --git a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx index b5dc337da..4850fe3fc 100644 --- a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx +++ b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx @@ -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) diff --git a/src/content/docs/zh/technology/security/audits-and-bug-bounty.mdx b/src/content/docs/zh/technology/security/audits-and-bug-bounty.mdx index 4653ec16f..e4261d89b 100644 --- a/src/content/docs/zh/technology/security/audits-and-bug-bounty.mdx +++ b/src/content/docs/zh/technology/security/audits-and-bug-bounty.mdx @@ -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)