Skip to content

Commit

Permalink
added penpal chopsticks config
Browse files Browse the repository at this point in the history
  • Loading branch information
x3c41a committed Dec 23, 2024
1 parent 0ddf47d commit a320cc6
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
endpoint: wss://westend-penpal-rpc.polkadot.io
mock-signature-host: true
#block: ${env.WESTEND_BRIDGE_HUB_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5
wasm-override: wasms/penpal_runtime.compact.compressed.wasm

import-storage:
PolkadotXcm:
SafeXcmVersion: 5
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
- providers: 1
data:
free: 1000000000000000
-
-
- 5Eg2fntQqFi3EvFWAf71G66Ecjjah26bmFzoANAeHFgj9Lia
- providers: 1
data:
free: 1000000000000000
-
-
- 5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty # Bob
- providers: 1
data:
free: 1000000000000000
Assets:
Account:
- [[1984, 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], { balance: 1000000000 }]
- [[1984, 5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty], { balance: 1000000000 }] # Bob
Asset: [[[1984], { supply: 1000000000 }]]

0 comments on commit a320cc6

Please sign in to comment.