Skip to content
Merged
Changes from all commits
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
11 changes: 9 additions & 2 deletions smart-contracts/programmatic-storage/ccdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,19 @@ By following these steps, you can integrate Filecoin storage into any EVM-compat

## Deployed Contracts Info

Source Chain - Avalanche Fuji testnet
### Source Chain

**Avalanche Fuji testnet**

* Onramp.sol: [0xeE857540dddB6E6EA10a5c84f57562F11D5Fb47D](https://subnets-test.avax.network/c-chain/address/0xeE857540dddB6E6EA10a5c84f57562F11D5Fb47D)
* Oracle.sol: [0x476eE57404BD06c957a9BB6BF31216BFFa32dE18](https://subnets-test.avax.network/c-chain/address/0x476eE57404BD06c957a9BB6BF31216BFFa32dE18)

Destination Chain - Filecoin Calibration testnet
**Base Sepolia testnet**

* Onramp.sol: [0x8d227741feCB90973B338c405011916Ea72df403](https://repo.sourcify.dev/84532/0x8d227741feCB90973B338c405011916Ea72df403)
* Oracle.sol: [0xfDe90468898d5D2996Cf0850E9ac3646D454154B](https://repo.sourcify.dev/84532/0xfDe90468898d5D2996Cf0850E9ac3646D454154B)

### Destination Chain - Filecoin Calibration testnet

* Prover.sol: [0x75c9C9fAC04C696820260CC0bE4201859ff85397](https://calibration.filfox.info/en/address/0x75c9C9fAC04C696820260CC0bE4201859ff85397)

Expand Down
Loading