You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usecases/xerc20/setup-guide.md
+3-56
Original file line number
Diff line number
Diff line change
@@ -99,28 +99,9 @@ function burn(address _user, uint256 _amount) external;
99
99
100
100
#### LockboxAdapter
101
101
102
-
You might have noticed there's a `LockBoxAdapter` contract in the diagram above when you have a Lockbox setup. This contract facilitates the unwrapping of `xERC20 -> ERC20` on the destination chain and is needed for UIs to do this step for users.
102
+
You might have noticed there's a `LockBoxAdapter` contract in the diagram above when you have a Lockbox setup. This contract facilitates the unwrapping of `xERC20 -> ERC20` on the destination chain and is needed for UIs to do this step automatically for users.
103
103
104
-
The Connext team has a `LockboxAdapter` deployed to all our supported chains (the implementation is available [here](https://github.com/connext/chain-abstraction-integration/blob/c35fbe757946cc76a826d93595cd99fd0db39c27/contracts/integration/LockboxAdapter.sol)). Use these if you plan to enable Connext as a bridge and want your token listed in our UI. 
The Connext team has a `LockboxAdapter` deployed to all our supported chains (the implementation is available [here](https://github.com/connext/chain-abstraction-integration/blob/c35fbe757946cc76a826d93595cd99fd0db39c27/contracts/integration/LockboxAdapter.sol)). 
124
105
125
106
#### Whitelisting bridges
126
107
@@ -196,41 +177,7 @@ Once this is done, the Connext Labs team will review your PRs to sanity check de
196
177
197
178
## Connextscan and Bridge UI Support
198
179
199
-
To get your token listed on our [Bridge UI](https://bridge.connext.network) and be able to track transfers in the [Connext explorer](https://connextscan.io/), you’ll need to submit two more PRs:
200
-
201
-
1. Submit a PR to the [Connextscan config](https://github.com/CoinHippo-Labs/connextscan-ui/blob/main/config/mainnet/assets.json).
202
-
* Create a new object in the list. Using `RADAR` as an example where it has a lockbox setup on Ethereum as its home chain:
* For each chain where your xERC20 is deployed, add an object to the `contracts` list. If your token has a lockbox setup, the `contract_address` should be the ERC20 instead of the xERC20. It should include the other relevant fields shown in the example above.
231
-
2. Submit a similar PR to the [Bridge UI config](https://github.com/CoinHippo-Labs/connext-bridge/blob/main/config/mainnet/assets.json). You can use the exact same object here.
232
-
233
-
And that’s it! Once these PRs are merged, you'll have your token appear on [https://connextscan.io](https://testnet.connextscan.io) and [https://bridge.connext.network](https://testnet.bridge.connext.network).
180
+
The Connext team will take care of listing your token on our [Bridge UI](https://bridge.connext.network) and be able to track transfers in the [Connext explorer](https://connextscan.io/).
0 commit comments