From 1d2e756dce876b0b060df0d470a49ff597dc3e9a Mon Sep 17 00:00:00 2001 From: Filippo Date: Tue, 12 Dec 2023 13:51:20 +0100 Subject: [PATCH] added evm yamls (#85) * 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 <1748621+hieronx@users.noreply.github.com> * Update chains-evm/base.yaml Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> * fix: update node versions * fix: add missing chain files --------- Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> --- chains-evm/altair.yaml | 4 ++++ chains-evm/catalyst.yaml | 4 ++++ chains-evm/centrifuge.yaml | 4 ++++ chains-evm/development.yaml | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 chains-evm/altair.yaml create mode 100644 chains-evm/catalyst.yaml create mode 100644 chains-evm/centrifuge.yaml create mode 100644 chains-evm/development.yaml diff --git a/chains-evm/altair.yaml b/chains-evm/altair.yaml new file mode 100644 index 00000000..619d4ae0 --- /dev/null +++ b/chains-evm/altair.yaml @@ -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" \ No newline at end of file diff --git a/chains-evm/catalyst.yaml b/chains-evm/catalyst.yaml new file mode 100644 index 00000000..619d4ae0 --- /dev/null +++ b/chains-evm/catalyst.yaml @@ -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" \ No newline at end of file diff --git a/chains-evm/centrifuge.yaml b/chains-evm/centrifuge.yaml new file mode 100644 index 00000000..619d4ae0 --- /dev/null +++ b/chains-evm/centrifuge.yaml @@ -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" \ No newline at end of file diff --git a/chains-evm/development.yaml b/chains-evm/development.yaml new file mode 100644 index 00000000..619d4ae0 --- /dev/null +++ b/chains-evm/development.yaml @@ -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" \ No newline at end of file