Skip to content

Commit 17d77d1

Browse files
fixup! chore/locanet/tilt
1 parent cfd87da commit 17d77d1

File tree

5 files changed

+116
-25
lines changed

5 files changed

+116
-25
lines changed

localnet/kubernetes/values-agoric.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
fund_on_start: true
22

3+
chain_id: agoriclocal
4+
35
image:
46
repository: agoric
57
tag: latest
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
chain_b_key:
2+
name: agoriclocal
3+
mnemonic: "beach prize number regular tiger aware ring shiver path dizzy please bacon steel car crash youth rural history furnace possible property chicken entire system"
4+
coin_type: 564
5+
6+
chain_b_config: |
7+
[[chains]]
8+
type = "CosmosSdk"
9+
id = "agoriclocal"
10+
rpc_addr = "http://agoric-validator.default.svc.cluster.local:26657/"
11+
grpc_addr = "http://agoric-validator.default.svc.cluster.local:9090/"
12+
rpc_timeout = "10s"
13+
trusted_node = false
14+
account_prefix = "agoric"
15+
key_name = "agoriclocal"
16+
key_store_type = "Test"
17+
store_prefix = "ibc"
18+
default_gas = 100000
19+
max_gas = 400000
20+
gas_multiplier = 1.1
21+
max_msg_num = 30
22+
max_tx_size = 180000
23+
max_grpc_decoding_size = 33554432
24+
query_packets_chunk_size = 50
25+
clock_drift = "5s"
26+
max_block_time = "30s"
27+
client_refresh_rate = "1/3"
28+
ccv_consumer_chain = false
29+
memo_prefix = ""
30+
sequential_batch_tx = false
31+
allow_ccq = true
32+
33+
[chains.event_source]
34+
mode = "pull"
35+
interval = "500ms"
36+
max_retries = 4
37+
38+
[chains.trust_threshold]
39+
numerator = 2
40+
denominator = 3
41+
42+
[chains.gas_price]
43+
price = 0.02
44+
denom = "ubld"
45+
46+
[chains.dynamic_gas_price]
47+
enabled = false
48+
multiplier = 1.1
49+
max = 0.6
50+
51+
[chains.address_type]
52+
derivation = "cosmos"
53+
54+
[chains.excluded_sequences]

localnet/kubernetes/values-ibc-relayer-config-pocket-agoriclocal.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
chain_a_key:
2+
name: pocket
3+
# LocalNet app1 mnemonic; SHOULD match config.yml.
4+
mnemonic: "mention spy involve verb exercise fiction catalog order agent envelope mystery text defy sing royal fringe return face alpha knife wonder vocal virus drum"
5+
6+
chain_a_config: |
7+
[[chains]]
8+
type = "CosmosSdk"
9+
id = "pocket"
10+
rpc_addr = "http://validator-pocket-validator.default.svc.cluster.local:26657/"
11+
grpc_addr = "http://validator-pocket-validator.default.svc.cluster.local:9090/"
12+
rpc_timeout = "10s"
13+
trusted_node = false
14+
account_prefix = "pokt"
15+
key_name = "pocket"
16+
key_store_type = "Test"
17+
store_prefix = "ibc"
18+
default_gas = 100000
19+
max_gas = 400000
20+
gas_multiplier = 1.1
21+
max_msg_num = 30
22+
max_tx_size = 180000
23+
max_grpc_decoding_size = 33554432
24+
query_packets_chunk_size = 50
25+
clock_drift = "5s"
26+
max_block_time = "30s"
27+
client_refresh_rate = "1/3"
28+
ccv_consumer_chain = false
29+
memo_prefix = ""
30+
sequential_batch_tx = false
31+
allow_ccq = true
32+
33+
[chains.event_source]
34+
mode = "pull"
35+
interval = "500ms"
36+
max_retries = 4
37+
38+
[chains.trust_threshold]
39+
numerator = 2
40+
denominator = 3
41+
42+
[chains.gas_price]
43+
price = 0.00
44+
denom = "upokt"
45+
46+
[chains.dynamic_gas_price]
47+
enabled = false
48+
multiplier = 1.1
49+
max = 0.6
50+
51+
[chains.address_type]
52+
derivation = "cosmos"
53+
54+
[chains.excluded_sequences]

localnet/kubernetes/values-ibc-relayer-daemon.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ kind: "Deployment"
33
command:
44
- /root/.hermes/entrypoint.sh
55
- start
6+
7+
service:
8+
type: ClusterIP
9+
ports:
10+
rest: 3000
11+
telemetry: 3001

0 commit comments

Comments
 (0)