Skip to content

Commit d135f12

Browse files
committed
fix: changed project name
1 parent 0eadf08 commit d135f12

32 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "torus"
2+
name = "torusdk"
33
version = "0.2"
44
description = "Torus network official CLI"
55
authors = ["renlabs <[email protected]>"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from pydantic import SecretStr
99
from pydantic_settings import BaseSettings, SettingsConfigDict
1010

11-
from torus.balance import from_nano
12-
from torus.types import Ss58Address
11+
from torusdk.balance import from_nano
12+
from torusdk.types import Ss58Address
1313

1414
IPFS_REGEX = re.compile(r"^Qm[1-9A-HJ-NP-Za-km-z]{44}$")
1515
SS58_FORMAT = 42

0 commit comments

Comments
 (0)