q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
200 stars 86 forks source link

Add moonbeam networks #209

Closed a-moreira closed 1 year ago

a-moreira commented 1 year ago

adding some EVM compatible chains from the Polkadot ecosystem

codecov-commenter commented 1 year ago

Codecov Report

Merging #209 (5996891) into main (5f37cd4) will decrease coverage by 0.25%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
- Coverage   99.77%   99.51%   -0.26%     
==========================================
  Files          77       77              
  Lines        4361     4367       +6     
==========================================
- Hits         4351     4346       -5     
- Misses         10       21      +11     
Impacted Files Coverage Δ
lib/eth/chain.rb 100.00% <100.00%> (ø)
spec/eth/chain_spec.rb 100.00% <100.00%> (ø)
spec/eth/ens/resolver_spec.rb 83.78% <0.00%> (-16.22%) :arrow_down:
lib/eth/ens/resolver.rb 85.29% <0.00%> (-14.71%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

q9f commented 1 year ago

Thank you. The tests fail for external contributors, so you can ignore them.

Is everything working now with Moonbeam?