Skip to content

Commit

Permalink
Update node api host
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Nov 22, 2023
1 parent 4ce55b3 commit e6ddb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/helper/chain/alephium.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ALPHABET = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
const bs58 = basex(ALPHABET)

const EXPLORER_API_HOST = 'https://backend-v115.mainnet.alephium.org'
const NODE_API_HOST = ''
const NODE_API_HOST = 'https://chadnode.ayin.app'

async function getAlphBalance(address) {
return (await axios.get(`${EXPLORER_API_HOST}/addresses/${address}/balance`)).data
Expand Down

0 comments on commit e6ddb64

Please sign in to comment.