We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866887b commit 2436bb4Copy full SHA for 2436bb4
blockcypher-ruby.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
2
s.name = 'blockcypher-ruby'
3
s.summary = 'Blockcypher Ruby SDK'
4
- s.version = '0.2.5'
+ s.version = '0.2.6'
5
s.licenses = ['Apache 2.0']
6
s.description = "Ruby library to help you build your crypto application on BlockCypher"
7
s.summary = "Ruby library to help you build your crypto application on BlockCypher"
lib/blockcypher/api.rb
@@ -5,7 +5,8 @@ module BlockCypher
BTC = 'btc'
LTC = 'ltc'
DOGE = 'doge'
8
- BCY= 'bcy'
+ BCY = 'bcy'
9
+ ETH = 'eth'
10
11
MAIN_NET = 'main'
12
TEST_NET = 'test'
0 commit comments