Skip to content

Commit

Permalink
Merge pull request #261 from etherspot/develop
Browse files Browse the repository at this point in the history
Release v0.26.20
  • Loading branch information
lalitkumarrock authored Mar 6, 2024
2 parents 56b8540 + 77e1a78 commit 08fe334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/assetConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

Expand Down

0 comments on commit 08fe334

Please sign in to comment.