2024-10-22 11:37:10 +00:00
|
|
|
import type * as testnetOracleSol from "./TestnetOracle.sol";
|
|
|
|
export type { testnetOracleSol };
|
2024-09-19 14:34:51 +00:00
|
|
|
export type { TestnetAdminProxy } from "./TestnetAdminProxy";
|
|
|
|
export type { TestnetFeeManager } from "./TestnetFeeManager";
|
|
|
|
export type { TestnetGovernanceProxy } from "./TestnetGovernanceProxy";
|