-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from embrio-tech/main
20240226 Sprint 28
- Loading branch information
Showing
30 changed files
with
922 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
network: | ||
chainId: '1' | ||
endpoint: https://mainnet.infura.io/v3/a4ba76cd4be643618572e7467a444e3a | ||
dictionary: https://gx.api.subquery.network/sq/subquery/eth-dictionary | ||
dataSources: | ||
- kind: ethereum/Runtime | ||
startBlock: 11063000 | ||
options: | ||
abi: navFeed | ||
assets: | ||
navFeed: | ||
file: ./abi/navfeed.abi.json | ||
reserve: | ||
file: ./abi/reserve.abi.json | ||
shelf: | ||
file: ./abi/shelf.abi.json | ||
pile: | ||
file: ./abi/pile.abi.json | ||
mapping: | ||
file: ./dist/index.js | ||
handlers: | ||
- handler: handleEthBlock | ||
kind: ethereum/BlockHandler | ||
filter: | ||
modulo: 3600 | ||
specVersion: 1.0.0 | ||
name: centrifuge-pools | ||
version: 1.0.0 | ||
runner: | ||
node: | ||
name: '@subql/node-ethereum' | ||
version: '3' | ||
query: | ||
name: '@subql/query' | ||
version: '2' | ||
description: >- | ||
SubQuery API powered by EMBRIO.tech to query Centrifuge chain data for | ||
analytics insights on how Centrifuge is unlocking economic opportunity for all | ||
by connecting people to borrow and lend money transparently and | ||
cost-effectively. | ||
repository: https://github.com/centrifuge/pools-subql | ||
schema: | ||
file: ./schema.graphql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export {} | ||
declare global { | ||
function getNodeChainId(): Promise<string> | ||
function getNodeEvmChainId(): Promise<string> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.