Skip to content

symbioticfi/periphery

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Jul 29, 2024
Jan 10, 2025
Jan 28, 2025
Jan 28, 2025
Jan 7, 2025
Jan 28, 2025
Dec 4, 2024
Dec 26, 2024
Dec 4, 2024
Jul 29, 2024
Jan 10, 2025
Dec 4, 2024
Jan 24, 2025
Dec 4, 2024

Repository files navigation

Symbiotic Protocol is an extremely flexible and permissionless shared security system.

This repository contains Symbiotic Periphery contracts:

  • Default Collateral Migrator - to withdraw an underlying asset and deposit it to a vault in one transaction

Security

Security audits can be found here.

Usage

Env

Create .env file using a template:

ETH_RPC_URL=
ETH_RPC_URL_HOLESKY=
ETHERSCAN_API_KEY=

* ETH_RPC_URL_HOLESKY is optional.
* ETHERSCAN_API_KEY is optional.

Build

forge build

Test

forge test

Format

forge fmt

Gas Snapshots

forge snapshot