Skip to content

Commit

Permalink
add Aleph Zero mainnet and testnet configs
Browse files Browse the repository at this point in the history
  • Loading branch information
caglavol committed Nov 14, 2023
1 parent 192ec25 commit 4f1f5e9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configs/alephzero-testnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://ws.test.azero.dev
mock-signature-host: true
block: ${env.ALEPHZERO_TESTNET_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '100000000000000000000000'
16 changes: 16 additions & 0 deletions configs/alephzero.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://ws.azero.dev
mock-signature-host: true
block: ${env.ALEPHZERO_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '100000000000000000000000'

0 comments on commit 4f1f5e9

Please sign in to comment.