Skip to content

Commit

Permalink
I lied, now typescript builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Nov 9, 2023
1 parent 1b1b9a0 commit 6d9c312
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 177 deletions.
177 changes: 0 additions & 177 deletions typescript/infra/config/environments/mainnet2/validators.ts

This file was deleted.

12 changes: 12 additions & 0 deletions typescript/infra/config/environments/mainnet3/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const validatorChainConfig = (
'0x7bf30afcb6a7d92146d5a910ea4c154fba38d25e',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'celo',
),
Expand All @@ -37,6 +38,7 @@ export const validatorChainConfig = (
'0x749d6e7ad949e522c92181dc77f7bbc1c5d71506',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'ethereum',
),
Expand All @@ -54,6 +56,7 @@ export const validatorChainConfig = (
[Contexts.ReleaseCandidate]: [
'0x706976391e23dea28152e0207936bd942aba01ce',
],
[Contexts.Neutron]: [],
},
'avalanche',
),
Expand All @@ -69,6 +72,7 @@ export const validatorChainConfig = (
'0xdbf3666de031bea43ec35822e8c33b9a9c610322',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'polygon',
),
Expand All @@ -84,6 +88,7 @@ export const validatorChainConfig = (
'0x03047213365800f065356b4a2fe97c3c3a52296a',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'bsc',
),
Expand All @@ -99,6 +104,7 @@ export const validatorChainConfig = (
'0x3369e12edd52570806f126eb50be269ba5e65843',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'arbitrum',
),
Expand All @@ -116,6 +122,7 @@ export const validatorChainConfig = (
[Contexts.ReleaseCandidate]: [
'0x60e938bf280bbc21bacfd8bf435459d9003a8f98',
],
[Contexts.Neutron]: [],
},
'optimism',
),
Expand All @@ -131,6 +138,7 @@ export const validatorChainConfig = (
'0xcc4a78aa162482bea43313cd836ba7b560b44fc4',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'moonbeam',
),
Expand All @@ -146,6 +154,7 @@ export const validatorChainConfig = (
'0xb93a72cee19402553c9dd7fed2461aebd04e2454',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'gnosis',
),
Expand All @@ -161,6 +170,7 @@ export const validatorChainConfig = (
'0xb144bb2f599a5af095bc30367856f27ea8a8adc7',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'base',
),
Expand All @@ -176,6 +186,7 @@ export const validatorChainConfig = (
'0x7210fa0a6be39a75cb14d682ebfb37e2b53ecbe5',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'scroll',
),
Expand All @@ -191,6 +202,7 @@ export const validatorChainConfig = (
'0x6a1da2e0b7ae26aaece1377c0a4dbe25b85fa3ca',
],
[Contexts.ReleaseCandidate]: [],
[Contexts.Neutron]: [],
},
'polygonzkevm',
),
Expand Down

0 comments on commit 6d9c312

Please sign in to comment.