From d55963f85f493be2f2b79f5669d12a807b0b1136 Mon Sep 17 00:00:00 2001 From: Rasikh Morani Date: Wed, 23 Sep 2020 01:57:12 -0500 Subject: [PATCH 1/2] Update Readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c92fc10..279b073c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ $ npm run dev 2. Open the `nuxt.config.ts`file and edit service name etc. 3. Launch a [0x-launch-kit-backend](https://github.com/0xProject/0x-launch-kit-backend). If you want to open Market quicly, you can use Satellites relayer. - - mainnet : `https://relayer-mainnet.nftsatellites.com/v2/` - - rinkeby : `https://relayer-rinkeby.nftsatellites.com/v2/` + - mainnet : `https://api.0x.org/sra/` + - kovan : `https://kovan.api.0x.org/` ## Supporting Satellites @@ -57,4 +57,4 @@ And If you use Satellites please consider becoming a backer: - [Medium](https://medium.com/blockbase) ## License -[Apache license 2.0](./LICENSE) \ No newline at end of file +[Apache license 2.0](./LICENSE) From 258221a1255e2e98525764c5799c3ff24d498c7e Mon Sep 17 00:00:00 2001 From: Rasikh Morani Date: Wed, 23 Sep 2020 01:58:16 -0500 Subject: [PATCH 2/2] Update SRA --- templates/plugins/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plugins/config.ts b/templates/plugins/config.ts index b21f318a..43d1327a 100644 --- a/templates/plugins/config.ts +++ b/templates/plugins/config.ts @@ -1,5 +1,5 @@ const networkId = 1 -const relayer = 'https://relayer-mainnet.nftsatellites.com/v2/' +const relayer = 'https://api.0x.org/sra/' const ga = 'UA-130401695-4' const feeBase = 10000 const feePer = 100