Skip to content

Commit

Permalink
Update URL to point at prod relay
Browse files Browse the repository at this point in the history
  • Loading branch information
msub2 committed Oct 9, 2024
1 parent 7cb3dc8 commit 2508bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/networking.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let divCount = 0;

// Instantiate the beacon prototype as an import side-effect for now
// just so we don't need to modify all the other SDKs
const beacon = new Beacon('https://relay-dev.zesty.xyz');
const beacon = new Beacon('https://relay.zesty.xyz');
beacon.signal();

const initPrebid = (adUnitId, format) => {
Expand Down

0 comments on commit 2508bc4

Please sign in to comment.