Skip to content

Commit 4d69802

Browse files
committed
build: bump sablier sdk
1 parent 7af5510 commit 4d69802

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ora": "^9.0.0",
4747
"prettier": "^3.6.2",
4848
"radash": "^12.1.1",
49-
"sablier": "^1.2.1",
49+
"sablier": "1.2.2",
5050
"tsx": "^4.20.6",
5151
"typescript": "^5.9.2"
5252
}

src/config/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const coinConfigs: Record<string, CoinConfig> = {
4545
coinGeckoId: "scroll",
4646
},
4747
[chains.sei.nativeCurrency.symbol]: {
48-
coinGeckoId: "sei-network",
48+
coinGeckoId: chains.sei.nativeCurrency.coinGeckoId,
4949
},
5050
[chains.sonic.nativeCurrency.symbol]: {
5151
coinGeckoId: chains.sonic.nativeCurrency.coinGeckoId,

0 commit comments

Comments
 (0)