You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EvmDenom should be a consant since we're highly unlikely to ever change to
anything besides NIBI, and having it flexible exposes the network to a governance
attack that messes up the economics of Nibiru's EVM by switching the denom to a
different bank coin.
AllowUnprotectedTxs is always false. We should remove it
EVMChannels is unused, as it was intended for extending the module with
IBC functionality. We should document why it exists.
The text was updated successfully, but these errors were encountered:
github-actionsbot
added
the
S-triage
Status: This issue is waiting on initial triage. More Info: https://tinyurl.com/25uty9w5
label
Oct 5, 2024
Unique-Divine
added
x: evm
Relates to Nibiru EVM or the EVM Module
and removed
S-triage
Status: This issue is waiting on initial triage. More Info: https://tinyurl.com/25uty9w5
labels
Oct 5, 2024
Context
Current evm.Params structure (commit: 37913c4):
anything besides NIBI, and having it flexible exposes the network to a governance
attack that messes up the economics of Nibiru's EVM by switching the denom to a
different bank coin.
AllowUnprotectedTxs
is always false. We should remove itEVMChannels
is unused, as it was intended for extending the module withIBC functionality. We should document why it exists.
The text was updated successfully, but these errors were encountered: