Skip to content

Commit 2436bb4

Browse files
jasondcampmatthieu
authored andcommitted
Added ETH currency to api.rb (#33)
1 parent 866887b commit 2436bb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

blockcypher-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'blockcypher-ruby'
33
s.summary = 'Blockcypher Ruby SDK'
4-
s.version = '0.2.5'
4+
s.version = '0.2.6'
55
s.licenses = ['Apache 2.0']
66
s.description = "Ruby library to help you build your crypto application on BlockCypher"
77
s.summary = "Ruby library to help you build your crypto application on BlockCypher"

lib/blockcypher/api.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module BlockCypher
55
BTC = 'btc'
66
LTC = 'ltc'
77
DOGE = 'doge'
8-
BCY= 'bcy'
8+
BCY = 'bcy'
9+
ETH = 'eth'
910

1011
MAIN_NET = 'main'
1112
TEST_NET = 'test'

0 commit comments

Comments
 (0)