Skip to content

Commit dfb3399

Browse files
hieronxclaudelemunozm
authored
Add Pharos env (#781)
* Set up pharos config Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update chain selector * Add Canary DVN * remove posibility of running with ROOT * add connection to other chains * Reduce threshold * Update thresholds --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: lemunozm <lemunozm@gmail.com>
1 parent 1ed8676 commit dfb3399

14 files changed

+53
-16
lines changed

env/arbitrum-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"opsAdmin": "0xc1A929CBc122Ddb8794287D05Bf890E41f23c8cb"
1414
},
1515
"adapters": {
16-
"threshold": 2,
16+
"threshold": 1,
1717
"wormhole": {
1818
"wormholeId": 10003,
1919
"relayer": "0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470",

env/arbitrum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"batchLimit": 15
1919
},
2020
"adapters": {
21-
"threshold": 2,
21+
"threshold": 1,
2222
"layerZero": {
2323
"endpoint": "0x1a44076050125825900e736c501f859c50fE728c",
2424
"layerZeroEid": 30110,

env/avalanche.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"batchLimit": 10
1919
},
2020
"adapters": {
21-
"threshold": 2,
21+
"threshold": 1,
2222
"layerZero": {
2323
"endpoint": "0x1a44076050125825900e736c501f859c50fE728c",
2424
"layerZeroEid": 30106,

env/base-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"opsAdmin": "0xc1A929CBc122Ddb8794287D05Bf890E41f23c8cb"
1414
},
1515
"adapters": {
16-
"threshold": 2,
16+
"threshold": 1,
1717
"wormhole": {
1818
"wormholeId": 10004,
1919
"relayer": "0x93BAD53DDfB6132b0aC8E37f6029163E63372cEE",

env/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"batchLimit": 15
1919
},
2020
"adapters": {
21-
"threshold": 2,
21+
"threshold": 1,
2222
"layerZero": {
2323
"endpoint": "0x1a44076050125825900e736c501f859c50fE728c",
2424
"layerZeroEid": 30184,

env/bnb-smart-chain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"batchLimit": 15
1919
},
2020
"adapters": {
21-
"threshold": 2,
21+
"threshold": 1,
2222
"layerZero": {
2323
"endpoint": "0x1a44076050125825900e736c501f859c50fE728c",
2424
"layerZeroEid": 30102,

env/ethereum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"batchLimit": 15
1919
},
2020
"adapters": {
21-
"threshold": 2,
21+
"threshold": 1,
2222
"layerZero": {
2323
"endpoint": "0x1a44076050125825900e736c501f859c50fE728c",
2424
"layerZeroEid": 30101,

env/hyper-evm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"batchLimit": 15
1818
},
1919
"adapters": {
20-
"threshold": 2,
20+
"threshold": 1,
2121
"layerZero": {
2222
"endpoint": "0x3a73033C0B1407574C76BDbAC67F126F6b4a9Aa9",
2323
"layerZeroEid": 30367,

env/monad.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"batchLimit": 15
1010
},
1111
"adapters": {
12-
"threshold": 2,
12+
"threshold": 1,
1313
"layerZero": {
1414
"endpoint": "0x6F475642a6e85809B1c36Fa62763669b1b48DD5B",
1515
"layerZeroEid": 30390,

env/optimism.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"batchLimit": 15
1818
},
1919
"adapters": {
20-
"threshold": 2,
20+
"threshold": 1,
2121
"layerZero": {
2222
"endpoint": "0x1a44076050125825900e736c501f859c50fe728c",
2323
"layerZeroEid": 30111,

0 commit comments

Comments
 (0)