1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add rinkeby to known configs

This commit is contained in:
alexcos20 2020-07-15 22:21:57 -07:00
parent 8252990981
commit 4daa3e668d

View File

@ -13,6 +13,12 @@ const configs = [
factoryAddress: '0x1234',
oceanTokenAddress: '0x012578f9381e876A9E2a9111Dfd436FF91A451ae'
},
{
network: 'rinkeby',
url: 'https://rinkeby.infura.io/v3/YOUR-PROJECT-ID',
factoryAddress: '0xB9d406D24B310A7D821D0b782a36909e8c925471',
oceanTokenAddress: '0x8967BCF84170c91B0d24D4302C2376283b0B3a07'
},
{
network: 'mainnet',
url: 'https://mainnet.infura.io/v3/YOUR-PROJECT-ID',