Skip to content

Commit

Permalink
🔧 Use iryz gateway for ar://
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 1, 2025
1 parent fd293b1 commit 390c4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/.env.civic-liker
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APP_SERVER=liker-land
GCLOUD_PUBSUB_ENABLE=true
LIKECOIN_CHAIN_API=https://mainnet-node.like.co
LIKECOIN_NFT_API_WALLET=like17m4vwrnhjmd20uu7tst7nv0kap6ee7js69jfrs
ARWEAVE_ENDPOINT=https://arweave.net
ARWEAVE_ENDPOINT=https://gateway.irys.xyz
IPFS_VIEW_GATEWAY_URL=https://w3s.link/ipfs
SENTRY_DSN=https://01fb2a31c1bf4234bd8d36ed84732859@o149940.ingest.sentry.io/1423120
AIRTABLE_CMS_BASE_ID=appdrA6ruqhPRRFQj
Expand Down
4 changes: 1 addition & 3 deletions src/constant/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ export const APP_LIKE_CO_VIEW = IS_TESTNET
? 'https://app.rinkeby.like.co/view'
: 'https://app.like.co/view';

export const ARWEAVE_ENDPOINT = IS_TESTNET
? 'https://gateway.irys.xyz'
: 'https://arweave.net';
export const ARWEAVE_ENDPOINT = 'https://gateway.irys.xyz';
export const IPFS_VIEW_GATEWAY_URL = 'https://w3s.link/ipfs';

export const LIKECOIN_CHAIN_ID = IS_TESTNET
Expand Down

0 comments on commit 390c4bc

Please sign in to comment.