Skip to content

Commit

Permalink
Release update types and genesis hash (#55)
Browse files Browse the repository at this point in the history
* chore: update chain lookup

* chore: update genesis hash and types

---------

Co-authored-by: Filippo Fontana <[email protected]>
  • Loading branch information
sophialittlejohn and filo87 authored Sep 7, 2023
1 parent 59f8fb7 commit 1d548bd
Show file tree
Hide file tree
Showing 4 changed files with 2,154 additions and 1,273 deletions.
2 changes: 1 addition & 1 deletion chains/development-embrio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'centrifuge-subql'
repository: 'https://github.com/embrio-tech/centrifuge-subql'
network:
endpoint: wss://fullnode.development.cntrfg.com
genesisHash: '0x807325c90ec00b4342988b3793c4c6f9543d697be67ee8a7460cd088b33182da'
genesisHash: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chaintypes:
file: ./dist/chaintypes.js
4 changes: 2 additions & 2 deletions chains/development.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'pools-development' #CHANGE ME BASED ON SUBQL DEPLOYMENT
network:
endpoint: wss://fullnode.development.cntrfg.com
genesisHash: '0x807325c90ec00b4342988b3793c4c6f9543d697be67ee8a7460cd088b33182da'
genesisHash: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chaintypes:
file: ./dist/chaintypes.js
file: ./dist/chaintypes.js
Loading

0 comments on commit 1d548bd

Please sign in to comment.