Skip to content

Commit

Permalink
ir/sn: replace morph with fschain
Browse files Browse the repository at this point in the history
Don't use obsolete name.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Nov 28, 2024
1 parent 738c908 commit c4732f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ir/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ wallet:

without_mainnet: true

morph:
fschain:
validators: 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
consensus:
magic: 15405
committee:
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
storage:
type: boltdb
path: "/chain/morph.bolt"
path: "/chain/fschain.bolt"
time_per_block: 1s
max_traceable_blocks: 200000
seed_nodes:
Expand Down
2 changes: 1 addition & 1 deletion sn/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
morph:
fschain:
endpoints:
- ws://localhost:30333/ws
dial_timeout: 20s
Expand Down

0 comments on commit c4732f6

Please sign in to comment.