From a31a6e4e7f449a563a00a71dca43e611049adb54 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Tue, 19 Sep 2023 14:51:51 +0700 Subject: [PATCH] fix: too many dots --- config.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template.toml b/config.template.toml index 5bd4d7e..0d99f7f 100644 --- a/config.template.toml +++ b/config.template.toml @@ -17,5 +17,5 @@ old_verifier = "0xXXXXXXXXXXXX" pop_verifier = "0xXXXXXXXXXXXX" [starkscan] -api_url = "https://api-testnet..starkscan.co/api/v0/" +api_url = "https://api-testnet.starkscan.co/api/v0/" api_key="xxxxxx" \ No newline at end of file