Skip to content

Commit

Permalink
chore: final cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Feb 21, 2025
1 parent 9586ee5 commit 017874e
Show file tree
Hide file tree
Showing 3 changed files with 4,845 additions and 37 deletions.
56 changes: 40 additions & 16 deletions api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
},
"operationIds": {
"rename": {
"Paused": "FTFPaused",
"Minters": "FTFMinters",
"Owner": "FTFOwner"
"Owner": "FTFOwner",
"Paused": "FTFPaused"
}
}
},
Expand Down Expand Up @@ -207,6 +207,11 @@
"rename": {
"Query": "Slashing"
}
},
"operationIds": {
"rename": {
"Params": "SlashingParams"
}
}
},
{
Expand All @@ -229,18 +234,26 @@
"rename": {
"Query": "Upgrade"
}
},
"operationIds": {
"rename": {
"Authority": "UpgradeAuthority",
"UpgradedConsensusState": "UpgradeUpgradedConsensusState"
}
}
},
{
"url": "./api/tmp-swagger-gen/florin/v1/query.swagger.json",
"url": "./api/tmp-swagger-gen/florin/v2/query.swagger.json",
"tags": {
"rename": {
"Query": "Florin"
},
"operationIds": {
"rename": {
"Owner": "FlorinOwner"
}
}
},
"operationIds": {
"rename": {
"Admins": "FlorinAdmins",
"Authority": "FlorinAuthority",
"Owner": "FlorinOwner"
}
}
},
Expand All @@ -253,7 +266,8 @@
},
"operationIds": {
"rename": {
"Owner": "FlorinBlocklistOwner"
"Admins": "FlorinBlacklistAdmins",
"Owner": "FlorinBlacklistOwner"
}
}
},
Expand Down Expand Up @@ -315,7 +329,7 @@
},
"operationIds": {
"rename": {
"Params": "IBCICAControllerParams"
"Params": "ICAControllerParams"
}
}
},
Expand All @@ -328,7 +342,7 @@
},
"operationIds": {
"rename": {
"Params": "IBCICAHostParams"
"Params": "ICAHostParams"
}
}
},
Expand Down Expand Up @@ -410,6 +424,8 @@
},
"operationIds": {
"rename": {
"Nonce": "DollarPortalNonce",
"Owner": "DollarPortalOwner",
"Paused": "DollarPortalPaused"
}
}
Expand Down Expand Up @@ -438,6 +454,7 @@
},
"operationIds": {
"rename": {
"Address": "ForwardingAddress",
"Stats": "ForwardingStats"
}
}
Expand All @@ -459,7 +476,8 @@
},
"operationIds": {
"rename": {
"Paused": "SwapPaused"
"Paused": "SwapPaused",
"Pool": "SwapPool"
}
}
},
Expand All @@ -485,8 +503,9 @@
},
"operationIds": {
"rename": {
"Paused": "AuraPaused",
"Owner": "AuraOwner"
"Minters": "AuraMinters",
"Owner": "AuraOwner",
"Paused": "AuraPaused"
}
}
},
Expand All @@ -499,8 +518,8 @@
},
"operationIds": {
"rename": {
"Owner": "AuraBlocklistOwner",
"Address": "AuraBlocklistAddress"
"Address": "AuraBlocklistAddress",
"Owner": "AuraBlocklistOwner"
}
}
},
Expand All @@ -510,6 +529,11 @@
"rename": {
"Query": "Wormhole"
}
},
"operationsIds": {
"rename": {
"Config": "WormholeConfig"
}
}
}
]
Expand Down
Loading

0 comments on commit 017874e

Please sign in to comment.