Skip to content

Commit

Permalink
Merge pull request #115 from freespek/th/update-stellar-sdk
Browse files Browse the repository at this point in the history
Upgrade @stellar/stellar-sdk
  • Loading branch information
thpani authored Aug 27, 2024
2 parents 03f6de7 + 8c2989b commit c74fc5b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 20 deletions.
66 changes: 49 additions & 17 deletions solarkraft/package-lock.json

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

4 changes: 2 additions & 2 deletions solarkraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@stellar/stellar-base": "^11.0.1",
"@stellar/stellar-sdk": "^12.0.0-rc.2",
"@stellar/stellar-sdk": "^12.2.0",
"@sweet-monads/either": "^3.3.1",
"@sweet-monads/maybe": "^3.3.1",
"@types/urijs": "^1.19.25",
Expand Down Expand Up @@ -75,4 +75,4 @@
"engines": {
"node": ">=18"
}
}
}
2 changes: 1 addition & 1 deletion solarkraft/src/invokeAlert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
scValToNative,
} from '@stellar/stellar-sdk'
import { VerificationStatus } from './VerificationStatus.js'
import { Api } from '@stellar/stellar-sdk/lib/soroban/api.js'
import { Api } from '@stellar/stellar-sdk/rpc'

/**
* @license
Expand Down

0 comments on commit c74fc5b

Please sign in to comment.