Skip to content

Commit

Permalink
Merge pull request #765 from oceanprotocol/bug/fix-gen-x
Browse files Browse the repository at this point in the history
fix gen-x & release 1.1.14
  • Loading branch information
alexcos20 committed Jul 4, 2023
2 parents 22fc2d9 + efb98c3 commit 7ce0694
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v1.1.13
current_version = v1.1.14
commit = True
tag = True

Expand Down
4 changes: 3 additions & 1 deletion addresses/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
"gen-x-testnet": {
"chainId": 100,
"OceanToken": "0x0995527d3473b3a98c471f1ed8787acd77fbf009",
"Ocean": "0x0995527d3473b3a98c471f1ed8787acd77fbf009",
"startBlock": 3665369,
"CommunityFeeCollector": "0x2e0C9e15A45c9884F7768BB852E7399B9153525d",
"Router": "0x7A3C9F0729AB93e4F9945221168A56eCf450187D",
"FixedPrice": "0xAD8E7d2aFf5F5ae7c2645a52110851914eE6664b",
Expand All @@ -231,7 +233,7 @@
"ERC721Template": {
"1:": "0x2CBCD3b10783378e34209B760e5A70531198f65E"
},
"Dispenser": "0x94cb8FC8719Ed09bE3D9c696d2037EA95ef68d3e[5a7",
"Dispenser": "0x94cb8FC8719Ed09bE3D9c696d2037EA95ef68d3e",
"ERC721Factory": "0x6cb85858183B82154921f68b434299EC4281da53"
},
"filecointestnet": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "v1.1.13",
"version": "v1.1.14",
"description": "Ocean Protocol Smartcontracts",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ocean-contracts
version = v1.1.13
version = v1.1.14
author = leucothia
author_email = devops@oceanprotocol.com
description = 🐳 Ocean Protocol L1 - v4
Expand Down

0 comments on commit 7ce0694

Please sign in to comment.