Skip to content

Commit

Permalink
Rename to Manta Atlantic
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Jan 18, 2024
1 parent 6c2f6b8 commit d9899c3
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9899c3

Please sign in to comment.