Skip to content

Commit

Permalink
chore: add a staging log in the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 9, 2024
1 parent a22a55c commit db2039e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-router/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class SynapseSDK {
chainIds.length === providers.length,
`Amount of chains and providers does not equal`
)
console.log('GM, this is a staging version of the SDK')
// Zip chainIds and providers into a single object
const chainProviders: ChainProvider[] = chainIds.map((chainId, index) => ({
chainId,
Expand Down

0 comments on commit db2039e

Please sign in to comment.