mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge branch 'v4main' into feature/own-gas-contract-options
This commit is contained in:
commit
0ad3e3da23
@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3)
|
||||
|
||||
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean.js/pull/1213)
|
||||
|
||||
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.1...v1.0.0-next.2)
|
||||
|
||||
> 11 January 2022
|
||||
|
||||
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean.js/commit/a9c592c3e6f77419f9ddc13ac396063696f7eb69)
|
||||
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean.js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
|
||||
|
||||
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.0...v1.0.0-next.1)
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "1.0.0-next.2",
|
||||
"version": "1.0.0-next.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "1.0.0-next.2",
|
||||
"version": "1.0.0-next.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"bignumber.js": "^9.0.2",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"source": "./src/index.ts",
|
||||
"version": "1.0.0-next.2",
|
||||
"version": "1.0.0-next.3",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/lib.js",
|
||||
"umd:main": "dist/lib.umd.js",
|
||||
|
@ -2,20 +2,20 @@
|
||||
"rinkeby": {
|
||||
"chainId": 4,
|
||||
"Ocean": "0x8967bcf84170c91b0d24d4302c2376283b0b3a07",
|
||||
"OPFCommunityFeeCollector": "0x600ED0935FDA70F2d0b7Cf740723a8b89FCD68A1",
|
||||
"startBlock": 9928186,
|
||||
"poolTemplate": "0xdF0a5F729ad9aa090B1Bcf5F9188639DB0237101",
|
||||
"Router": "0xBfe244735B6f578e471a0A70E86ffFE6c2E6f7a3",
|
||||
"FixedPrice": "0xd7C8B30cd1d7e8364Cc4B4c2C58D1712551c1C79",
|
||||
"Staking": "0x1EFd65ee89ab925b8189d728E56C44732b304E9B",
|
||||
"OPFCommunityFeeCollector": "0x00E8d2b87f65D63fEE185720e5B2f9eD8f5Ede52",
|
||||
"startBlock": 9979339,
|
||||
"poolTemplate": "0x15ddBF8CAbc72F2CCF4C83619E9183bc926dC354",
|
||||
"Router": "0x6E077871937FccCCAB5CeEEd90a451eaC63F8D6d",
|
||||
"FixedPrice": "0xa4768c527134100e00BcFDd2b9395665aD64970E",
|
||||
"Staking": "0xaAeB8C37A23ae223a5D3Ce6326e0Da156A49ee38",
|
||||
"ERC20Template": {
|
||||
"1": "0x4b4771b7f4F274D58a5E1afe637bB0333129040A",
|
||||
"2": "0x88E3285C839C3E84Ed94efd5CBB83428126ceb72"
|
||||
"1": "0x7208B1E5EE67D2245688194617331d72C1Fad899",
|
||||
"2": "0x19d5ad25811c6Bac00147e44a42F1d3a7f251f68"
|
||||
},
|
||||
"ERC721Template": {
|
||||
"1": "0xb853d0a5e34c6780349cDd66b1768Dd5772570A7"
|
||||
"1": "0x1BC87C838E6bD0ca298b2F352c2b7aEc41Cc9f5d"
|
||||
},
|
||||
"Dispenser": "0x0867d17a99459291D399aD58bD4d436dD3F8B387",
|
||||
"ERC721Factory": "0xeF6A78E22170817EB97E67e176d41358761F7dEd"
|
||||
"Dispenser": "0x328F38211620aCA9F639d2750b30F07f78D04513",
|
||||
"ERC721Factory": "0xC7091efc65F8CCB6d645859766cD153d42dfe892"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user