eth-rb 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/eth.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6406b8a909ffa800ee2ca237fd58b97fa5c07602aec7db483bc93aed5e50c1a4
4
- data.tar.gz: 649564b79457d90806d0c31127c2a24953497c4679384ed71284a30b5b4b8093
3
+ metadata.gz: c74984527b36ab6b3d780197b3294c027412b15bc6cf26642bc48ea21f4fa29a
4
+ data.tar.gz: ca0bb0771f0a5056e4afad1991ec607d3b62d6a840e3891f60d3907ec13ec667
5
5
  SHA512:
6
- metadata.gz: 771b14da3a273e6f25da6b2e65eb0b2838b3fd23122cd716c801463eaf838c41862d1115a5a7ca556d517f6ad5a343d2a6bdf111d78e93c72dfd5226921cf753
7
- data.tar.gz: 94cf8b5447f44c1c04128b7881838351ef19c349084cf5504572eb3d11280b5586a1640e69acec3cf8b8983f37948969abd5ab19bc570325b3477068eb067943
6
+ metadata.gz: 61c2952036e1288e66e920e9cadbd63dc2bed13ab774c89e0d8acd845663f1543feb79c3046d7cc74dad5c0d208d4d748ebcc0e54f09e516e11d2db899a0cc07
7
+ data.tar.gz: 979726311cdbcb82b68f9587ff726c49e30cf73597902b8404fca61a0c14572fe2b0eadcfc4aadcdfa3993dc3475d0b50ddf042bd2cf3abeddfc0bc7ead34578
data/lib/eth.rb CHANGED
@@ -22,7 +22,7 @@ require "digest/keccak"
22
22
  ALCHEMY_URL = "https://eth-mainnet.g.alchemy.com/v2/alch_PhpVkmsabZhYV69otj1rF"
23
23
  COINGECKO_URL = "https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=usd"
24
24
  CHAIN_ID = 1 # Ethereum mainnet
25
- VERSION = "0.1.5"
25
+ VERSION = "0.1.6"
26
26
 
27
27
  # ── JSON-RPC ────────────────────────────────────────────────────────────────
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eth-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khalid Shaikh