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 } = {
109
109
cloudinaryUrl : "https://looksrare.mo.cloudinary.net/sepolia" ,
110
110
wsUrl : "wss://ws-sepolia.looksrare.org/ws" ,
111
111
} ,
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
+ } ,
112
126
} ;
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export enum ChainId {
26
26
BASE_MAINNET = 8453 ,
27
27
BASE_SEPOLIA = 84532 ,
28
28
BLAST_SEPOLIA = 168587773 ,
29
+ BLAST_MAINNET = 81457 ,
29
30
}
30
31
31
32
/** ChainInfo data used to interact with LooksRare ecosystem */
You can’t perform that action at this time.
0 commit comments