Skip to content

Commit

Permalink
Merge pull request #63 from sablier-labs/main
Browse files Browse the repository at this point in the history
fix: update polygon api subdomain
  • Loading branch information
DefiPanda authored Mar 22, 2024
2 parents 8257835 + b306cba commit 2668451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/PolygonMappingProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MappingProvider } from './MappingProvider'
import { PolygonMappedTokenData } from '../constants/types'

// called from https://mapper.polygon.technology
const url = 'https://open-api.polygon.technology/api/v1/info/all-mappings'
const url = 'https://api-polygon-tokens.polygon.technology/api/v1/info/all-mappings'

Check failure on line 6 in src/providers/PolygonMappingProvider.ts

View workflow job for this annotation

GitHub Actions / Build, lint, and test on Node 16.x and ubuntu-latest

Insert `⏎·`
const access_token = '504afd90-3228-4df9-9d88-9b4d70646101'

/**
Expand Down

0 comments on commit 2668451

Please sign in to comment.