From 8ba471d6688c6af7ce24b6cd5f264904470b559a Mon Sep 17 00:00:00 2001 From: Jeroen <1748621+hieronx@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:00:56 +0100 Subject: [PATCH] feat: add mainnet dictionary (#89) --- chains-cfg/centrifuge.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chains-cfg/centrifuge.yaml b/chains-cfg/centrifuge.yaml index bbe1ea67..f49eb892 100644 --- a/chains-cfg/centrifuge.yaml +++ b/chains-cfg/centrifuge.yaml @@ -1,9 +1,10 @@ -name: pools #CHANGE BASED ON SUBQL PROJECT NAME +name: pools network: + dictionary: https://api.subquery.network/sq/centrifuge/centrifuge-dictionary endpoint: wss://fullnode.parachain.centrifuge.io chainId: '0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82' chaintypes: file: ./dist/chaintypes.js dataSources: - kind: substrate/Runtime - startBlock: 3824709 # block Anemoy was created at + startBlock: 3824709 # block first pool was created at