huginn_callisto_network_agent 0.1.98 → 0.1.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7675a53c5f5dfae79b78ad1ab8007ddb5a3a5427e4767263ae1b398069bf6601
|
4
|
+
data.tar.gz: b760819b63aa64608d818b4a6196ab0d0d19ea585fa58aa862b02eefa39f26e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 101f789a83fdf453f8d023a4908105a5656b3a2cd2ab2db4bb35c7e067d927595a47064d5df9e39743fa969dbdc73efd49a029682e4d2ae6d90c89bebc79bc50
|
7
|
+
data.tar.gz: 55a50425610085c003274d22f103ff3e719677726a8d398c548eaff998707f86e1fea0367e136d0f0af3aa7ce465977ec9550d450c20c3b4d409acfd56d4e40c
|
@@ -365,6 +365,7 @@ module Agents
|
|
365
365
|
end
|
366
366
|
|
367
367
|
def dao_claim(id)
|
368
|
+
internal = "true"
|
368
369
|
if interpolated['debug'] == 'true'
|
369
370
|
log "unlocking the wallet"
|
370
371
|
end
|
@@ -559,7 +560,7 @@ module Agents
|
|
559
560
|
|
560
561
|
def callosha_slots()
|
561
562
|
|
562
|
-
internal = true
|
563
|
+
internal = "true"
|
563
564
|
contract = "0x7777265DC7FD2a15A7f2E8d8Ad87b3DAec677777"
|
564
565
|
power_of_10 = 18
|
565
566
|
final_value = interpolated['value'].to_i * 10**power_of_10
|
@@ -935,7 +936,7 @@ module Agents
|
|
935
936
|
end
|
936
937
|
|
937
938
|
def start_cs_clo()
|
938
|
-
internal = true
|
939
|
+
internal = "true"
|
939
940
|
if interpolated['debug'] == 'true'
|
940
941
|
log "unlocking the wallet"
|
941
942
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: huginn_callisto_network_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.99
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Germain
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|