Skip to content

Commit c6fd7ae

Browse files
authored
add moonbase alpha entry
1 parent 318f74b commit c6fd7ae

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

index.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,6 +6242,39 @@ export const networkFamilies: NetworkFamily[] = [
62426242
"https://gateway.subquery.network/query/QmPPeFT6t7s61wx3M7MbrxSVwTqbTfaLZisgabjUZXMZbS",
62436243
],
62446244
},
6245+
{
6246+
code: "moonbase-alpha",
6247+
name: "Moonbase Alpha",
6248+
chain_id:
6249+
"0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
6250+
description:
6251+
"Moonbase Alpha is the test network of Moonbeam.",
6252+
logo: "",
6253+
examples: [
6254+
{
6255+
name: "moonbeam-evm-starter",
6256+
description: "",
6257+
remote: "https://github.com/subquery/subql-starter",
6258+
path: "Moonbeam/moonbeam-evm-starter",
6259+
},
6260+
{
6261+
name: "Moonbeam-starter",
6262+
description: "",
6263+
remote: "https://github.com/subquery/subql-starter",
6264+
path: "Moonbeam/Moonbeam-starter",
6265+
},
6266+
],
6267+
guides: [
6268+
{
6269+
name: "Moonbeam Documentation - SubQuery Entry",
6270+
link: "https://docs.moonbeam.network/builders/integrations/indexers/subquery/",
6271+
internal: false,
6272+
},
6273+
],
6274+
dictionaries: [
6275+
"https://gateway.subquery.network/query/QmTbkxfPAtQJvv8bQhFhg3uDz123PWeVER4zsv9mXfR7Jd",
6276+
],
6277+
},
62456278
{
62466279
code: "nodle",
62476280
name: "Nodle",

0 commit comments

Comments
 (0)