This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Commit 6d36f29
Iztok
artifact update
1 parent 7cd0f29 commit 6d36f29
121 files changed
Lines changed: 3288 additions & 605 deletions
File tree
- packages/fasset-bots-core
- artifacts/contracts
- agentOwnerRegistry/implementation
- AgentOwnerRegistry.sol
- AgentOwnerRegistryProxy.sol
- agentVault
- implementation
- AgentVault.sol
- AgentVaultFactory.sol
- mock/AgentVaultMock.sol
- assetManagerController
- implementation
- AssetManagerController.sol
- AssetManagerControllerProxy.sol
- interfaces/IIAssetManagerController.sol
- assetManager
- facets
- AgentAlwaysAllowedMintersFacet.sol
- AgentCollateralFacet.sol
- AgentInfoFacet.sol
- AgentPingFacet.sol
- AgentSettingsFacet.sol
- AgentVaultAndPoolSupportFacet.sol
- AgentVaultManagementFacet.sol
- AssetManagerBase.sol
- AssetManagerDiamondCutFacet.sol
- AssetManagerInit.sol
- AvailableAgentsFacet.sol
- ChallengesFacet.sol
- CollateralReservationsFacet.sol
- CollateralTypesFacet.sol
- CoreVaultClientFacet.sol
- CoreVaultClientSettingsFacet.sol
- EmergencyPauseFacet.sol
- LiquidationFacet.sol
- MintingDefaultsFacet.sol
- MintingFacet.sol
- RedemptionConfirmationsFacet.sol
- RedemptionDefaultsFacet.sol
- RedemptionRequestsFacet.sol
- RedemptionTimeExtensionFacet.sol
- SettingsManagementFacet.sol
- SettingsReaderFacet.sol
- SystemInfoFacet.sol
- SystemStateManagementFacet.sol
- UnderlyingBalanceFacet.sol
- UnderlyingTimekeepingFacet.sol
- implementation/AssetManager.sol
- interfaces/IIAssetManager.sol
- library
- AgentBacking.sol
- AgentCollateral.sol
- AgentPayout.sol
- AgentUpdates.sol
- Agents.sol
- CollateralTypes.sol
- Conversion.sol
- CoreVaultClient.sol
- EffectiveEmergencyPause.sol
- Globals.sol
- Liquidation.sol
- LiquidationPaymentStrategy.sol
- Minting.sol
- RedemptionDefaults.sol
- RedemptionQueueInfo.sol
- RedemptionRequests.sol
- Redemptions.sol
- SettingsInitializer.sol
- SettingsUpdater.sol
- SettingsValidators.sol
- TransactionAttestation.sol
- UnderlyingBalance.sol
- UnderlyingBlockUpdater.sol
- data
- Agent.sol
- AssetManagerState.sol
- PaymentReference.sol
- UnderlyingAddressOwnership.sol
- mock/ConversionMock.sol
- mock
- AssetManagerMock.sol
- MaliciousExecutor.sol
- MaliciousMintExecutor.sol
- MintingProxyMock.sol
- collateralPool
- implementation
- CollateralPool.sol
- CollateralPoolFactory.sol
- CollateralPoolToken.sol
- CollateralPoolTokenFactory.sol
- interfaces/IICollateralPool.sol
- diamond
- facets/DiamondLoupeFacet.sol
- library/LibDiamond.sol
- mock
- DiamondCutFacet.sol
- DiamondInit.sol
- MockDiamond.sol
- fassetToken
- implementation
- CheckPointable.sol
- FAsset.sol
- FAssetProxy.sol
- mock/CheckPointableMock.sol
- fdc/mock/RelayMock.sol
- flareSmartContracts/mock/WNatMock.sol
- ftso
- implementation
- FtsoV2PriceStore.sol
- FtsoV2PriceStoreProxy.sol
- mock/FtsoV2PriceStoreMock.sol
- userInterfaces
- IAssetManager.sol
- IAssetManagerController.sol
- IAssetManagerEvents.sol
- ICollateralPool.sol
- utils
- library/SafePct.sol
- mock/SafePctMock.sol
- typechain-truffle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 40 additions & 3 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
0 commit comments