Skip to content

Commit

Permalink
fix address in arbitrum 1 cross-chain example (Uniswap#83)
Browse files Browse the repository at this point in the history
As is, it mismatches:  L1CustomGateway vs. L2GatewayRouter; this updates the later to L2CustomGateway
  • Loading branch information
DZGoldman authored Nov 12, 2021
1 parent 0f9c41e commit 9ebe28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schema/example-crosschain.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"bridgeInfo": {
"1": {
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"originBridgeAddress": "0x5288c571fd7ad117bea99bf60fe0846c4e84f933",
"originBridgeAddress": "0x096760F208390250649E3e8763348E783AEF5562",
"destBridgeAddress": "0xcEe284F754E854890e311e3280b767F80797180d"
}
}
Expand Down

0 comments on commit 9ebe28f

Please sign in to comment.