Skip to content

Commit

Permalink
Add Enjin networks to configs (#793)
Browse files Browse the repository at this point in the history
* Create enjin.yml

* Create canary-enjin.yml

* Create enjin-matrix.yml

* Create canary-enjin-matrix.yml

* Update enjin.yml

* Update enjin-matrix.yml

* Update canary-enjin.yml

* Update canary-enjin-matrix.yml
  • Loading branch information
leonardocustodio authored Jul 18, 2024
1 parent 38ce3f5 commit 0427728
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/canary-enjin-matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://rpc.matrix.canary.enjin.io
mock-signature-host: true
block: ${env.CANARY_ENJIN_MATRIX_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '1000000000000000000000'
15 changes: 15 additions & 0 deletions configs/canary-enjin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://rpc.relay.canary.enjin.io
mock-signature-host: true
block: ${env.CANARY_ENJIN_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '1000000000000000000000'
15 changes: 15 additions & 0 deletions configs/enjin-matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://rpc.matrix.blockchain.enjin.io
mock-signature-host: true
block: ${env.ENJIN_MATRIX_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
System:
Account:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- providers: 1
data:
free: '1000000000000000000000'
15 changes: 15 additions & 0 deletions configs/enjin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
endpoint: wss://rpc.relay.blockchain.enjin.io
mock-signature-host: true
block: ${env.ENJIN_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

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

0 comments on commit 0427728

Please sign in to comment.