Skip to content

Commit

Permalink
BOT: Update to permissions tables based on onchain changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK committed Feb 11, 2024
1 parent a91cbac commit e02e22d
Show file tree
Hide file tree
Showing 13 changed files with 221 additions and 221 deletions.
4 changes: 2 additions & 2 deletions data_files/permissions/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
{
"Fx": "add_reward(address,address)",
"Contract": "ChildChainGauge",
"Deployment": "20230316-avax-child-chain-gauge-factory-v2",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0x326A7778DB9B741Cb2acA0DE07b9402C7685dAc6"
],
Expand All @@ -308,7 +308,7 @@
{
"Fx": "add_reward(address,address)",
"Contract": "ChildChainGauge",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Deployment": "20230316-avax-child-chain-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0x326A7778DB9B741Cb2acA0DE07b9402C7685dAc6"
],
Expand Down
28 changes: 14 additions & 14 deletions data_files/permissions/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
},
{
"Fx": "add_reward(address,address)",
"Contract": "ChildChainGauge",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220325-mainnet-gauge-factory",
"Authorized_Caller_Addresses": [
"0xE0a171587b1Cae546E069A943EDa96916F5EE977",
"0x3bAbEBfD684506A5B47701ee231A53427Ad413Ef",
Expand All @@ -243,8 +243,8 @@
},
{
"Fx": "add_reward(address,address)",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Contract": "ChildChainGauge",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0xE0a171587b1Cae546E069A943EDa96916F5EE977",
"0x3bAbEBfD684506A5B47701ee231A53427Ad413Ef",
Expand All @@ -259,7 +259,7 @@
{
"Fx": "add_reward(address,address)",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220325-mainnet-gauge-factory",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0xE0a171587b1Cae546E069A943EDa96916F5EE977",
"0x3bAbEBfD684506A5B47701ee231A53427Ad413Ef",
Expand All @@ -274,7 +274,7 @@
{
"Fx": "killGauge()",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Deployment": "20220325-mainnet-gauge-factory",
"Authorized_Caller_Addresses": [
"0xE0a171587b1Cae546E069A943EDa96916F5EE977",
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
Expand All @@ -287,7 +287,7 @@
{
"Fx": "killGauge()",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220325-mainnet-gauge-factory",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0xE0a171587b1Cae546E069A943EDa96916F5EE977",
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
Expand Down Expand Up @@ -369,8 +369,8 @@
},
{
"Fx": "unkillGauge()",
"Contract": "SingleRecipientGauge",
"Deployment": "20230215-single-recipient-gauge-factory-v2",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220325-mainnet-gauge-factory",
"Authorized_Caller_Addresses": [
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
],
Expand All @@ -380,8 +380,8 @@
},
{
"Fx": "unkillGauge()",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Contract": "ChildChainGauge",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
],
Expand All @@ -391,8 +391,8 @@
},
{
"Fx": "unkillGauge()",
"Contract": "ChildChainGauge",
"Deployment": "20230316-child-chain-gauge-factory-v2",
"Contract": "SingleRecipientGauge",
"Deployment": "20230215-single-recipient-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
],
Expand All @@ -403,7 +403,7 @@
{
"Fx": "unkillGauge()",
"Contract": "LiquidityGaugeV5",
"Deployment": "20220325-mainnet-gauge-factory",
"Deployment": "20220822-mainnet-gauge-factory-v2",
"Authorized_Caller_Addresses": [
"0x3b1836C09fdAe0A7C2848F99B2584aEBD6A36876"
],
Expand Down
Loading

0 comments on commit e02e22d

Please sign in to comment.