Skip to content

Commit fb4029e

Browse files
authored
fix link to deleted branch of evm repo (#8668)
1 parent 64e02fa commit fb4029e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/01-ibc/03-apps/07-address-codec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ After initializing your transfer keeper, configure the codec using the `SetAddre
6666
app.TransferKeeper.SetAddressCodec(evmaddress.NewEvmCodec(sdk.GetConfig().GetBech32AccountAddrPrefix()))
6767
```
6868

69-
For a complete example showing the transfer keeper initialization and address codec configuration, see [evmd app.go](https://github.com/cosmos/evm/blob/vlad/erc20-address-codec/evmd/app.go#L483-L494).
69+
For a complete example showing the transfer keeper initialization and address codec configuration, see [evmd app.go](https://github.com/cosmos/evm/blob/720ba9cf908a20a29b7401b19a136caeb8c4092f/evmd/app.go#L483-L494).
7070

7171
## Usage
7272

@@ -89,4 +89,4 @@ Both formats resolve to the same on-chain account when derived from the same pri
8989
The cosmos/evm repository provides a complete implementation in `utils/address_codec.go` with integration examples in the `evmd` reference chain:
9090

9191
- [**Implementation PR**](https://github.com/cosmos/evm/pull/665)
92-
- [**Example integration**](https://github.com/cosmos/evm/tree/main/evmd)
92+
- [**Reference Chain "evmd"**](https://github.com/cosmos/evm/tree/main/evmd)

docs/versioned_docs/version-v10.4.x/01-ibc/03-apps/07-address-codec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ After initializing your transfer keeper, configure the codec using the `SetAddre
6666
app.TransferKeeper.SetAddressCodec(evmaddress.NewEvmCodec(sdk.GetConfig().GetBech32AccountAddrPrefix()))
6767
```
6868

69-
For a complete example showing the transfer keeper initialization and address codec configuration, see [evmd app.go](https://github.com/cosmos/evm/blob/vlad/erc20-address-codec/evmd/app.go#L483-L494).
69+
For a complete example showing the transfer keeper initialization and address codec configuration, see [evmd app.go](https://github.com/cosmos/evm/blob/720ba9cf908a20a29b7401b19a136caeb8c4092f/evmd/app.go#L483-L494).
7070

7171
## Usage
7272

@@ -89,4 +89,4 @@ Both formats resolve to the same on-chain account when derived from the same pri
8989
The cosmos/evm repository provides a complete implementation in `utils/address_codec.go` with integration examples in the `evmd` reference chain:
9090

9191
- [**Implementation PR**](https://github.com/cosmos/evm/pull/665)
92-
- [**Example integration**](https://github.com/cosmos/evm/tree/main/evmd)
92+
- [**Reference Chain "evmd"**](https://github.com/cosmos/evm/tree/main/evmd)

0 commit comments

Comments
 (0)