Skip to content

Commit

Permalink
add manta config
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhxuyuan committed Jan 23, 2024
1 parent 31ecd6d commit 516f04b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions configs/manta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
endpoint: wss://ws.manta.systems
mock-signature-host: true
block: ${env.MANTA_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
Sudo:
Key: dfbMFtQXqiKHH4d2y4CFcVQCpopqKcaEiYv2DCUpVCphoz8kB
System:
Account:
-
-
- dfbMFtQXqiKHH4d2y4CFcVQCpopqKcaEiYv2DCUpVCphoz8kB
- data:
free: 1000000000000000
ParachainStaking:
# NOTE: MANTA_BLOCK_NUMBER should set to 2170792 in .env file.
# If you change the block number, you need to also change here.
# The value should be `authorInherent.author` storage correspond to your block number.
SelectedCandidates: [dfbE3LfJAvdnNWBQmNv9bBUW3ieAjwijWZYRXx26uK3o2gTJZ]

0 comments on commit 516f04b

Please sign in to comment.