Skip to content

Commit

Permalink
fix: genesisHash => chainId (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Oct 31, 2023
1 parent f8702fc commit 3fa4e67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chains/altair.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pools-altair #CHANGE BASED ON SUBQL PROJECT NAME
network:
endpoint: wss://fullnode.altair.centrifuge.io
genesisHash: '0xaa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011'
chainId: '0xaa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011'
chaintypes:
file: ./dist/chaintypes.js
2 changes: 1 addition & 1 deletion chains/catalyst.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pools-catalyst #CHANGE BASED ON SUBQL PROJECT NAME
network:
endpoint: wss://fullnode.catalyst.cntrfg.com
genesisHash: '0x6cb9c6d7d3c9150a1f3cd75784834c53a12d5e0c2d4ed9bf694a901be564eac9'
chainId: '0x6cb9c6d7d3c9150a1f3cd75784834c53a12d5e0c2d4ed9bf694a901be564eac9'
chaintypes:
file: ./dist/chaintypes.js
2 changes: 1 addition & 1 deletion chains/centrifuge.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pools #CHANGE BASED ON SUBQL PROJECT NAME
network:
endpoint: wss://fullnode.parachain.centrifuge.io
genesisHash: '0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82'
chainId: '0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82'
chaintypes:
file: ./dist/chaintypes.js
dataSources:
Expand Down
2 changes: 1 addition & 1 deletion chains/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'pools-demo' #CHANGE ME BASED ON SUBQL DEPLOYMENT
network:
endpoint: wss://fullnode.demo.k-f.dev/public-ws
genesisHash: '0xe0e40f62affe742eb92d75c07830671ef3e0cc6efc1ecaf81cf34a28148e91f0'
chainId: '0xe0e40f62affe742eb92d75c07830671ef3e0cc6efc1ecaf81cf34a28148e91f0'
chaintypes:
file: ./dist/chaintypes.js
dataSources:
Expand Down
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: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chainId: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chaintypes:
file: ./dist/chaintypes.js
2 changes: 1 addition & 1 deletion 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: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chainId: '0x8da9b33c3d349a79f98797d5f539eefba02793de8a84df3c5a0f0c1c49ca3bed'
chaintypes:
file: ./dist/chaintypes.js

0 comments on commit 3fa4e67

Please sign in to comment.