Skip to content

Commit

Permalink
Wsdt/rm avax teleportation (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt authored Jul 21, 2023
1 parent 466a601 commit db1a701
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 32 deletions.
27 changes: 17 additions & 10 deletions packages/boba/teleportation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,24 @@ Audits outstanding.
## Testnet deployments

### Goerli (L1)
- Teleportation deployed to: `0x0D42E13a3a7203C281Ca72e90AF992781259197C`
- Proxy__Teleportation deployed to: `0x9A597f96899d9cc7Ba0Bd8a4148d7B7Ed6AA0300`
- Teleportation deployed to: `0x885bfeC3D89755d2bCc1e73b6EeEEae94D54eBE4`
- Proxy__Teleportation deployed to: `0xC226F132A686A08018431C913d87693396246024`

### Boba Goerli
- Teleportation deployed to: `0x3Ad2babB5E8E4f7a5cAc75d330655ab6f0FBa14A`
- Proxy__Teleportation deployed to: `0x2af1C32E1dE8e041B7E45525A1Ca3C519Fac312F`
### BNB Testnet (L1)
- Teleportation deployed to: `0xf07A686af44C6b53391Bc56024f148739D528D27`
- Proxy__Teleportation deployed to: `0x1b633BdA998507795A4552809be25D1dCe1d881d`

### Boba Avax Testnet
- Teleportation deployed to: `0xB5FFFbB049DA94611b488f0921735b4B07e0BDDE`
- Proxy__Teleportation deployed to: `0x9A57d90E80BE60340f804fd2D0373dd34AB934A2`
### Boba Goerli
- Teleportation deployed to: `0x28fd3770b42797890e07d53DDd1e10DcD55D966E`
- Proxy__Teleportation deployed to: `0x64bD91c67af8cd17e04BeBDaac675f0EF6527edd`

### Boba BNB Testnet
- Teleportation deployed to: `0xf7dE3869B7a0333e6B3a513A37Dc6270041BCC05`
- Proxy__Teleportation deployed to: `0xE3B5FB4CDa3C4c58A804e8856B5eC81D87972512`
- Teleportation deployed to: `0x885bfeC3D89755d2bCc1e73b6EeEEae94D54eBE4`
- Proxy__Teleportation deployed to: `0xC226F132A686A08018431C913d87693396246024`


---

## User flow / Dev flow:
![TeleportationFlow](https://github.com/bobanetwork/boba/assets/28724551/1c5fceb8-126d-42d1-92b4-59ec5ed9ad71)

33 changes: 11 additions & 22 deletions packages/boba/teleportation/src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ export const BobaChains: IBobaChains = {
'0x68ac1623ACf9eB9F88b65B5F229fE3e2c0d5789e': 'BNB',
},
},
43288: {
url: 'https://replica.avax.boba.network',
testnet: false,
name: 'Boba Avalanche Mainnet',
teleportationAddress: '0xd68809330075C792C171C450B983F4D18128e9BF',
height: 25078,
supportedAssets: {
'0x0000000000000000000000000000000000000000': 'AVAX',
'0x4200000000000000000000000000000000000006': 'BOBA',
},
},
56288: {
url: 'https://replica.bnb.boba.network',
testnet: false,
Expand All @@ -65,17 +54,6 @@ export const BobaChains: IBobaChains = {
'0x4200000000000000000000000000000000000023': 'BOBA',
},
},
4328: {
url: 'https://replica.testnet.avax.boba.network',
testnet: true,
name: 'Boba Avalanche Testnet',
teleportationAddress: '0xC226F132A686A08018431C913d87693396246024',
height: 3148,
supportedAssets: {
'0x4200000000000000000000000000000000000023': 'AVAX',
'0x0000000000000000000000000000000000000000': 'BOBA',
},
},
9728: {
url: 'https://replica.testnet.bnb.boba.network',
testnet: true,
Expand Down Expand Up @@ -115,5 +93,16 @@ export const BobaChains: IBobaChains = {
'0xeCCD355862591CBB4bB7E7dD55072070ee3d0fC1': 'BOBA',
},
},
97: {
url: 'https://bsc-testnet.publicnode.com',
testnet: true,
name: 'BNB Testnet',
teleportationAddress: '0x1b633BdA998507795A4552809be25D1dCe1d881d',
height: 31747477,
supportedAssets: {
'0x0000000000000000000000000000000000000000': 'BNB',
'0x875cD11fDf085e0E11B0EE6b814b6d0b38fA554C': 'BOBA',
},
},
//#endregion
}

0 comments on commit db1a701

Please sign in to comment.