File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,18 @@ export const chainInfo: { [chainId in ChainId]: ChainInfo } = {
109109 cloudinaryUrl : "https://looksrare.mo.cloudinary.net/sepolia" ,
110110 wsUrl : "wss://ws-sepolia.looksrare.org/ws" ,
111111 } ,
112+ [ ChainId . BLAST_MAINNET ] : {
113+ appUrl : "https://yologames.io" ,
114+ baseApiUrl : "https://graphql.yologames.io" ,
115+ // For potential backwards compatibility of asset urls
116+ // use looksnice. Important to note this should not actually be called.
117+ cdnUrl : "https://static.looksnice.org" ,
118+ cloudinaryUrl : "https://looksrare.mo.cloudinary.net" ,
119+ explorer : "https://blastscan.io" ,
120+ label : "Blast" ,
121+ osApiUrl : "" , // N/A
122+ rewardsSubgraphUrl : "" , // N/A
123+ rpcUrl : "https://rpc.blast.io" ,
124+ wsUrl : "wss://ws.yologames.io/ws" ,
125+ } ,
112126} ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export enum ChainId {
2525 BASE_MAINNET = 8453 ,
2626 BASE_SEPOLIA = 84532 ,
2727 BLAST_SEPOLIA = 168587773 ,
28+ BLAST_MAINNET = 81457 ,
2829}
2930
3031/** ChainInfo data used to interact with LooksRare ecosystem */
You can’t perform that action at this time.
0 commit comments