diff --git a/package.json b/package.json index 62fb7fa..817e089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@etherspot/react-transaction-buidler", - "version": "0.26.19", + "version": "0.26.20", "description": "Etherspot React component.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/src/constants/assetConstants.ts b/src/constants/assetConstants.ts index a33cca2..2efb531 100644 --- a/src/constants/assetConstants.ts +++ b/src/constants/assetConstants.ts @@ -17,7 +17,7 @@ export const PLR_ADDRESS_PER_CHAIN = { }; export const PLR_DAO_CONTRACT_PER_CHAIN = { - [MAINNET_CHAIN_ID.POLYGON]: '0x7D8107C5000aefaa73b4A31e7B9bDC58D3fdE24b', + [MAINNET_CHAIN_ID.POLYGON]: '0xc380f15Db7be87441d0723F19fBb440AEaa734aB', [TESTNET_CHAIN_ID.POLYGON]: '0x23690E5981996cDC5eFc1e126ce9377B9876C95e', };