mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
bump contracts to 0.4.4
This commit is contained in:
parent
6ccf7b607e
commit
730cc31be2
6
package-lock.json
generated
6
package-lock.json
generated
@ -939,9 +939,9 @@
|
||||
}
|
||||
},
|
||||
"@oceanprotocol/contracts": {
|
||||
"version": "0.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.4.3.tgz",
|
||||
"integrity": "sha512-nn083eB7oW8Dvn+3R2WOjfuX7QzUvq2+yWTQrUAH5XcwGlcVP5CAXTvlkq7iJYbaAsPVDtefv2fd5aatJL6skw=="
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.4.4.tgz",
|
||||
"integrity": "sha512-0+Tp6UdoDTBJZp4yX3kkSrV+CcOS/hJ3SJ4HuWiL5FE5Nlj3JCeV86iuWPkFuXzIdgri00DaGvQhP58knzJ2Uw=="
|
||||
},
|
||||
"@octokit/auth-token": {
|
||||
"version": "2.4.2",
|
||||
|
@ -42,7 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ethereum-navigator/navigator": "^0.5.0",
|
||||
"@oceanprotocol/contracts": "^0.4.3",
|
||||
"@oceanprotocol/contracts": "^0.4.4",
|
||||
"decimal.js": "^10.2.0",
|
||||
"fs": "0.0.1-security",
|
||||
"lzma": "^2.3.2",
|
||||
|
@ -31,13 +31,13 @@ const configs: ConfigHelperConfig[] = [
|
||||
chainId: 4,
|
||||
network: 'rinkeby',
|
||||
nodeUri: 'https://rinkeby.infura.io/v3',
|
||||
factoryAddress: '0x3ECd1429101f93149D799Ef257C07a2B1Dc30897',
|
||||
factoryAddress: '0x732cad3502e2A543118C8047D6bb20D5DB9c3242',
|
||||
oceanTokenAddress: '0x8967BCF84170c91B0d24D4302C2376283b0B3a07',
|
||||
metadataStoreUri: 'https://aquarius.rinkeby.v3.dev-ocean.com',
|
||||
providerUri: 'https://provider.rinkeby.v3.dev-ocean.com',
|
||||
poolFactoryAddress: '0x9B90A1358fbeEC1C4bB1DA7D4E85C708f87556Ec',
|
||||
fixedRateExchangeAddress: '0x991c08bD00761A299d3126a81a985329096896D4',
|
||||
MetadataContractAddress: '0xEfA25E39192b3175d451D79C1c0a41Fa3C32c87d'
|
||||
poolFactoryAddress: '0x1735C3A59EcedC617bB570b79A71A6FC7C0380E8',
|
||||
fixedRateExchangeAddress: '0x2B8da1F6DE33EfCDEc254ebE57d1D854a314b81b',
|
||||
MetadataContractAddress: '0x01906293EAd697f6038b0E3E1f0591F56ABf8EC0'
|
||||
},
|
||||
{
|
||||
chainId: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user