File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,18 @@ const baseSepoliaAddresses: Addresses = {
84
84
AGGREGATOR_UNISWAP_V3 : "" ,
85
85
} ;
86
86
87
+ const blastSepoliaAddresses : Addresses = {
88
+ LOOKS : "" ,
89
+ EXCHANGE_V2 : "" ,
90
+ TRANSFER_MANAGER_V2 : "" ,
91
+ WETH : "" ,
92
+ ORDER_VALIDATOR_V2 : "" ,
93
+ REVERSE_RECORDS : "" ,
94
+ LOOKS_LP_V3 : "" ,
95
+ STAKING_POOL_FOR_LOOKS_LP : "" ,
96
+ AGGREGATOR_UNISWAP_V3 : "" ,
97
+ } ;
98
+
87
99
/**
88
100
* List of useful contract addresses
89
101
*/
@@ -96,4 +108,5 @@ export const addressesByNetwork: { [chainId in ChainId]: Addresses } = {
96
108
[ ChainId . ARB_MAINNET ] : arbitrumMainnetAddresses ,
97
109
[ ChainId . BASE_MAINNET ] : baseMainnetAddresses ,
98
110
[ ChainId . BASE_SEPOLIA ] : baseSepoliaAddresses ,
111
+ [ ChainId . BLAST_SEPOLIA ] : blastSepoliaAddresses ,
99
112
} ;
Original file line number Diff line number Diff line change @@ -97,4 +97,16 @@ export const chainInfo: { [chainId in ChainId]: ChainInfo } = {
97
97
cloudinaryUrl : "" ,
98
98
wsUrl : "ws://localhost:5001/ws" ,
99
99
} ,
100
+ [ ChainId . BLAST_SEPOLIA ] : {
101
+ label : "Blast Sepolia" ,
102
+ appUrl : "https://sepolia.looksrare.org" ,
103
+ explorer : "https://testnet.blastscan.io/" ,
104
+ rpcUrl : "https://sepolia.blast.io" ,
105
+ baseApiUrl : "https://graphql-sepolia.looksrare.org" ,
106
+ osApiUrl : "https://testnets-api.opensea.io" ,
107
+ cdnUrl : "https://static-sepolia.looksnice.org" ,
108
+ rewardsSubgraphUrl : "https://api.thegraph.com/subgraphs/name/0xjurassicpunk/looks-distribution" ,
109
+ cloudinaryUrl : "https://looksrare.mo.cloudinary.net/sepolia" ,
110
+ wsUrl : "wss://ws-sepolia.looksrare.org/ws" ,
111
+ } ,
100
112
} ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export enum ChainId {
25
25
ARB_SEPOLIA = 421614 ,
26
26
BASE_MAINNET = 8453 ,
27
27
BASE_SEPOLIA = 84532 ,
28
+ BLAST_SEPOLIA = 168587773 ,
28
29
}
29
30
30
31
/** ChainInfo data used to interact with LooksRare ecosystem */
You can’t perform that action at this time.
0 commit comments