Skip to content

Commit 0148a28

Browse files
authored
Merge branch 'main' into 1yam-fix-estimated-gas
2 parents ebb4a47 + 7bbeddd commit 0148a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Settings(BaseSettings):
8686

8787
DNS_API: ClassVar[str] = "https://api.dns.public.aleph.sh/instances/list"
8888
CRN_URL_UPDATE: ClassVar[str] = "{crn_url}/control/machine/{vm_hash}/update"
89-
CRN_LIST_URL: ClassVar[str] = "https://crns-list.aleph.sh/crns.json"
89+
CRN_LIST_URL: str = "https://crns-list.aleph.sh/crns.json"
9090
CRN_VERSION_URL: ClassVar[str] = (
9191
"https://api.github.com/repos/aleph-im/aleph-vm/releases/latest"
9292
)

0 commit comments

Comments
 (0)