From f436745e16aab348febb045e1b9c50ac8f8989f9 Mon Sep 17 00:00:00 2001 From: comfsrt <155266597+comfsrt@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:41:44 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3cd5f3b5..cb03a27cc 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ We currently accept tokens on the following chains: - `metall2` - `metall2-sepolia` -#### Non-bridgable tokens +#### non-bridgeable tokens If you would like to add your token to this token list but you do not want your token to be included on the Optimism Bridge app, please include the `nobridge` option. From 3de3d4a7d420a625bc051a7e648dd7b74852d6e9 Mon Sep 17 00:00:00 2001 From: comfsrt <155266597+comfsrt@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:42:08 +0100 Subject: [PATCH 2/3] Update cli.ts --- bin/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.ts b/bin/cli.ts index 8106a648d..916b92cc6 100644 --- a/bin/cli.ts +++ b/bin/cli.ts @@ -19,7 +19,7 @@ program .requiredOption('--datadir ', 'Directory containing data files') .option( '--tokens ', - 'Comma-separated list of tokens symbols to validate' + 'Comma-separated list of token symbols to validate' ) .action(async (options) => { const results = await validate(options.datadir, options.tokens.split(',')) From 6269e115acc60b61eb6b338db2d3dc1d550af120 Mon Sep 17 00:00:00 2001 From: comfsrt <155266597+comfsrt@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:44:05 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb03a27cc..46fdcff87 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ We currently accept tokens on the following chains: - `metall2` - `metall2-sepolia` -#### non-bridgeable tokens +#### Non-bridgeable tokens If you would like to add your token to this token list but you do not want your token to be included on the Optimism Bridge app, please include the `nobridge` option.