-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cheqd, secret and terra2 fragments and move memo variable to inve…
…ntory
- Loading branch information
1 parent
6d18871
commit 5ab5dbc
Showing
7 changed files
with
79 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,3 @@ hermes_version: '1.0.0' | |
|
||
# rly | ||
rly_version: '2.0.0' | ||
|
||
# Relay Memo | ||
memo: 'Relayed by Polkachu' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
rest_port: 3002 | ||
telemetry_port: 4002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[[chains]] | ||
id = 'cheqd-mainnet-1' | ||
grpc_addr = 'http://{{ cheqd_ip }}:16190' | ||
rpc_addr = 'http://{{ cheqd_ip }}:16157' | ||
websocket_addr = 'ws://{{ cheqd_ip }}:16157/websocket' | ||
|
||
rpc_timeout = '30s' | ||
account_prefix = 'cheqd' | ||
key_name = 'relayer' | ||
address_type = {derivation = 'cosmos'} | ||
store_prefix = 'ibc' | ||
default_gas = 1000000 | ||
max_gas = 2000000 | ||
gas_price = {price = 35, denom = 'ncheq'} | ||
gas_multiplier = 1.5 | ||
max_msg_num = 10 | ||
max_tx_size = 180000 | ||
clock_drift = '20s' | ||
max_block_time = '15s' | ||
trusting_period = '14days' | ||
memo_prefix = '{{ memo }}' | ||
trust_threshold = {numerator = '1', denominator = '3'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[[chains]] | ||
id = 'secret-4' | ||
rpc_addr = 'http://{{ secret_ip }}:17157' | ||
grpc_addr = 'http://{{ secret_ip }}:17190' | ||
websocket_addr = 'ws://{{ secret_ip }}:17157/websocket' | ||
|
||
rpc_timeout = '30s' | ||
account_prefix = 'secret' | ||
key_name = 'relayer' | ||
address_type = { derivation = 'cosmos' } | ||
store_prefix = 'ibc' | ||
default_gas = 100000 | ||
max_gas = 3500000 | ||
gas_price = { price = 0.0125, denom = 'uscrt' } | ||
gas_multiplier = 1.25 | ||
max_msg_num = 30 | ||
max_tx_size = 2097152 | ||
clock_drift = '20s' | ||
max_block_time = '10s' | ||
trusting_period = '14days' | ||
memo_prefix = '{{ memo }}' | ||
trust_threshold = { numerator = '1', denominator = '3'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[[chains]] | ||
id = 'phoenix-1' | ||
rpc_addr = 'http://{{ terra2_ip }}:11757' | ||
grpc_addr = 'http://{{ terra2_ip }}:11790' | ||
websocket_addr = 'ws://{{ terra2_ip }}:11757/websocket' | ||
|
||
rpc_timeout = '20s' | ||
account_prefix = 'terra' | ||
key_name = 'relayer' | ||
address_type = { derivation = 'cosmos' } | ||
store_prefix = 'ibc' | ||
default_gas = 100000 | ||
max_gas = 3500000 | ||
gas_price = { price = 0.015, denom = 'uluna' } | ||
gas_multiplier = 1.2 | ||
max_msg_num = 30 | ||
max_tx_size = 100000 | ||
clock_drift = '45s' | ||
max_block_time = '10s' | ||
trusting_period = '10days' | ||
memo_prefix = '{{ memo }}' | ||
trust_threshold = { numerator = '1', denominator = '3' } |