Skip to content

Commit

Permalink
chore:Updated test relay according to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 7, 2024
1 parent 8c25e48 commit da60f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { generateNetworkPayload } from './common';
import { latestBlockIdentifier } from '../fixture-data';

const NETWORK_STATUS_ENDPOINT = '/network/status';
const peers = [{ peer_id: 'relays-new.cardano-mainnet.iohk.io' }];
const peers = [{ peer_id: 'preprod-node.play.dev.cardano.org' }];
const genesis_block_identifier = {
hash: '5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb',
index: 0 // FIXME this is not ok
Expand Down

0 comments on commit da60f72

Please sign in to comment.