protofire / omen-exchange

Omen exchange
https://omen.eth.link/
GNU Affero General Public License v3.0
65 stars 77 forks source link

Update default Gnosis Chain RPC Endpoint #2251

Open sacshin opened 2 years ago

sacshin commented 2 years ago

The ones used currently are no longer supported by Gnosis Chain. We could use some from this list https://developers.gnosischain.com/for-developers/developer-resources/update-rpc-url Omen

DrHongos commented 2 years ago

File: src/utils/networks.ts line 259 change "xdai" to "gnosis" image

fnanni-0 commented 1 year ago

There is a similar problem with the relay service https://github.com/protofire/omen-exchange/blob/f35d30614e92baa50d0787cd8203668fdb59ee3b/app/src/services/relay.ts#L39 which apparently is using the old RPC. Does anyone know who maintains https://omen-xdai-relay.vercel.app?

kadenzipfel commented 1 year ago

There is a similar problem with the relay service

https://github.com/protofire/omen-exchange/blob/f35d30614e92baa50d0787cd8203668fdb59ee3b/app/src/services/relay.ts#L39

which apparently is using the old RPC. Does anyone know who maintains https://omen-xdai-relay.vercel.app?

the maintainer is @hexyls, but he isn't around anymore so you'll have to redeploy it https://github.com/hexyls/omen-relay

fnanni-0 commented 1 year ago

Hey @kadenzipfel, I fixed this, the relayer issue and #2245 here https://github.com/protofire/omen-exchange/compare/v1.3.3...fnanni-0:omen-exchange:fix/relay-and-rpc. The relayer issue is important because there are users who are having difficulties to withdraw liquidity and funds from the Omen Account on Gnosis Chain.

There is no branch for the 1.3.3 release which is the current Omen release, it's just a tag, so I can't create a PR with just these changes . Is there any chance you could create the 1.3.3 branch?

kadenzipfel commented 1 year ago

Hey @kadenzipfel, I fixed this, the relayer issue and #2245 here v1.3.3...fnanni-0:omen-exchange:fix/relay-and-rpc. The relayer issue is important because there are users who are having difficulties to withdraw liquidity and funds from the Omen Account on Gnosis Chain.

There is no branch for the 1.3.3 release which is the current Omen release, it's just a tag, so I can't create a PR with just these changes . Is there any chance you could create the 1.3.3 branch?

hey, sadly i don't have write access on this repo anymore so won't be able to help with that