From 5a91ff29f7a66add1c56de93c3d14eafc60cb6d9 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 28 Oct 2024 10:32:52 +0000 Subject: [PATCH] chore: linter --- .gitleaksignore | 2 ++ docs/configuration.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitleaksignore b/.gitleaksignore index 1e0948a..58b0858 100644 --- a/.gitleaksignore +++ b/.gitleaksignore @@ -57,3 +57,5 @@ fa17ac186753911eb9d2ae0a4ab59db5f7e8e563:scripts/deployment/bridges/solana/test/ 3745c02b978469a88fd31ccaf0ab09fa91c41b19:scripts/deployment/globals_mainnet.json:generic-api-key:2 4c142e987f5f2528a567c57f6de0258e5007548c:scripts/deployment/globals_mainnet.json:generic-api-key:1 4c142e987f5f2528a567c57f6de0258e5007548c:scripts/deployment/globals_mainnet.json:generic-api-key:2 +9fe74d22fc7a98851616d58985e0355914662552:scripts/deployment/globals_mainnet.json:generic-api-key:1 +9fe74d22fc7a98851616d58985e0355914662552:scripts/deployment/globals_mainnet.json:generic-api-key:2 diff --git a/docs/configuration.json b/docs/configuration.json index 3466484..7712a86 100644 --- a/docs/configuration.json +++ b/docs/configuration.json @@ -38,6 +38,11 @@ "artifact": "abis/0.8.25/VoteWeighting.json", "address": "0x95418b46d5566D3d1ea62C12Aea91227E566c5c1" }, + { + "name": "Burner", + "artifact": "abis/0.8.28/Burner.json", + "address": "0x34C895f302D0b5cf52ec0Edd3945321EB0f83dd5" + }, { "name": "GuardCM", "artifact": "abis/0.8.23/GuardCM.json",