Skip to content

Commit

Permalink
Add westend files (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Jan 17, 2025
1 parent c193c9e commit 891454e
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configs/westend-asset-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://westend-asset-hub-rpc.polkadot.io
mock-signature-host: true
block: ${env.WESTEND_ASSET_HUB_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000


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

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000


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

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000


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

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000


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

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000


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

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '10000000000000000000'

0 comments on commit 891454e

Please sign in to comment.