Skip to content

Commit

Permalink
addLiquidity type added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Germain committed Jan 23, 2024
1 parent 15a3633 commit c25e754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion huginn_callisto_network_agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "huginn_callisto_network_agent"
spec.version = '0.1.75'
spec.version = '0.1.76'
spec.authors = ["Nicolas Germain"]
spec.email = ["ngermain@hihouhou.com"]

Expand Down
2 changes: 2 additions & 0 deletions lib/huginn_callisto_network_agent/callisto_network_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ def get_data(x,internal=false)
transaction['call_type'] = 'activateNode'
when "0xc180f4f1"
transaction['call_type'] = 'addClassProperty'
when "0xe8e33700"
transaction['call_type'] = 'addLiquidity'
when "0x25498c75"
transaction['call_type'] = 'addNewTokenClass'
when "0xb199892a"
Expand Down

0 comments on commit c25e754

Please sign in to comment.