Skip to content

Commit

Permalink
add assethub config
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 29, 2023
1 parent 09f4ffd commit 189ab2c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions configs/kusama-asset-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
endpoint: wss://kusama-asset-hub-rpc.polkadot.io
mock-signature-host: true
block: ${env.KUSAMA_ASSET_HUB_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Assets:
Account:
- [[1984, 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], { balance: 1000000000 }]

20 changes: 20 additions & 0 deletions configs/polkadot-asset-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
endpoint: wss://polkadot-asset-hub-rpc.polkadot.io
mock-signature-host: true
block: ${env.POLKADOT_ASSET_HUB_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
Assets:
Account:
- [[1984, 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], { balance: 1000000000 }]
- [[21, 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], { balance: 1000000000 }]
Asset: [[[21], { supply: 1000000000 }]]

0 comments on commit 189ab2c

Please sign in to comment.