examples/non_native_payment.rb in auction-ruby-base-0.1.1 vs examples/non_native_payment.rb in auction-ruby-base-0.1.2
- old
+ new
@@ -10,10 +10,10 @@
#
# NOTE: due to the way that sequence number for a new account are set, this
# example is pretty cumbersome to run. It is only used for illustrative purposes
# of the flow
-require 'stellar-base'
+require 'auction-ruby-base'
require 'faraday'
require 'faraday_middleware'
$server = Faraday.new(url: "http://localhost:39132") do |conn|
conn.response :json