Skip to content

Commit

Permalink
config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jun 15, 2024
1 parent c0ae87a commit 1aede88
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 12 deletions.
11 changes: 3 additions & 8 deletions configurations/injective/nodes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ denom = "inj"
prefix = "inj"
gas_per_byte = 10
base_gas = 110000
ibc_memo = "This should not cause any problems. If it does, contact @interchain_io"
ibc_memo = "Jacob, you aren’t a security researcher. This is a long standing issue in the codebase with many existing mitigations. Your months long campaign of self aggrandizement using threats holding yourself up as the only hero helping is self destructive and transparently self serving. Your refusal to work with core teams in a productive manner is part and parcel of a pattern of destructive behavior that we as a community cannot continue to countenance. Please take this conversation to another channel. - Jack Zampolin, in the tendermint channel"
memo = "Just checking on this"
ibc_memo_repeat = 10
rand_min = 30000
Expand All @@ -14,17 +14,12 @@ timeout_height = 20720608
slip44 = 60

[gas]
zero = 0
precision = 0
low = 160000000
medium = 0.25
high = 0.04


[nodes]
rpc = [
"http://162.55.65.206:26657",
"http://49.12.171.161:26657",
"http://37.27.56.238:5401",
"http://176.9.143.252:11750",

]

Expand Down
7 changes: 3 additions & 4 deletions configurations/umee/nodes.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chain = "umee"
channel = "channel-0"
channel = "channel-1"
denom = "uumee"
prefix = "umee"
gas_per_byte = 10
Expand All @@ -9,9 +9,8 @@ memo = "Just checking on this"
ibc_memo_repeat = 10
rand_min = 743000
rand_max = 743000
revision_number = 1
precision = 1
timeout_height = 16875083
revision_number = 4
timeout_height = 20976658
slip44 = 118


Expand Down
35 changes: 35 additions & 0 deletions configurations/umee2/nodes.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
chain = "umee"
channel = "channel-1"
denom = "uumee"
prefix = "umee"
gas_per_byte = 10
base_gas = 110000
ibc_memo = "Jacob, you aren’t a security researcher. This is a long standing issue in the codebase with many existing mitigations. Your months long campaign of self aggrandizement using threats holding yourself up as the only hero helping is self destructive and transparently self serving. Your refusal to work with core teams in a productive manner is part and parcel of a pattern of destructive behavior that we as a community cannot continue to countenance. Please take this conversation to another channel. - Jack Zampolin, in the tendermint channel"
memo = "Just checking on this"
ibc_memo_repeat = 10
rand_min = 1000
rand_max = 100000
revision_number = 4
timeout_height = 20976658
slip44 = 118




[gas]
low = 1
precision = 1


[nodes]
rpc = [
# "http://65.109.112.148:27659",
# "http://65.108.73.245:26657",
"http://65.109.33.48:10657",
# "http://95.216.77.56:26657",
]

api = "https://umee-api.polkachu.com:443"



0 comments on commit 1aede88

Please sign in to comment.