Skip to content

Commit c1e2f81

Browse files
committed
Add Blast Mainnet config
1 parent 9f36a65 commit c1e2f81

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/constants/chains.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export enum ChainId {
2626
BASE_MAINNET = 8453,
2727
BASE_SEPOLIA = 84532,
2828
BLAST_SEPOLIA = 168587773,
29+
BLAST_MAINNET = 81457,
2930
}
3031

3132
/** ChainInfo data used to interact with LooksRare ecosystem */

0 commit comments

Comments
 (0)