https://github.com/evmos/evmosjs/blob/88e7599ccb79d98582fb20d782371fb9767e86e0/packages/address-converter/src/converter.ts#L50-54 ```ts const bech32Chain = (name: string, prefix: string) => ({ decoder: makeBech32Decoder(prefix), encoder: makeBech32Encoder(prefix), name, }) ``` Would be great to export this fuction, therefore other chains could use it more convininent
https://github.com/evmos/evmosjs/blob/88e7599ccb79d98582fb20d782371fb9767e86e0/packages/address-converter/src/converter.ts#L50-54
Would be great to export this fuction, therefore other chains could use it more convininent