Skip to content

Commit

Permalink
added evm yamls (#85)
Browse files Browse the repository at this point in the history
* fix: ignore local project files

* feat: init multichain

* chore: remove unused olf chain files

* ci: deploy multiple indexers

* fix: modify deployment

* fix: eth specific indexer version

* fix: indexer version

* fix: avoid specity workers for EVM

* fix: no arrays for endpoints

* ci: ignore cid files

* 167 extend data model to include evm accounts (#171)

* feat: extend data model to include EVM accounts
Fixes #167

* feat: extend data model to include EVM accounts
Fixes #167

* ci: deploy only cfg

* fix: currency init logic

* 169 support additional borrower transaction type (#172)

* feat: support additional borrowerTransactionType DebtTransferred
Fixes #169

* feat: support additional borrowerTransactionType DebtTransfer
Fixes #169

* chore: upgrde indexer to 3.4.6

* chore: node upgrade

* Update src/mappings/handlers/loansHandlers.ts

Co-authored-by: Jeroen <[email protected]>

* Update chains-evm/base.yaml

Co-authored-by: Jeroen <[email protected]>

* fix: update node versions

* fix: add missing chain files

---------

Co-authored-by: Jeroen <[email protected]>
  • Loading branch information
filo87 and hieronx authored Dec 12, 2023
1 parent 174554e commit 1d2e756
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chains-evm/altair.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
network:
chainId: '5' #Goerli
endpoint: "https://goerli.infura.io/v3/${ETH_NODE_API_KEY}"
dictionary: "https://dict-tyk.subquery.network/query/eth-goerli"
4 changes: 4 additions & 0 deletions chains-evm/catalyst.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
network:
chainId: '5' #Goerli
endpoint: "https://goerli.infura.io/v3/${ETH_NODE_API_KEY}"
dictionary: "https://dict-tyk.subquery.network/query/eth-goerli"
4 changes: 4 additions & 0 deletions chains-evm/centrifuge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
network:
chainId: '5' #Goerli
endpoint: "https://goerli.infura.io/v3/${ETH_NODE_API_KEY}"
dictionary: "https://dict-tyk.subquery.network/query/eth-goerli"
4 changes: 4 additions & 0 deletions chains-evm/development.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
network:
chainId: '5' #Goerli
endpoint: "https://goerli.infura.io/v3/${ETH_NODE_API_KEY}"
dictionary: "https://dict-tyk.subquery.network/query/eth-goerli"

0 comments on commit 1d2e756

Please sign in to comment.