Skip to content

Commit

Permalink
Disable self-relay between Juno and Stargaze.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Sep 6, 2023
1 parent 08468d6 commit c29a723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export const SUPPORTED_CHAINS: Partial<Record<ChainId, SupportedChainConfig>> =
// localClient: '07-tendermint-44',
// stargaze
// remoteClient: '07-tendermint-13',
needsSelfRelay: true,
},
},
},
Expand Down Expand Up @@ -276,7 +275,6 @@ export const SUPPORTED_CHAINS: Partial<Record<ChainId, SupportedChainConfig>> =
// localClient: '07-tendermint-13',
// juno
// remoteClient: '07-tendermint-44',
needsSelfRelay: true,
},
},
},
Expand Down

0 comments on commit c29a723

Please sign in to comment.