Skip to content

Commit

Permalink
add Darwinia (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
spazcoin authored May 27, 2024
1 parent 93b1856 commit 5c9f469
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions configs/darwinia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
endpoint: wss://darwinia-rpc.dwellir.com
mock-signature-host: true
block: ${env.DARWINIA_BLOCK_NUMBER}
db: ./darwinia.db.sqlite
runtime-log-level: 5
# wasm-override: hydradx_runtime.compact.compressed.wasm

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '1000000000000000000000'
Assets:
Account:
-
-
- 1027 # Statemint USDT
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- free: '10000000000000000000000000'
-
-
- 1028 # PINK
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- free: '100000000000000000000000'
TechnicalCommittee:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]
Council:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]

0 comments on commit 5c9f469

Please sign in to comment.