Skip to content

Commit

Permalink
Merge pull request #8 from getsafle/feature-update-1inch-url
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvq authored Jul 5, 2023
2 parents d696a57 + 180d86e commit 9e99aa8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
### 1.0.1 (2022-09-28)

- Added support for native coins
### 1.0.2 (2022-07-05)

- Updated 1Inch base URL
2 changes: 1 addition & 1 deletion constants/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports ={
supportedChains : ['ethereum', 'polygon', 'bsc' ],
oneInchBaseURL : "https://safle.api.enterprise.1inch.exchange/v4.0",
oneInchBaseURL : "https://api-safle.1inch.io/v5.0",
pancakeBaseURL: "https://tokens.pancakeswap.finance/pancakeswap-extended.json",
uniswapBaseURL: "https://tokens.uniswap.org/",
errorMessages:{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-token-lists",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a JS SDK catering to supported tokens list on safle swaps fetched from all the supported DEXs on different chains.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9e99aa8

Please sign in to comment.