fix: change gateway api address

pull/2134/head
Attila Gazso 3 years ago committed by yann300
parent 0fcedfe1b0
commit bddb5f96e8
  1. 3
      libs/remix-ui/publish-to-storage/src/lib/publishOnSwarm.tsx

@ -3,8 +3,7 @@ import { Bee } from '@ethersphere/bee-js'
import type { UploadResult } from '@ethersphere/bee-js' import type { UploadResult } from '@ethersphere/bee-js'
// public gateway node address // public gateway node address
// TODO should change to https://api.ethswarm.org/ const publicBeeNode = new Bee('https://api.gateway.ethswarm.org/')
const publicBeeNode = new Bee('https://bee-9.gateway.ethswarm.org/')
// on the public gateway the postage stamp id is not relevant, so we use all zeroes // on the public gateway the postage stamp id is not relevant, so we use all zeroes
const defaultPostageStampId = '0000000000000000000000000000000000000000000000000000000000000000' const defaultPostageStampId = '0000000000000000000000000000000000000000000000000000000000000000'

Loading…
Cancel
Save