Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridging between L1 ETH and L2 ERC20 BridgedETH #73

Merged
merged 15 commits into from
Nov 29, 2023
Merged
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
contracts-bedrock-checks:
docker:
- image: <<pipeline.parameters.ci_builder_image>>
resource_class: large
resource_class: xlarge
steps:
- checkout
- run:
Expand Down
2 changes: 2 additions & 0 deletions indexer/e2e_tests/bridge_transfers_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ func TestE2EBridgeTransfersL2ToL1MessagePasserETHReceive(t *testing.T) {
}

func TestE2EBridgeTransfersCursoredWithdrawals(t *testing.T) {
t.Skip("Test bridges native tokens from L2 to L1, which is not supported by Celo")

testSuite := createE2ETestSuite(t)

l2StandardBridge, err := bindings.NewL2StandardBridge(predeploys.L2StandardBridgeAddr, testSuite.L2Client)
Expand Down
3 changes: 2 additions & 1 deletion op-bindings/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"UniswapFeeHandlerSeller",
"SortedOracles",
"AddressSortedLinkedListWithMedian",
"FeeCurrency"
"FeeCurrency",
"BridgedETH"
]
1,381 changes: 1,381 additions & 0 deletions op-bindings/bindings/bridgedeth.go

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions op-bindings/bindings/bridgedeth_more.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading