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) 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