Skip to content

Commit 585834f

Browse files
committed
chore: add smart account events to config, and master account controller to flare and songbird addresses for compatibility
1 parent 0fa2122 commit 585834f

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

configs/everything.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,33 @@
9090
"EmergencyPauseCanceled",
9191
"EmergencyPauseTransfersTriggered",
9292
"EmergencyPauseTransfersCanceled",
93-
"AgentDestroyAnnounced"
94-
]
93+
"AgentDestroyAnnounced",
94+
"AgentVaultAdded",
95+
"AgentVaultRemoved",
96+
"Approved",
97+
"Claimed",
98+
"CollateralReserved",
99+
"DefaultInstructionFeeSet",
100+
"Deposited",
101+
"DiamondCut",
102+
"ExecutorFeeSet",
103+
"ExecutorSet",
104+
"FXrpRedeemed",
105+
"FXrpTransferred",
106+
"InstructionExecuted",
107+
"InstructionFeeRemoved",
108+
"InstructionFeeSet",
109+
"OwnershipTransferred",
110+
"PaymentProofValidityDurationSecondsSet",
111+
"PersonalAccountCreated",
112+
"PersonalAccountImplementationSet",
113+
"Redeemed",
114+
"RedeemRequested",
115+
"SwapExecuted",
116+
"SwapParamsSet",
117+
"VaultAdded",
118+
"WithdrawalClaimed",
119+
"XrplProviderWalletAdded",
120+
"XrplProviderWalletRemoved"
121+
]
95122
}

packages/fasset-indexer-core/chain/flare.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"name": "MasterAccountController",
4+
"contractName": "MasterAccountControllerProxy.sol",
5+
"address": "0x0000000000000000000000000000000000000000"
6+
},
27
{
38
"name": "GovernanceSettings",
49
"contractName": "GovernanceSettings.sol",

packages/fasset-indexer-core/chain/songbird.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"name": "MasterAccountController",
4+
"contractName": "MasterAccountControllerProxy.sol",
5+
"address": "0x0000000000000000000000000000000000000000"
6+
},
27
{
38
"name": "GovernanceSettings",
49
"contractName": "GovernanceSettings.sol",

0 commit comments

Comments
 (0)