Skip to content

Commit

Permalink
fix: Replace Teleportation rpcs with Tenderly rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Sep 6, 2023
1 parent d297404 commit ba9b67f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/boba/teleportation/src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const BobaChains: IBobaChains = {

//#region boba_networks
288: {
url: 'https://replica.boba.network',
url: 'https://boba-ethereum.gateway.tenderly.co/1clfZoq7qEGyF4SQvF8gvI',
testnet: false,
name: 'Boba Ethereum Mainnet',
teleportationAddress: '0xd68809330075C792C171C450B983F4D18128e9BF',
Expand All @@ -33,7 +33,7 @@ export const BobaChains: IBobaChains = {
},
},
56288: {
url: 'https://replica.bnb.boba.network',
url: 'https://boba-bnb.gateway.tenderly.co/1clfZoq7qEGyF4SQvF8gvI',
testnet: false,
name: 'Boba BNB Mainnet',
teleportationAddress: '0xd68809330075C792C171C450B983F4D18128e9BF',
Expand All @@ -55,7 +55,7 @@ export const BobaChains: IBobaChains = {
},
},
9728: {
url: 'https://replica.testnet.bnb.boba.network',
url: 'https://boba-bnb-testnet.gateway.tenderly.co/1clfZoq7qEGyF4SQvF8gvI',
testnet: true,
name: 'Boba BNB Testnet',
teleportationAddress: '0xf4d179d3a083Fa3Eede935FaF4C679D32d514186',
Expand All @@ -69,7 +69,7 @@ export const BobaChains: IBobaChains = {
//#endregion
//#region l1
1: {
url: 'https://eth.llamarpc.com',
url: 'https://mainnet.gateway.tenderly.co/1clfZoq7qEGyF4SQvF8gvI',
testnet: false,
name: 'Ethereum Mainnet',
teleportationAddress: '0x0',
Expand Down

0 comments on commit ba9b67f

Please sign in to comment.