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

remove boba docs #593

Merged
merged 2 commits into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
12 changes: 0 additions & 12 deletions .snippets/text/endpoints/bobabase.md

This file was deleted.

12 changes: 0 additions & 12 deletions .snippets/text/endpoints/bobabeam.md

This file was deleted.

3 changes: 1 addition & 2 deletions builders/get-started/networks/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ nav:
- 'Moonbeam Dev Node': 'moonbeam-dev.md'
- 'Moonbase Alpha': 'moonbase.md'
- 'Moonriver': 'moonriver.md'
- 'Moonbeam': 'moonbeam.md'
- layer2
- 'Moonbeam': 'moonbeam.md'
2 changes: 1 addition & 1 deletion builders/get-started/networks/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Get Started with Moonbeam-based Networks
description: Learn how to get started developing on a Moonbeam development node, the Moonbase Alpha TestNet, Moonriver, Moonbeam, or Boba Layer 2.
description: Ready to start building on Moonbeam networks? Learn how to get started on a Moonbeam development node, the Moonbase Alpha TestNet, Moonriver, and Moonbeam.
template: main.html
hide:
- toc
Expand Down
5 changes: 0 additions & 5 deletions builders/get-started/networks/layer2/.pages

This file was deleted.

122 changes: 0 additions & 122 deletions builders/get-started/networks/layer2/bobabase.md

This file was deleted.

106 changes: 0 additions & 106 deletions builders/get-started/networks/layer2/bobabeam.md

This file was deleted.

11 changes: 0 additions & 11 deletions builders/get-started/networks/layer2/index.md

This file was deleted.

24 changes: 0 additions & 24 deletions js/connectMetaMask.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const provider = window.ethereum;
const moonbeamChainId = '0x504';
const moonriverChainId = '0x505';
const moonbaseAlphaChainId = '0x507';
const bobabaseChainId = '0x511';
const bobabeamChainId = '0x50E';

/** Add event listener to the Connect MetaMask buttons */
const metaMaskButtons = document.querySelectorAll('.connectMetaMask');
Expand Down Expand Up @@ -43,28 +41,6 @@ const supportedNetworks = {
decimals: 18,
},
},
bobabase: {
chainId: bobabaseChainId,
chainName: 'Bobabase',
rpcUrls: ['https://bobabase.boba.network/'],
blockExplorerUrls: ['https://blockexplorer.bobabase.boba.network/'],
nativeCurrency: {
name: 'BOBA',
symbol: 'BOBA',
decimals: 18,
},
},
bobabeam: {
chainId: bobabeamChainId,
chainName: 'Bobabeam',
rpcUrls: ['https://bobabeam.boba.network/'],
blockExplorerUrls: ['https://blockexplorer.bobabeam.boba.network/'],
nativeCurrency: {
name: 'BOBA',
symbol: 'BOBA',
decimals: 18,
},
},
};

/** If we are already connected, show disbled button with 'Connected' text */
Expand Down
22 changes: 1 addition & 21 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,24 +1024,4 @@ networks:
weight: 400,000,000
numbers_only: 400000000
wei_betadev_cost: 20000000000000
betadev_cost: '0.00002'
bobabase:
rpc_url: https://bobabase.boba.network
replica_rpc_url: https://replica.bobabase.boba.network
wss_url: wss://wss.bobabase.boba.network
replica_wss_url: wss://replica-wss.bobabase.boba.network
gateway: https://gateway.bobabase.boba.network
chain_id: 1297
hex_chain_id: '0x511'
block_explorer: https://blockexplorer.bobabase.boba.network
exit_delay_period_days: 7
bobabeam:
rpc_url: https://bobabeam.boba.network
replica_rpc_url: https://replica.bobabeam.boba.network
wss_url: wss://wss.bobabeam.boba.network
replica_wss_url: wss://replica-wss.bobabeam.boba.network
gateway: https://gateway.bobabeam.boba.network
chain_id: 1294
hex_chain_id: '0x50E'
block_explorer: https://blockexplorer.bobabeam.boba.network
exit_delay_period_days: 7
betadev_cost: '0.00002'