271 272 273
# File 'lib/chainalysis/client.rb', line 271 def v1 @v1 ||= V1Client.new(api_key: api_key, adapter: adapter, stubs: @stubs) end