Skip to content

Commit

Permalink
fix ident of ts-relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 12, 2024
1 parent a7e600d commit 6a29e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
{{- range $i, $chain := $relayer.chains }}
{{ $fullchain := include "devnet.fullchain" (dict "name" $chain "file" $defaultFile "context" $) | fromJson }}
{{ $chain }}:
chain_id: {{ $chain }}
chain_id: {{ $chain }}
# You can include multiple RPC endpoints and it will rotate through them if
# one is down (TODO)
rpc:
Expand Down

0 comments on commit 6a29e5d

Please sign in to comment.