Skip to content

Commit c052478

Browse files
Merge pull request #727 from dev-protocol/polygon-address
Polygon mainnet address
2 parents 652114c + 439df88 commit c052478

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

lib/addresses.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ export const addresses = {
3535
},
3636
polygon: {
3737
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',
38+
token: '0xA5577D1cec2583058A6Bd6d5DEAC44797c205701',
39+
lockup: '0x3590f2DF8185C6E257E7e9c8e87530971dfa231d',
40+
marketFactory: '0xEA518Ab9551d3cD9Ec4C74df1fa6946B18212178',
41+
metricsFactory: '0xD18f2eB75cE3a6A35586115b2f2c63d907536CDE',
42+
policyFactory: '0xD42c04179410a38BE95737e663480a7CC42B9C05',
43+
propertyFactory: '0x8bB6a34afBD34663cEeEFA697918c647Da22a352',
44+
registry: '0xbeF4DeEA3AE863739Bd402E025c749536f491ffa',
45+
sTokens: '0x89904De861CDEd2567695271A511B3556659FfA2',
46+
withdraw: '0x60d1743fc6791aEDB833E4aED604eccb9EC838DE',
4747
},
4848
mumbai: {
4949
token: '0xcbc698ed514dF6e54932a22515d6D0C27E4DA091',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devprotocol/dev-kit",
3-
"version": "5.9.1",
3+
"version": "5.10.0",
44
"description": "Dev Kit for JavaScript",
55
"author": "abyssparanoia",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)