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 ETH to OP Mainnet With Viem #906

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d4fa6cc
revamp bridging tutorial
krofax Sep 18, 2024
9c84aea
update some more codes
krofax Sep 18, 2024
65352f9
updated meta tags
krofax Sep 18, 2024
e3f407a
remove comments
krofax Sep 18, 2024
a06ed1f
update text
krofax Sep 18, 2024
3409081
fix lint issues
krofax Sep 18, 2024
62f9888
resolved comments
krofax Sep 24, 2024
5b33b41
updated the codebase
krofax Sep 24, 2024
dbf93e8
updated full codebase
krofax Sep 24, 2024
4b884a3
fix coderabbot warnings
krofax Sep 25, 2024
0879dc7
Update pages/builders/app-developers/tutorials/cross-dom-bridge-eth.mdx
krofax Sep 25, 2024
8d10886
Update public/tutorials/cross-dom-bridge-eth.js
krofax Sep 25, 2024
1d69758
updated the urls
krofax Sep 26, 2024
e1968a9
fix lint issues
krofax Sep 26, 2024
27d7848
updated codebase
krofax Sep 26, 2024
5dec40d
updated tutorial to support CLI approach
krofax Oct 2, 2024
f9da7ef
updated codebase
krofax Oct 2, 2024
846ef7e
updated codebase
krofax Oct 2, 2024
92314e9
updated address
krofax Oct 2, 2024
c02ab8f
updated the codebase
krofax Oct 2, 2024
7c27591
fix liniting issues
krofax Oct 2, 2024
87741c3
adjusted codebase
krofax Oct 2, 2024
1b8716a
updated the codebase
krofax Oct 2, 2024
b165bc9
updated fullcode base
krofax Oct 2, 2024
99c70b7
Used file imports for the code snippets
krofax Oct 3, 2024
cc1c272
remove emphasis
krofax Oct 3, 2024
6719644
updated workflow
krofax Oct 4, 2024
d07ebfe
added viem
krofax Oct 4, 2024
490990a
updated codebase
krofax Oct 8, 2024
08ebdd5
update file imports
krofax Oct 9, 2024
0a9f6bb
update variable name
krofax Oct 9, 2024
311993b
updated file import
krofax Oct 9, 2024
adf599c
fix conflict
krofax Oct 9, 2024
b2e4368
stage changes
krofax Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/builders/app-developers/tutorials/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"first-contract": "Deploying Your First Contract on OP Mainnet",
"cross-dom-solidity": "Communicating Between Chains in Solidity",
"cross-dom-bridge-eth": "Bridging ETH With the Optimism SDK",
"cross-dom-bridge-eth": "Bridging ETH to OP Mainnet With Viem",
"cross-dom-bridge-erc20": "Bridging ERC-20 Tokens With the Optimism SDK",
"standard-bridge-custom-token": "Bridging Your Custom ERC-20 Token to OP Mainnet",
"standard-bridge-standard-token": "Bridging Your Standard ERC-20 Token to OP Mainnet",
Expand Down
Loading
Loading