BlocSoc-iitr / selene

A fast & portable light client for Ethereum in Golang.
4 stars 5 forks source link

Implement `config/networks.go` #13

Closed gerceboss closed 2 weeks ago

VeerChaurasia commented 3 weeks ago

Assign

VeerChaurasia commented 3 weeks ago

@gerceboss should I implement base.go as it contains some field used in networks or should I just import it without implementing?

star-gazer111 commented 3 weeks ago

@gerceboss should I implement base.go as it contains some field used in networks or should I just import it without implementing?

U will have to wait for @18aaddy to open up his PR first & then use the necessary imports from there.

VeerChaurasia commented 3 weeks ago

@star-gazer111 as the template doesn't had HOLESKY initially so should I write case for Holesky or not?

star-gazer111 commented 3 weeks ago

@star-gazer111 as the template doesn't had HOLESKY initially so should I write case for Holesky or not?

You can skip that for now.

star-gazer111 commented 2 weeks ago

Resolver here #20