-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change how we specify gas so it works right
- Loading branch information
Showing
3 changed files
with
42 additions
and
6 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
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,36 @@ | ||
chain = "umee" | ||
channel = "channel-0" | ||
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 = 400000 | ||
rand_max = 600000 | ||
revision_number = 1 | ||
precision = 1 | ||
timeout_height = 16875083 | ||
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" | ||
|
||
|
||
|
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