Skip to content

Commit

Permalink
Add Shibuya (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored Jul 27, 2023
1 parent b795ab0 commit 97b42a1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
1 change: 0 additions & 1 deletion configs/astar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ endpoint: wss://astar.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.ASTAR_BLOCK_NUMBER}
db: ./db.sqlite
# wasm-override: astar-58.wasm

import-storage:
Sudo:
Expand Down
25 changes: 25 additions & 0 deletions configs/shibuya.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
endpoint: wss://shibuya-rpc.dwellir.com
mock-signature-host: true
block: ${env.SHIBUYA_BLOCK_NUMBER}
db: ./db.sqlite

import-storage:
Sudo:
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '100000000000000000000000'
# Sample list of available assetIds: https://github.com/AstarNetwork/astar-apps/blob/main/src/modules/xcm/tokens/index.ts
Assets:
Account:
-
-
# TKY
- '340282366920938463463374607431768211455'
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- balance: '100000000000000000'
1 change: 0 additions & 1 deletion configs/shiden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ endpoint: wss://shiden.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.SHIDEN_BLOCK_NUMBER}
db: ./db.sqlite
# wasm-override: shiden-96.wasm

import-storage:
Sudo:
Expand Down

0 comments on commit 97b42a1

Please sign in to comment.