Skip to content

Commit f03a8df

Browse files
committed
lint
1 parent a323355 commit f03a8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/technical-reference/non-evm-chains/sui/typescript-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DEPLOY_DIR="sui/deployments/suiMultiFeed/price_adapter" yarn tsx read-prices.ts
9797

9898
This returns the raw on-chain values (`lastValue` is `u256`, 8 decimals — divide by `1e8`), for example:
9999

100-
```
100+
```text
101101
{
102102
BTC: { lastDataPackageTimestampMS: ..., lastBlockTimestampMS: ..., lastValue: 7935541000000n },
103103
ETH: { lastDataPackageTimestampMS: ..., lastBlockTimestampMS: ..., lastValue: 248793355693n }

0 commit comments

Comments
 (0)