Skip to content

Commit

Permalink
Merge branch 'master' into update-factory-to-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Sep 11, 2022
2 parents 1199484 + dbe820a commit 7bb9c6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 6 additions & 3 deletions src/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"v1.0.0": "0xe2847462a574bfd43014d1c7BB6De5769C294691"
},
"optimisticGovernor": {
"v1.0.0": "0xC419A1dc987d7c34243f98d66211d356023F344E"
"v1.0.0": "0x56C11dE61e249cbBf337027B53Ed3b1dFA8a4e6F"
},
"tellor": {
"v1.0.1": "0x7D5f5EaF541AC203Ee1424895b6997041C886FBE"
Expand Down Expand Up @@ -45,7 +45,7 @@
"v1.0.0": "0xe2847462a574bfd43014d1c7BB6De5769C294691"
},
"optimisticGovernor": {
"v1.0.0": "0x6Ff461b854F5349857c2Ad41e0f558C19953DF89"
"v1.0.0": "0x82C60B22Ee1A814a14122c7Bd78652Fbc3fD8CB2"
},
"tellor": {
"v1.0.1": "0x2b0bfeBCDFE2228cAbA56dfDE9F067643B357343"
Expand Down Expand Up @@ -82,6 +82,9 @@
}
},
"5": {
"optimisticGovernor": {
"v1.0.0": "0x1340229DCF6e0bed7D9c2356929987C2A720F836"
},
"realityETH": {
"v1.0.0": "0x72d453a685c27580acDFcF495830EB16B7E165f8"
},
Expand Down Expand Up @@ -187,7 +190,7 @@
"v1.0.0": "0xe2847462a574bfd43014d1c7BB6De5769C294691"
},
"optimisticGovernor": {
"v1.0.0": "0x59bC80BC7703f2573C0B31542828fFF993548994"
"v1.0.0": "0x923b1AfF7D67507A5Bdf528bD3086456FEba10cB"
},
"tellor": {
"v1.0.1": "0xEAB27A2Dc46431B96126f20bFC3197eD8247ed79"
Expand Down
12 changes: 8 additions & 4 deletions src/factory/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,26 @@ export const CONTRACT_ADDRESSES: Record<
...MasterCopyAddresses,
[KnownContracts.TELLOR]: "0x7D5f5EaF541AC203Ee1424895b6997041C886FBE",
[KnownContracts.OPTIMISTIC_GOVERNOR]:
"0xC419A1dc987d7c34243f98d66211d356023F344E",
"0x56C11dE61e249cbBf337027B53Ed3b1dFA8a4e6F",
},
4: {
...MasterCopyAddresses,
[KnownContracts.TELLOR]: "0x2b0bfeBCDFE2228cAbA56dfDE9F067643B357343",
[KnownContracts.OPTIMISTIC_GOVERNOR]:
"0x6Ff461b854F5349857c2Ad41e0f558C19953DF89",
"0x82C60B22Ee1A814a14122c7Bd78652Fbc3fD8CB2",
},
5: {
...MasterCopyAddresses,
[KnownContracts.OPTIMISTIC_GOVERNOR]:
"0x1340229DCF6e0bed7D9c2356929987C2A720F836",
},
5: { ...MasterCopyAddresses },
56: { ...MasterCopyAddresses },
100: { ...MasterCopyAddresses },
137: {
...MasterCopyAddresses,
[KnownContracts.TELLOR]: "0xEAB27A2Dc46431B96126f20bFC3197eD8247ed79",
[KnownContracts.OPTIMISTIC_GOVERNOR]:
"0x59bC80BC7703f2573C0B31542828fFF993548994",
"0x923b1AfF7D67507A5Bdf528bD3086456FEba10cB",
},
31337: { ...MasterCopyAddresses },
80001: {
Expand Down

0 comments on commit 7bb9c6c

Please sign in to comment.