File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -514,3 +514,27 @@ export const mekong: Chain = defineChain({
514
514
} ,
515
515
testnet : true ,
516
516
} ) ;
517
+
518
+ export const openlootSepolia : Chain = defineChain ( {
519
+ id : 905905 ,
520
+ name : "Openloot Sepolia" ,
521
+ nativeCurrency : { name : "Openloot" , symbol : "OL" , decimals : 18 } ,
522
+ rpcUrls : {
523
+ default : {
524
+ http : [ "https://openloot-sepolia.g.alchemy.com/v2" ] ,
525
+ } ,
526
+ public : {
527
+ http : [ "https://openloot-sepolia.g.alchemy.com/v2" ] ,
528
+ } ,
529
+ alchemy : {
530
+ http : [ "https://openloot-sepolia.g.alchemy.com/v2" ] ,
531
+ } ,
532
+ } ,
533
+ blockExplorers : {
534
+ default : {
535
+ name : "Block Explorer" ,
536
+ url : "https://openloot-sepolia.explorer.alchemy.com" ,
537
+ } ,
538
+ } ,
539
+ testnet : true ,
540
+ } ) ;
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export {
41
41
inkSepolia ,
42
42
mekong ,
43
43
monadTestnet ,
44
+ openlootSepolia ,
44
45
} from "./chains.js" ;
45
46
export type * from "./client/decorators/alchemyEnhancedApis.js" ;
46
47
export { alchemyEnhancedApiActions } from "./client/decorators/alchemyEnhancedApis.js" ;
You can’t perform that action at this time.
0 commit comments