Skip to content

Commit 83bb48d

Browse files
authored
chore: rename Tohma -> OP (#4)
1 parent c45a813 commit 83bb48d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Tohma Devnet Bridge
1+
# OP Devnet Bridge
22

3-
This repo implements a simple bridging interface for depositing to and withdrawing from Tohma L2 devnet.
3+
This repo implements a simple bridging interface for depositing to and withdrawing from OP L2 devnet.
44

55
## Installation and setup
66

app/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default function RootLayout({
2929
<html lang="en" suppressHydrationWarning>
3030
<head>
3131
<meta charSet="utf-8" />
32-
<title>Tohma Devnet Interface</title>
33-
<meta property="og:title" content="Tohma Devnet Bridge" />
32+
<title>Snapchain OP Devnet Interface</title>
33+
<meta property="og:title" content="Snapchain Devnet Bridge" />
3434
<meta property="og:url" content="https://tohma.bridge.snapcha.in" />
3535
<meta
3636
property="og:image"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "snapchain-tohma-bridge",
2+
"name": "snapchain-op-bridge",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)