Skip to content

Commit

Permalink
Merge pull request #2098 from holium/holium-network
Browse files Browse the repository at this point in the history
Replace all third.earth references with holium.network
  • Loading branch information
gdbroman authored Nov 3, 2023
2 parents abe7cfe + 14bcd3a commit 4e0115b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/.holium/configs/webpack.config.renderer.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const configuration: webpack.Configuration = {
'https://[email protected]/4504310987358208',
AMPLITUDE_API_KEY: 'd6d123a2a660806abcc6b1845c475f2f',
AMPLITUDE_API_KEY_DEV: '68e00eca14dda372e15a8aadaa0b37ac',
API_URL: 'https://backend-server.third.earth',
API_URL: 'https://backend-server.holium.network',
JOIN_API_URL: 'https://join.holium.com',
API_HEADERS_CLIENT_ID: '5',
API_HEADERS_VERSION: '2',
Expand Down
6 changes: 0 additions & 6 deletions app/src/renderer/apps/Rooms/components/rooms.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ const contacts: any = {
avatar:
'https://lomder-librun.sfo3.digitaloceanspaces.com/Images/~fasnut-famden/1683832836-fasnut-famden%20light%20blue%20green.jpg',
},
'~lopsyp-doztun': {
color: '#129131',
nickname: 'Gus',
avatar:
'https://rindux-mocrux.s31.third.earth/~lopsyp-doztun/1683061010-boom.jpeg',
},
'~hostyv': {
color: '#785218',
nickname: 'hostyv',
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<base href="./" />
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="
connect-src 'self' https://*.stripe.com https://*.sentry.io https://*.amplitude.com ws://localhost:3001 ws://localhost:3030 http://localhost:8545 https://*.plymouth.network https://*.third.earth https://api.unsplash.com https://join.holium.com https://api.holium.live https://socket.holium.live wss://socket.holium.live wss://*.holium.live http://localhost:3000;
connect-src 'self' https://*.stripe.com https://*.sentry.io https://*.amplitude.com ws://localhost:3001 ws://localhost:3030 http://localhost:8545 https://*.plymouth.network https://*.holium.network https://api.unsplash.com https://join.holium.com https://api.holium.live https://socket.holium.live wss://socket.holium.live wss://*.holium.live http://localhost:3000;
frame-src 'self' https://*.stripe.com https://www.youtube.com https://open.spotify.com https://open.spotifycdn.com https://platform.twitter.com https://w.soundcloud.com;
script-src 'self' https://*.stripe.com https://www.youtube.com https://open.spotify.com https://open.spotifycdn.com https://platform.twitter.com;
script-src-elem 'self' https://*.stripe.com https://www.youtube.com https://open.spotify.com https://open.spotifycdn.com https://platform.twitter.com https://w.soundcloud.com;
Expand Down

0 comments on commit 4e0115b

Please sign in to comment.