Skip to content

Commit

Permalink
Add NeuroWeb and NeuroWeb Testnet to configs (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 authored Apr 9, 2024
1 parent 4926b9d commit e876e63
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configs/neuroweb-testnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://parachain-testnet-rpc.origin-trail.network
mock-signature-host: true
block: ${env.NEUROWEB_TESTNET_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
- providers: 1
data:
free: 1000000000000000
Council:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]
16 changes: 16 additions & 0 deletions configs/neuroweb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://parachain-rpc.origin-trail.network
mock-signature-host: true
block: ${env.NEUROWEB_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
- providers: 1
data:
free: 1000000000000000
Council:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]

0 comments on commit e876e63

Please sign in to comment.