Skip to content

Commit

Permalink
update glacier api link to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavinia Talpas authored and Lavinia Talpas committed Dec 5, 2023
1 parent 076f463 commit aab39bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Glacier/Glacier.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Glacier } from '@avalabs/glacier-sdk'

const api = new Glacier({
BASE: 'https://glacier-api-dev.avax.network',
BASE: 'https://glacier-api.avax.network',
})
export default api

0 comments on commit aab39bd

Please sign in to comment.