Skip to content

Commit 0e02092

Browse files
committed
Fix packages names and push
1 parent 5148115 commit 0e02092

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

python/src/plugins/1inch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "goat-plugin-1inch"
2+
name = "goat-sdk-plugin-1inch"
33
version = "0.1.0"
44
description = "1inch plugin for GOAT SDK"
55
authors = ["GOAT SDK Team"]
@@ -9,7 +9,7 @@ homepage = "https://ohmygoat.dev/"
99
repository = "https://github.com/goat-sdk/goat"
1010
packages = [
1111
{ include = "goat_plugins/inch1" },
12-
]
12+
]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.10"

python/src/plugins/allora/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Allora Plugin for GOAT

python/src/plugins/nansen/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 = "goat-plugin-nansen"
2+
name = "goat-sdk-plugin-nansen"
33
version = "0.1.0"
44
description = "Nansen plugin for GOAT SDK"
55
authors = ["GOAT SDK Team"]

python/src/plugins/rugcheck/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 = "goat-plugin-rugcheck"
2+
name = "goat-sdk-plugin-rugcheck"
33
version = "0.1.0"
44
description = "A Python rugcheck plugin for the GOAT SDK"
55
authors = ["GOAT SDK Team"]

0 commit comments

Comments
 (0)