Skip to content

Commit 4fc911a

Browse files
committed
Add Arbitrum bridge docs
1 parent 70fca4f commit 4fc911a

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Added
1010

1111
- Access controlled mintable & burnable LinkToken, for use on sidechains and L2 networks.
12+
- Add Arbitrum bridge documentation
1213
- Added versioning to v0.6 & v0.7 contracts
1314

1415
### Changed

contracts/v0.7/bridge/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ NOTICE: Current implementation of LinkTokenChild contract requires some addition
2323
gets defined, and once online transfer the ownership (bridge gateway role) to the new bridge.
2424

2525
TODO: Potentially create an upgradeable `LinkTokenChild.sol` and limit gateway support to only one (owner)!
26+
27+
- `./token/arbitrum/`: Documentation for the Arbitrum bridge.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LINK Token on Arbitrum
2+
3+
Arbitrum included the ERC677 protocol support into their standard bridge token implementation, so **custom integration is not necessary**.
4+
5+
- Arbitrum ERC20/ERC677 token implementation: [StandardArbERC20.sol](https://github.com/OffchainLabs/arbitrum/blob/042bcafbccf09a23c149822436fb5ec0f4f6fe57/packages/arb-bridge-peripherals/contracts/tokenbridge/arbitrum/StandardArbERC20.sol)
6+
- _Ethereum Rinkeby Arbitrum_ LINK token address: [0x615fBe6372676474d9e6933d310469c9b68e9726](https://rinkeby-explorer.arbitrum.io/address/0x615fBe6372676474d9e6933d310469c9b68e9726)
7+
- _Ethereum Mainnet Arbitrum One_ LINK token address: [0xf97f4df75117a78c1A5a0DBb814Af92458539FB4](https://explorer.arbitrum.io/address/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4)
8+
- Arbitrum bridge UI: [https://bridge.arbitrum.io/](https://bridge.arbitrum.io/)

0 commit comments

Comments
 (0)