From 516f04b8fb2f83f86a1be409596d7ac8945e3c68 Mon Sep 17 00:00:00 2001 From: zqhxuyuan Date: Tue, 23 Jan 2024 17:54:56 +0800 Subject: [PATCH] add manta config --- configs/manta.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/manta.yml diff --git a/configs/manta.yml b/configs/manta.yml new file mode 100644 index 00000000..4279802a --- /dev/null +++ b/configs/manta.yml @@ -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] \ No newline at end of file