Skip to content

Commit 8a66062

Browse files
Merge pull request #718 from dev-protocol/polygon
add polygon testnet address
2 parents 6a5af4a + 3ed7289 commit 8a66062

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

lib/addresses.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,28 @@ export const addresses = {
3333
withdraw: '0xFBfB9aD095f906d7E354F7ee31d88F0ca517A9C0',
3434
},
3535
},
36+
polygon: {
37+
mainnet: {
38+
token: '0x0000000000000000000000000000000000000000',
39+
lockup: '0x0000000000000000000000000000000000000000',
40+
marketFactory: '0x0000000000000000000000000000000000000000',
41+
metricsFactory: '0x0000000000000000000000000000000000000000',
42+
policyFactory: '0x0000000000000000000000000000000000000000',
43+
propertyFactory: '0x0000000000000000000000000000000000000000',
44+
registry: '0x0000000000000000000000000000000000000000',
45+
sTokens: '0x0000000000000000000000000000000000000000',
46+
withdraw: '0x0000000000000000000000000000000000000000',
47+
},
48+
mumbai: {
49+
token: '0xcbc698ed514dF6e54932a22515d6D0C27E4DA091',
50+
lockup: '0xfDC5FF1F07871A247eafE14eEB134eeFcbCf1ceA',
51+
marketFactory: '0x953992D325d8A9Bab35406C2E34c0d5535fa5206',
52+
metricsFactory: '0x02d107567020bCE1Eb524D80C44f899Fa9993E5f',
53+
policyFactory: '0x0f85eC41980E86847Ba57eA763E9c5f88f829554',
54+
propertyFactory: '0xcCB7e1454d66fc3c2053694D323c127D2a4b39BA',
55+
registry: '0xe2C16936413D74c667aeF0D040c920BF639067d4',
56+
sTokens: '0xe0af15141ABd0B31Fb15e250971936Fe8837230a',
57+
withdraw: '0x5f9d9f40f4d7d8A350745D69e94E20339Df17b83',
58+
},
59+
},
3660
} as const

0 commit comments

Comments
 (0)