diff --git a/consts/external-links.ts b/consts/external-links.ts index e3f097df..a62599c7 100644 --- a/consts/external-links.ts +++ b/consts/external-links.ts @@ -6,6 +6,5 @@ export const OPEN_OCEAN_REFERRAL_ADDRESS = '0xbb1263222b2c020f155d409dba05c4a3861f18f8'; // for dev and local testing you can set to 'http://localhost:3000/runtime/IPFS.json' and have file at /public/runtime/IPFS.json -// export const IPFS_MANIFEST_URL = -// 'https://raw.githubusercontent.com/lidofinance/ethereum-staking-widget/main/IPFS.json'; -export const IPFS_MANIFEST_URL = 'http://localhost:3000/runtime/IPFS.json'; +export const IPFS_MANIFEST_URL = + 'https://raw.githubusercontent.com/lidofinance/ethereum-staking-widget/main/IPFS.json';