etherscan 0.4.3 → 0.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f97c714c39713d9498d5a18905e41d811931d84321e4b6c8a2fdef9abaf91f8e
4
- data.tar.gz: baad60882ca0bf6933644c19e75b44c94ab44a40dec0ba87f9f1be398a7351f8
3
+ metadata.gz: a5f7d5bd26344979d9ee73ed6014029716b1627b071c113f5b7969642461f844
4
+ data.tar.gz: 307d688e8c8091bbf3ce53e7e358449ee671068ff55d3d414a3d881d1934b236
5
5
  SHA512:
6
- metadata.gz: 1998bc353819e58569924d32ad26ab016578b98f41cb73f54a99c81047f40f4c45db6f3ee63cf8f490480db991b4cc4b9fa9d4989defa799fcc7043f67fe1f7a
7
- data.tar.gz: 1a4398579c9145b16239248d7a17bd8622cc93e67ef079095e4dcd6f868b751288c8a74ed1198dd10e98e8aa8f6597b9deebcc62445c3f34688f196b6cbc2cbf
6
+ metadata.gz: 60a5683082521aece58ebb53bff94b722ad52935af1560d7dd7666c5c68952a7c949e943452959dbe5cfd383a0c974953ba15e949b8694c2a6c9c1eabe336909
7
+ data.tar.gz: 28ef64f18282ba5bf2f2682685ebf704d6c3740ed7696719c2c2dafed53fc8222c81a830a9dd6e979ce3bfc3e51ab59b9bb2704c19c35047488987593a4ce92d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Etherscan
4
- VERSION = '0.4.3'
4
+ VERSION = '0.4.4'
5
5
  end
data/lib/etherscan.rb CHANGED
@@ -42,12 +42,14 @@ module Etherscan
42
42
  534_351 => 'scr_sepolia',
43
43
  204 => 'obnb',
44
44
  81457 => 'blastmainnet',
45
+ 167009 => 'tko-hekla',
45
46
 
46
47
  728_126_428 => 'tron',
47
48
  2_494_104_990 => 'tron_shasta',
48
49
  43 => 'pangolin',
49
50
  44 => 'crab',
50
- 46 => 'darwinia'
51
+ 46 => 'darwinia',
52
+ 45 => 'tanssi_pangoro'
51
53
  }
52
54
 
53
55
  # https://chainid.network/chains.json
@@ -87,7 +89,8 @@ module Etherscan
87
89
  'scr' => 'https://api.scrollscan.com/api',
88
90
  'scr_sepolia' => 'https://api-sepolia.scrollscan.com/api',
89
91
  'obnb' => 'https://api-opbnb.bscscan.com/api',
90
- 'blastmainnet' => 'https://blast.blockscout.com/api'
92
+ 'blastmainnet' => 'https://blast.blockscout.com/api',
93
+ 'tko-hekla' => 'https://api.routescan.io/v2/network/testnet/evm/167009/etherscan/api'
91
94
  }
92
95
 
93
96
  # https://tronscan.org/#/developer/api
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etherscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aki Wu