Skip to content

Commit 8cec58f

Browse files
test: remove test patch (#469)
* test: remove patch * fix: rm time-sensitive comment
1 parent 08446f0 commit 8cec58f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deployment/ccip/cs_test_helpers.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,8 @@ func AddLaneTONConfig(env *cldf.Environment, onRamp []byte, from, to uint64, fro
205205
var src, dest config.ChainDefinition
206206
// TODO: LINK placeholder address
207207

208-
const TONtoUSD = 3.15 // As of September 2025
209-
// const TONtoNanoTON = 1e9 // Smallest denomination
210-
const TONtoNanoTON = 1e3 // TODO: This is a temporary overwrite until we figure out why feequoter is returning such a high fee
208+
const TONtoUSD = 2 // Example value
209+
const TONtoNanoTON = 1e9 // Smallest denomination
211210
const TokenPriceBaseAmount = 1e18 // Defined for `TokenPrices`
212211
var USDDecimals = big.NewInt(1e18) // Defined for `TokenPrices`
213212
var TONBaseAmountTokenPrice = big.NewInt(int64(TONtoUSD * (TokenPriceBaseAmount / TONtoNanoTON)))

0 commit comments

Comments
 (0)