Skip to content

Commit

Permalink
Switch rpc node for atomic assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Jan 27, 2024
1 parent 12287d4 commit bae934f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/atomic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import {
* https://api.eosrio.io
* https://eos.greymass.com
*/

export default (_context, inject) => {
// const apiurl = 'https://eos.api.atomicassets.io' // This api endpoint is not working.
const apiurl = 'https://api.eosrio.io'
const apiurl = 'https://eos.greymass.com'
const namespace = 'atomicassets'
const api = new RpcApi(apiurl, namespace, { fetch, rateLimit: 10 })
// const api = new ExplorerApi(apiurl, namespace, { fetch })
Expand Down

0 comments on commit bae934f

Please sign in to comment.