Skip to content

Commit

Permalink
Add base-sepolia dictionary endpoint (#40)
Browse files Browse the repository at this point in the history
* Add base-sepolia dictionary endpoint

* [SKIP CI] update output

* Add example

* [SKIP CI] update output

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Mar 7, 2024
1 parent cf5dae1 commit 579b808
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"84531": [
"https://dict-tyk.subquery.network/query/base-goerli"
],
"84532": [
"https://dict-tyk.subquery.network/query/base-sepolia"
],
"11155111": [
"https://dict-tyk.subquery.network/query/sepolia"
]
Expand Down
25 changes: 25 additions & 0 deletions dist/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,31 @@
"https://dict-tyk.subquery.network/query/base-goerli"
]
},
{
"code": "84532",
"name": "Base Sepolia",
"chain_id": "84532",
"description": "",
"logo": "",
"examples": [
{
"name": "base-sepolia-starter",
"description": "This SubQuery project indexes all transfers and approval events for a WETH token on Sepolia Base Testnet",
"remote": "https://github.com/subquery/ethereum-subql-starter",
"path": "Base/base-sepolia-starter"
}
],
"guides": [
{
"name": "Base Documentation - SubQuery Entry",
"link": "https://docs.base.org/tools/data-indexers#subquery",
"internal": false
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/base-sepolia"
]
},
{
"code": "1501",
"name": "BEVM",
Expand Down
24 changes: 24 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,30 @@ const networkFamilies: NetworkFamily[] = [
],
dictionaries: ["https://dict-tyk.subquery.network/query/base-goerli"],
},
{
code: "84532",
name: "Base Sepolia",
chain_id: "84532",
description: "",
logo: "",
examples: [
{
name: "base-sepolia-starter",
description:
"This SubQuery project indexes all transfers and approval events for a WETH token on Sepolia Base Testnet",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Base/base-sepolia-starter",
},
],
guides: [
{
name: "Base Documentation - SubQuery Entry",
link: "https://docs.base.org/tools/data-indexers#subquery",
internal: false,
},
],
dictionaries: ["https://dict-tyk.subquery.network/query/base-sepolia"],
},
{
code: "1501",
name: "BEVM",
Expand Down

0 comments on commit 579b808

Please sign in to comment.