Skip to content

Commit

Permalink
add initial config files for 9 chains (#840)
Browse files Browse the repository at this point in the history
* add configs for Ajuna, Crust, Frequency, InvArch, Kilt, Mythos,
Pendulum, Polimec, Subsocial
* add more tokens to Hydration registry
  • Loading branch information
spazcoin authored Oct 16, 2024
1 parent 5847a27 commit e375a9f
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/ajuna.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://ajuna.ibp.network/
mock-signature-host: true
block: ${env.AJUNA_BLOCK_NUMBER}
db: ./ajuna.db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
16 changes: 16 additions & 0 deletions configs/crust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://crust-parachain.crustapps.net/
mock-signature-host: true
block: ${env.CRUST_BLOCK_NUMBER}
db: ./crust.db.sqlite
runtime-log-level: 5

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

15 changes: 15 additions & 0 deletions configs/frequency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://frequency-rpc.dwellir.com/
mock-signature-host: true
block: ${env.FREQUENCY_BLOCK_NUMBER}
db: ./frequency.db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
35 changes: 35 additions & 0 deletions configs/hydradx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,31 @@ import-storage:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 28 # KILT
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 29 # Polimec (PLMC)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 30 # Mythos (MYTH)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 31 # Darwinia (RING)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 32 # Ajuna (AJUN)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 33 # Voucher ASTR (vASTR)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
Expand All @@ -176,6 +201,16 @@ import-storage:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 102 # 2-Pool-Stbl (native USDC/USDT)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 1000081 # Pendulum (PEN)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 1000099 # Acala (ACA)
- free: '100000000000000000000000'
TechnicalCommittee:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]
Council:
Expand Down
15 changes: 15 additions & 0 deletions configs/invarch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://invarch-rpc.dwellir.com/
mock-signature-host: true
block: ${env.INVARCH_BLOCK_NUMBER}
db: ./invarch.db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
16 changes: 16 additions & 0 deletions configs/kilt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://kilt.ibp.network/
mock-signature-host: true
block: ${env.KILT_BLOCK_NUMBER}
db: ./kilt.db.sqlite
runtime-log-level: 5

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

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

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

79 changes: 79 additions & 0 deletions configs/pendulum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
endpoint: wss://rpc-pendulum.prd.pendulumchain.tech/
mock-signature-host: true
block: ${env.PENDULUM_BLOCK_NUMBER}
db: ./pendulum.db.sqlite
runtime-log-level: 5

import-storage:
Tokens:
Accounts:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- native
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 0 # DOT
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 1 # USDT on AssetHub
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 2 # USDC on AssetHub
- free: 10000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 4 # Brazilian Real (BRZ) on Moonbeam
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 5 # PDEX
- free: 1000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 6 # GLMR
- free: 100000000000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 7 # PINK
- free: 100000000000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 8 # HDX
- free: 100000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 9 # ASTR
- free: 100000000000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 10 # Voucher DOT (vDOT) from Bifrost
- free: 10000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 11 # BNC
- free: 1000000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- xcm: 12 # USDC (Axelar)
- free: 100000000000000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- stellar: stellarnative # XLM.s
- free: 100000000000000000000000
15 changes: 15 additions & 0 deletions configs/polimec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://polimec.ibp.network/
mock-signature-host: true
block: ${env.POLIMEC_BLOCK_NUMBER}
db: ./polimec.db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: 1000000000000000
16 changes: 16 additions & 0 deletions configs/subsocial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
endpoint: wss://subsocial-rpc.dwellir.com/
mock-signature-host: true
block: ${env.SUBSOCIAL_BLOCK_NUMBER}
db: ./subsocial.db.sqlite
runtime-log-level: 5

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

0 comments on commit e375a9f

Please sign in to comment.