Skip to content

Commit

Permalink
Remove hardcoded region
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Nov 15, 2023
1 parent a3fb5d3 commit 6233328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const node = new ethers.providers.JsonRpcProvider('https://nodes.sequence
export const sequence = new Sequence({
network: 'polygon',
key: SEQUENCE_API_KEY,
idpRegion: 'us-west-2'
}, defaults.TEMPLATE_NEXT)

export const router = createHashRouter([
Expand Down

0 comments on commit 6233328

Please sign in to comment.