Skip to content

Commit

Permalink
Add Stellar Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Feb 21, 2024
1 parent 943b4b1 commit d530a78
Showing 1 changed file with 28 additions and 34 deletions.
62 changes: 28 additions & 34 deletions dist/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"internal": true
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/arbitrum"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/arbitrum"]
},
{
"code": "42170",
Expand Down Expand Up @@ -143,9 +141,7 @@
"internal": false
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/avalanche"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/avalanche"]
},
{
"code": "43113",
Expand Down Expand Up @@ -220,9 +216,7 @@
"internal": false
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/base-mainnet"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/base-mainnet"]
},
{
"code": "84531",
Expand Down Expand Up @@ -257,9 +251,7 @@
"internal": false
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/base-goerli"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/base-goerli"]
},
{
"code": "1501",
Expand Down Expand Up @@ -316,9 +308,7 @@
"internal": true
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/binance"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/binance"]
},
{
"code": "97",
Expand Down Expand Up @@ -556,9 +546,7 @@
"internal": true
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/eth-mainnet"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/eth-mainnet"]
},
{
"code": "5",
Expand All @@ -574,9 +562,7 @@
"path": "Ethereum/ethereum-goerli-starter"
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/eth-goerli"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/eth-goerli"]
},
{
"code": "11155111",
Expand All @@ -592,9 +578,7 @@
"path": "Ethereum/ethereum-sepolia-starter"
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/sepolia"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/sepolia"]
},
{
"code": "250",
Expand All @@ -618,9 +602,7 @@
"internal": true
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/fantom"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/fantom"]
},
{
"code": "14",
Expand Down Expand Up @@ -1048,9 +1030,7 @@
"internal": true
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/polygon"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/polygon"]
},
{
"code": "1101",
Expand Down Expand Up @@ -2465,9 +2445,7 @@
"internal": false
}
],
"dictionaries": [
"https://dict-tyk.subquery.network/query/astar"
]
"dictionaries": ["https://dict-tyk.subquery.network/query/astar"]
},
{
"code": "automata",
Expand Down Expand Up @@ -3346,6 +3324,22 @@
"description": "Stellar is a blockchain platform for efficient cross-border payments and token issuance, emphasizing financial inclusion. Soroban is a decentralized, privacy-focused smart contract platform built on Stellar, enhancing confidentiality for decentralized applications.",
"logo": "https://static.subquery.network/network-logos/stellar.png",
"networks": [
{
"code": "mainnet",
"name": "Mainnet",
"chain_id": "mainnet",
"description": "",
"logo": "https://static.subquery.network/network-logos/stellar.png",
"examples": [
{
"name": "soroban-starter",
"description": "The example project indexes all soroban transfer events on Stellar's Mainnet. It also indexes all account payments including credits and debits",
"remote": "https://github.com/subquery/stellar-subql-starter",
"path": "Stellar/soroban-starter"
}
],
"guides": []
},
{
"code": "testnet",
"name": "Testnet",
Expand Down Expand Up @@ -3471,4 +3465,4 @@
}
]
}
]
]

0 comments on commit d530a78

Please sign in to comment.