Skip to content

Commit

Permalink
Merge branch 'feat/upgrade-button' of github.com:lc-labs/register int…
Browse files Browse the repository at this point in the history
…o feat/upgrade-button
  • Loading branch information
akshatmittal committed Oct 12, 2023
2 parents d649731 + 1200517 commit 94c16f0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion src/views/governance/views/proposal/components/UpgradeHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,18 @@ const UpgradeHelper = (props: BoxProps) => {
>
<Text>here</Text>
</Link>
) , consider using the upgrade helper
) , consider using the upgrade helper.
<br />
<br />
For a more in-depth explanation of what this proposal entails, see
this{' '}
<Link
target="_blank"
href="https://www.loom.com/share/8c47272036ce4e2d98b34133e67b0637"
>
<Text>video</Text>
</Link>
.
</Text>
</Box>
<Box ml={[0, 0, 0, 'auto']} mt={[3, 3, 3, 3]}>
Expand Down
6 changes: 3 additions & 3 deletions src/views/governance/views/proposal/utils/common_calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const commonCalls = [
encodeFunctionData({
abi: BackingManager,
functionName: 'upgradeTo',
args: ['0xCAE063f8a94cC7A3447753892b383a92C9235a75'],
args: ['0xBbC532A80DD141449330c1232C953Da6801Aed01'],
}),
encodeFunctionData({
abi: BasketHandler,
Expand Down Expand Up @@ -49,12 +49,12 @@ export const commonCalls = [
encodeFunctionData({
abi: RevenueTrader,
functionName: 'upgradeTo',
args: ['0x5CE95fAdb880B6a0BA5fFB0D76eD58D97f2A0DC0'],
args: ['0x5e3e13d3d2a0adfe16f8EF5E7a2992A88E9e65AF'],
}),
encodeFunctionData({
abi: RevenueTrader,
functionName: 'upgradeTo',
args: ['0x5CE95fAdb880B6a0BA5fFB0D76eD58D97f2A0DC0'],
args: ['0x5e3e13d3d2a0adfe16f8EF5E7a2992A88E9e65AF'],
}),
encodeFunctionData({
abi: RToken,
Expand Down
2 changes: 1 addition & 1 deletion src/views/governance/views/proposal/utils/ethplus_calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ethplusCalls = [
encodeFunctionData({
abi: Broker,
functionName: 'setBatchTradeImplementation',
args: ['0xe416Db92A1B27c4e28D5560C1EEC03f7c582F630'],
args: ['0x4e9B97957a0d1F4c25E42Ccc69E4d2665433FEA3'],
}),
encodeFunctionData({
abi: Broker,
Expand Down
2 changes: 1 addition & 1 deletion src/views/governance/views/proposal/utils/eusd_calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const eusdCalls = [
encodeFunctionData({
abi: Broker,
functionName: 'setBatchTradeImplementation',
args: ['0xe416Db92A1B27c4e28D5560C1EEC03f7c582F630'],
args: ['0x4e9B97957a0d1F4c25E42Ccc69E4d2665433FEA3'],
}),
encodeFunctionData({
abi: Broker,
Expand Down
2 changes: 1 addition & 1 deletion src/views/governance/views/proposal/utils/hyusd_calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const hyusdAddresses = [
'0xaCacddeE9b900b7535B13Cd8662df130265b8c78',
'0xaCacddeE9b900b7535B13Cd8662df130265b8c78',
'0x9119DB28432bd97aBF4c3D81B929849e0490c7A6',
'0x6d309297ddDFeA104A6E89a132e2f05ce3828e07',
'0x9119DB28432bd97aBF4c3D81B929849e0490c7A6',
'0x624f9f076ED42ba3B37C3011dC5a1761C2209E1C',
'0x624f9f076ED42ba3B37C3011dC5a1761C2209E1C',
'0x9119DB28432bd97aBF4c3D81B929849e0490c7A6',
Expand Down

0 comments on commit 94c16f0

Please sign in to comment.