File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ var (
237237 BaseDenomUnit int64 = 18 // spawntag:evm
238238
239239 BaseDenom = "mydenom"
240- DisplayDenom = "MY_DENOM_DISPLAY" // TODO: ?
240+ DisplayDenom = "MY_DENOM_DISPLAY"
241241
242242 // Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
243243 Bech32PrefixAccAddr = Bech32Prefix
@@ -363,7 +363,6 @@ func NewChainApp(
363363 baseAppOptions ... func (* baseapp.BaseApp ),
364364) * ChainApp {
365365
366- // TODO: verify
367366 // interfaceRegistry := GetInterfaceRegistry() // ?spawntag:evm
368367 // appCodec := codec.NewProtoCodec(interfaceRegistry) // ?spawntag:evm
369368 // legacyAmino := codec.NewLegacyAmino() // ?spawntag:evm
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ func (cfg *NewChainConfig) SetupInterchainTest() error {
315315 })
316316}
317317
318- // TODO: allow selecting for other chains to generate from (ethos, saga)
319318// SetupLocalInterchainJSON sets up the local-interchain testnets configuration files.
320319func (cfg * NewChainConfig ) SetupLocalInterchainJSON () {
321320
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ func (fc *FileContent) RemoveEVM() {
209209
210210 fc .HandleAllTagged (text )
211211
212- // TODO: ante/ ?
213212 fc .DeleteFile (path .Join ("app" , "config.go" ))
214213 fc .DeleteFile (path .Join ("app" , "token_pair.go" ))
215214 fc .DeleteFile (path .Join ("app" , "precompiles.go" ))
@@ -351,7 +350,6 @@ func (fc *FileContent) RemoveMint() {
351350 text := "mint"
352351 fc .HandleAllTagged (text )
353352
354- // TODO: Fix this so it does not break
355353 fc .RemoveModuleFromText ("MintKeeper" , appGo )
356354 fc .RemoveModuleFromText ("mintkeeper" , appGo )
357355 fc .RemoveLineWithAnyMatch ("minttypes." )
You can’t perform that action at this time.
0 commit comments