diff --git a/Manta/manta-starter/.github/scripts/publish-deploy.sh b/Manta/manta-atlantic-starter/.github/scripts/publish-deploy.sh similarity index 100% rename from Manta/manta-starter/.github/scripts/publish-deploy.sh rename to Manta/manta-atlantic-starter/.github/scripts/publish-deploy.sh diff --git a/Manta/manta-starter/.github/workflows/cli-deploy.yml b/Manta/manta-atlantic-starter/.github/workflows/cli-deploy.yml similarity index 100% rename from Manta/manta-starter/.github/workflows/cli-deploy.yml rename to Manta/manta-atlantic-starter/.github/workflows/cli-deploy.yml diff --git a/Manta/manta-starter/.github/workflows/pr.yml b/Manta/manta-atlantic-starter/.github/workflows/pr.yml similarity index 100% rename from Manta/manta-starter/.github/workflows/pr.yml rename to Manta/manta-atlantic-starter/.github/workflows/pr.yml diff --git a/Manta/manta-starter/.gitignore b/Manta/manta-atlantic-starter/.gitignore similarity index 100% rename from Manta/manta-starter/.gitignore rename to Manta/manta-atlantic-starter/.gitignore diff --git a/Manta/manta-starter/LICENSE b/Manta/manta-atlantic-starter/LICENSE similarity index 100% rename from Manta/manta-starter/LICENSE rename to Manta/manta-atlantic-starter/LICENSE diff --git a/Manta/manta-starter/README.md b/Manta/manta-atlantic-starter/README.md similarity index 100% rename from Manta/manta-starter/README.md rename to Manta/manta-atlantic-starter/README.md diff --git a/Manta/manta-starter/docker-compose.yml b/Manta/manta-atlantic-starter/docker-compose.yml similarity index 100% rename from Manta/manta-starter/docker-compose.yml rename to Manta/manta-atlantic-starter/docker-compose.yml diff --git a/Manta/manta-starter/docker/load-extensions.sh b/Manta/manta-atlantic-starter/docker/load-extensions.sh similarity index 100% rename from Manta/manta-starter/docker/load-extensions.sh rename to Manta/manta-atlantic-starter/docker/load-extensions.sh diff --git a/Manta/manta-starter/docker/pg-Dockerfile b/Manta/manta-atlantic-starter/docker/pg-Dockerfile similarity index 100% rename from Manta/manta-starter/docker/pg-Dockerfile rename to Manta/manta-atlantic-starter/docker/pg-Dockerfile diff --git a/Manta/manta-starter/package.json b/Manta/manta-atlantic-starter/package.json similarity index 100% rename from Manta/manta-starter/package.json rename to Manta/manta-atlantic-starter/package.json diff --git a/Manta/manta-starter/project.ts b/Manta/manta-atlantic-starter/project.ts similarity index 93% rename from Manta/manta-starter/project.ts rename to Manta/manta-atlantic-starter/project.ts index 37c4a194..8be22c73 100644 --- a/Manta/manta-starter/project.ts +++ b/Manta/manta-atlantic-starter/project.ts @@ -8,9 +8,9 @@ import { const project: SubstrateProject = { specVersion: "1.0.0", version: "0.0.1", - name: "manta-starter", + name: "manta-atlantic-starter", description: - "This project can be used as a starting point for developing your SubQuery project. It indexes all transfers on Manta network", + "This project can be used as a starting point for developing your SubQuery project. It indexes all transfers on Manta Atlantic network", runner: { node: { name: "@subql/node", @@ -36,9 +36,7 @@ const project: SubstrateProject = { * If you use a rate limited endpoint, adjust the --batch-size and --workers parameters * These settings can be found in your docker-compose.yaml, they will slow indexing but prevent your project being rate limited */ - endpoint: [ - "wss://ws.manta.systems", - ], + endpoint: ["wss://ws.manta.systems"], chaintypes: { file: "./dist/chaintypes.js", }, diff --git a/Manta/manta-starter/schema.graphql b/Manta/manta-atlantic-starter/schema.graphql similarity index 100% rename from Manta/manta-starter/schema.graphql rename to Manta/manta-atlantic-starter/schema.graphql diff --git a/Manta/manta-starter/src/chaintypes.ts b/Manta/manta-atlantic-starter/src/chaintypes.ts similarity index 100% rename from Manta/manta-starter/src/chaintypes.ts rename to Manta/manta-atlantic-starter/src/chaintypes.ts diff --git a/Manta/manta-starter/src/index.ts b/Manta/manta-atlantic-starter/src/index.ts similarity index 100% rename from Manta/manta-starter/src/index.ts rename to Manta/manta-atlantic-starter/src/index.ts diff --git a/Manta/manta-starter/src/mappings/mappingHandlers.ts b/Manta/manta-atlantic-starter/src/mappings/mappingHandlers.ts similarity index 100% rename from Manta/manta-starter/src/mappings/mappingHandlers.ts rename to Manta/manta-atlantic-starter/src/mappings/mappingHandlers.ts diff --git a/Manta/manta-starter/src/test/mappingHandlers.test.ts b/Manta/manta-atlantic-starter/src/test/mappingHandlers.test.ts similarity index 100% rename from Manta/manta-starter/src/test/mappingHandlers.test.ts rename to Manta/manta-atlantic-starter/src/test/mappingHandlers.test.ts diff --git a/Manta/manta-starter/tsconfig.json b/Manta/manta-atlantic-starter/tsconfig.json similarity index 100% rename from Manta/manta-starter/tsconfig.json rename to Manta/manta-atlantic-starter/tsconfig.json