Skip to content

Commit

Permalink
[REVERT IN PROD] enable test build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Nov 8, 2024
1 parent 9e14676 commit bbb906d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/sdk-router/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class SynapseSDK {
* @param {Provider[]} providers - The Ethereum providers for the respective chains.
*/
constructor(chainIds: number[], providers: Provider[]) {
console.log('GM - this is a test build')
invariant(
chainIds.length === providers.length,
`Amount of chains and providers does not equal`
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@reduxjs/toolkit": "^1.9.5",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"@segment/analytics-next": "^1.53.0",
"@synapsecns/sdk-router": "^0.11.6",
"@synapsecns/sdk-router": "file:../sdk-router",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
Expand Down

0 comments on commit bbb906d

Please sign in to comment.