Skip to content

Commit

Permalink
update ics20 links
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Oct 21, 2024
1 parent bd1e319 commit 0856cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ message BridgeLock {
}
```

- [`Ics20Transfer`](https://github.com/astriaorg/astria/blob/6902ef35370e5980a76302fc756e1a9a56af21b5/crates/astria-sequencer/src/ibc/ics20_transfer.rs#L370)
- [`Ics20Transfer`](https://github.com/astriaorg/astria/blob/d03059977c3a40590d66591c520bfda3a9b9de1c/crates/astria-sequencer/src/ibc/ics20_transfer.rs#L335)
packets are received when an IBC transfer to Astria from another chain occurs.
If the recipient of the packet is a bridge account and the asset transferred is
valid, the funds are locked in the bridge account and a `Deposit` is created.
Expand Down Expand Up @@ -127,7 +127,7 @@ message BridgeUnlock {
}
```

- [`Ics20Withdrawal`](https://github.com/astriaorg/astria/blob/6902ef35370e5980a76302fc756e1a9a56af21b5/proto/protocolapis/astria/protocol/transactions/v1alpha1/types.proto#L102)
- [`Ics20Withdrawal`](https://github.com/astriaorg/astria/blob/d03059977c3a40590d66591c520bfda3a9b9de1c/proto/protocolapis/astria/protocol/transaction/v1/action.proto#L78)
represents a withdrawal from Astria to another IBC chain.
- If the `bridge_address` field is set, the funds are transferred out of a
bridge account. Alternatively, if `bridge_address` is unset but the signer
Expand Down

0 comments on commit 0856cb1

Please sign in to comment.