|
2 | 2 |
|
3 | 3 | pragma solidity ^0.8.0;
|
4 | 4 |
|
5 |
| -// dev.kimlikdao.eth |
6 |
| -// dev.kimlikdao.avax |
7 |
| -address constant DEV_KASASI = 0xC152e02e54CbeaCB51785C174994c2084bd9EF51; |
8 |
| - |
| 5 | +// |
| 6 | +// The protocol funds on Ethereum L2s forward the funds to Ethereum |
| 7 | +// periodically. The redemption happens on zkSync Era. |
| 8 | +// |
| 9 | +// The protocol funds on alt L1s stay on its native chain and redeemed in-kind |
| 10 | +// on the corresponding chain. The redemption signal is forwarded to the chain |
| 11 | +// by the KimlikDAO signer nodes using BLS signatures. |
| 12 | +// |
| 13 | +// |
9 | 14 | // kimlikdao.eth
|
10 |
| -// kimlikdao.avax |
11 |
| -address payable constant DAO_KASASI = payable( |
12 |
| - 0xcCc0106Dbc0291A0d5C97AAb42052Cb46dE60cCc |
13 |
| -); |
14 |
| -address constant DAO_KASASI_DEPLOYER = 0x0DabB96F2320A170ac0dDc985d105913D937ea9A; |
15 |
| - |
16 |
| -// OYLAMA addresses |
17 |
| -address constant OYLAMA = 0xcCc01Ec0E6Fb38Cce8b313c3c8dbfe66efD01cCc; |
18 |
| -address constant OYLAMA_DEPLOYER = 0xD808C187Ef7D6f9999b6D9538C72E095db8c6df9; |
19 |
| - |
20 |
| -// TCKT addresses |
21 |
| -address constant TCKT_ADDR = 0xcCc0a9b023177549fcf26c947edb5bfD9B230cCc; |
22 |
| -address constant TCKT_DEPLOYER = 0x305166299B002a9aDE0e907dEd848878FD2237D7; |
23 |
| -address constant TCKT_SIGNERS = 0xcCc09aA0d174271259D093C598FCe9Feb2791cCc; |
24 |
| -address constant TCKT_SIGNERS_DEPLOYER = 0x4DeA92Bcb2C22011217C089797A270DfA5A51d53; |
25 |
| - |
26 |
| -// TCKO addresses |
27 |
| -address constant TCKO_ADDR = 0xcCc0AC04C9251B74b0b30A20Fc7cb26EB62B0cCc; |
28 |
| -address constant TCKO_DEPLOYER = 0xe7671eb60A45c905387df2b19A3803c6Be0Eb8f9; |
29 |
| - |
30 |
| -// TCKOK addresses |
31 |
| -address constant TCKOK = 0xcCc0c4e5d57d251551575CEd12Aba80B43fF1cCc; |
32 |
| -address constant TCKOK_DEPLOYER = 0x2EF1308e8641a20b509DC90d0568b96359498BBa; |
| 15 | +address payable constant PROTOCOL_FUND = payable(0xcCc0106Dbc0291A0d5C97AAb42052Cb46dE60cCc); |
| 16 | +address constant PROTOCOL_FUND_DEPLOYER = 0x0DabB96F2320A170ac0dDc985d105913D937ea9A; |
| 17 | + |
| 18 | +// |
| 19 | +// eravm.kimlikdao.eth |
| 20 | +// |
| 21 | +address payable constant ERAVM_PROTOCOL_FUND = payable(0xcCc0f14de126FD0D2707Ad39F1b7698921550cCc); |
| 22 | +address constant ERAVM_PROTOCOL_FUND_DEPLOYER = 0xadBde24bfC12829b30FaEe9cF5daB0F91AdC9400; |
| 23 | + |
| 24 | +// KPASS addresses |
| 25 | +address constant KPASS_ADDR = 0xcCc0a9b023177549fcf26c947edb5bfD9B230cCc; |
| 26 | +address constant KPASS_DEPLOYER = 0x305166299B002a9aDE0e907dEd848878FD2237D7; |
| 27 | +address constant ERAVM_KPASS_ADDR = 0xcCc053d81e3B85Eac133a5333be4D7cBDd120cCc; |
| 28 | +address constant ERAVM_KPASS_DEPLOYER = 0x1F7766565AaDD753379181678623273A82f8603c; |
| 29 | + |
| 30 | +// KDAO addresses |
| 31 | +address constant KDAO_ADDR = 0xcCc0AC04C9251B74b0b30A20Fc7cb26EB62B0cCc; |
| 32 | +address constant KDAO_DEPLOYER = 0xe7671eb60A45c905387df2b19A3803c6Be0Eb8f9; |
| 33 | +address constant ERAVM_KDAO_ADDR = 0xcCc0b95cE2e18223bA8059F2c9Fad9d914450cCc; |
| 34 | +address constant ERAVM_KDAO_DEPLOYER = 0x0410641e73f261b98EB7aB189F6b4e1052833c2A; |
| 35 | + |
| 36 | +// KDAO-l addresses |
| 37 | +address constant KDAOL = 0xcCc0c4e5d57d251551575CEd12Aba80B43fF1cCc; |
| 38 | +address constant KDAOL_DEPLOYER = 0x2EF1308e8641a20b509DC90d0568b96359498BBa; |
| 39 | +address constant ERAVM_KDAOL = 0xcCc0948D9e47Ab3932271DA380B3525DD05a1cCc; |
| 40 | +address constant ERAVM_KDAOL_DEPLOYER = 0xb81bFa6348ACc1Dab88cc2b35d7eEce4A68aE2b2; |
| 41 | + |
| 42 | +// Voting contract |
| 43 | +address constant VOTING = 0xcCc01Ec0E6Fb38Cce8b313c3c8dbfe66efD01cCc; |
| 44 | +address constant VOTING_DEPLOYER = 0xD808C187Ef7D6f9999b6D9538C72E095db8c6df9; |
| 45 | +address constant ERAVM_VOTING = 0xcCc0a523f5392AD629EfAA49E71844E61AB81cCc; |
| 46 | +address constant ERAVM_VOTING_DEPLOYER = 0x526F38A49130169412B00De254bDafbaAB4E7E91; |
| 47 | + |
| 48 | +// KPASS Signers |
| 49 | +address constant KPASS_SIGNERS = 0xcCc09aA0d174271259D093C598FCe9Feb2791cCc; |
| 50 | +address constant KPASS_SIGNERS_DEPLOYER = 0x4DeA92Bcb2C22011217C089797A270DfA5A51d53; |
| 51 | +address constant ERAVM_KPASS_SIGNERS = 0xcCc0b54E5538fa5B4E0EcE1f2B0ba9C01c8A1cCc; |
| 52 | +address constant ERAVM_KPASS_SIGNERS_DEPLOYER = 0x755DDeBf547DD2e9838d16b51525fe8e925a56D0; |
| 53 | + |
| 54 | +// dev.kimlikdao.eth |
| 55 | +address constant DEV_FUND = 0xC152e02e54CbeaCB51785C174994c2084bd9EF51; |
0 commit comments