forked from hyperlane-xyz/hyperlane-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultisig_ism.json
executable file
·66 lines (66 loc) · 1.76 KB
/
multisig_ism.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"sepolia": {
"threshold": 2,
"validators": [
"0xbc748ee311f5f2d1975d61cdf531755ce8ce3066",
"0xc4233b2bfe5aec08964a94b403052abb3eafcf07",
"0x6b36286c19f5c10bdc139ea9ee7f82287303f61d"
]
},
"fuji": {
"threshold": 2,
"validators": [
"0x9fa19ead5ec76e437948b35e227511b106293c40",
"0x227e7d6507762ece0c94678f8c103eff9d682476",
"0x2379e43740e4aa4fde48cf4f00a3106df1d8420d"
]
},
"mumbai": {
"threshold": 2,
"validators": [
"0x0a664ea799447da6b15645cf8b9e82072a68343f",
"0x6ae6f12929a960aba24ba74ea310e3d37d0ac045",
"0x51f70c047cd73bc7873273707501568857a619c4"
]
},
"bsctestnet": {
"threshold": 2,
"validators": [
"0x23338c8714976dd4a57eaeff17cbd26d7e275c08",
"0x85a618d7450ebc37e0d682371f08dac94eec7a76",
"0x95b76562e4ba1791a27ba4236801271c9115b141"
]
},
"arbitrumgoerli": {
"threshold": 2,
"validators": [
"0xce798fa21e323f6b24d9838a10ffecdefdfc4f30",
"0xa792d39dca4426927e0f00c1618d61c9cb41779d",
"0xdf181fcc11dfac5d01467e4547101a856dd5aa04"
]
},
"optimismgoerli": {
"threshold": 2,
"validators": [
"0xbb8d77eefbecc55db6e5a19b0fc3dc290776f189",
"0x69792508b4ddaa3ca52241ccfcd1e0b119a1ee65",
"0x11ddb46c6b653e0cdd7ad5bee32ae316e18f8453"
]
},
"godwoken-testnet": {
"threshold": 2,
"validators": [
"0x42a63b18dd634855420f35ee05b647238b7c3261",
"0x651060b84a29d86bf6e30fc0eb4b05c5d5427169",
"0x16cdda616d1c1f527e1da297f8d23f221e608dd1"
]
},
"khalanitestnet": {
"threshold": 2,
"validators": [
"0xc840a82208c2822e6af18cbca807c12dc522cd01",
"0xe6f55d990cbf140f41d34e836057906e10d72c85",
"0xcc858291c74842241afafd319b4eef763caa25f8"
]
}
}