File tree Expand file tree Collapse file tree 4 files changed +38
-1
lines changed
Expand file tree Collapse file tree 4 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stabilitydao/stability" ,
3- "version" : " 0.54.4 " ,
3+ "version" : " 0.55.0 " ,
44 "description" : " Stability Operating System Library" ,
55 "main" : " out/index.js" ,
66 "types" : " out/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -15,3 +15,23 @@ export const almFactories: {
1515 } ,
1616 } ,
1717} ;
18+
19+ export const layerZeroV2 : {
20+ [ chainId : string ] : {
21+ endpoint : `0x${string } `;
22+ endpointId : number ;
23+ } ;
24+ } = {
25+ "146" : {
26+ endpoint : "0x6F475642a6e85809B1c36Fa62763669b1b48DD5B" ,
27+ endpointId : 30332 ,
28+ } ,
29+ "9745" : {
30+ endpoint : "0x6F475642a6e85809B1c36Fa62763669b1b48DD5B" ,
31+ endpointId : 30383 ,
32+ } ,
33+ "43114" : {
34+ endpoint : "0x1a44076050125825900e736c501f859c50fE728c" ,
35+ endpointId : 30106 ,
36+ } ,
37+ } ;
Original file line number Diff line number Diff line change @@ -55,6 +55,17 @@ export const daos: IDAO[] = [
5555 [ "Community" ] : "0xEF2CE83527FAE22E0012Efc4d64987C1a51448c5" ,
5656 [ "Team" ] : "0xe6C2AA6e67EF1B806B9Daec7147b113051a445E8" ,
5757 } ,
58+ tokenBridge : "0xD6a8b05f08834Ed2f205E3d591CD6D1A84b7C19B" ,
59+ xTokenBridge : "0x533A0c7869e36D1640D4058Bac4604DB6b4d7AD5" ,
60+ } ,
61+ [ "9745" ] : {
62+ token : "0xfdf91362B7E9330F232e500c0236a02B0DE3e492" ,
63+ xToken : "0xF40D0724599282CaF9dfb66feB630e936bC0CFBE" ,
64+ staking : "0x601572b91DC054Be500392A6d3e15c690140998D" ,
65+ revenueRouter : "0x5AC5b2740F77200CCe6562795cFcf4c3c2aC3745" ,
66+ daoToken : "0x87C51aa090587790A5298ea4C2d0DBbcCD0026A6" ,
67+ tokenBridge : "0xfdf91362B7E9330F232e500c0236a02B0DE3e492" ,
68+ xTokenBridge : "0x4E3F0A27bbF443Ba81FCf17E28F4100f35b1b51B" ,
5869 } ,
5970 } ,
6071 units : [
Original file line number Diff line number Diff line change @@ -204,6 +204,12 @@ export interface IDAODeployments {
204204 recovery ?: `0x${string } `;
205205 /** Set of vesting contracts. */
206206 vesting ?: { [ name : string ] : `0x${string } ` } ;
207+ /** Bridge for Token */
208+ tokenBridge ?: `0x${string } `;
209+ /** Bridge for XToken */
210+ xTokenBridge ?: `0x${string } `;
211+ /** Bridge for Governance token */
212+ daoTokenBridge ?: `0x${string } `;
207213 } ;
208214}
209215
You canβt perform that action at this time.
0 commit comments