Skip to content

Commit f449000

Browse files
fix(statics): update contract address for tbaseeth:ctbtccx_99e833
Update the contract address for the TBASEETH:CTBTCCX_99E833 token from the old address (0x878c6221a0ed90f1d857f192ef75e6c060b037be) to the new address (0x46ee9c9db4c932db2dc92cf1aa0ccc16d96ba2a1) in the statics module's allCoinsAndTokens.ts. The token was onboarded with an incorrect contract address. This fix ensures the SDK references the correct deployed contract for the Concrete BTCcx 99e833 Share vault share token on Base testnet. Ticket: DEFI-565 Session-Id: 3ba8b5b8-c76d-40c6-9c50-e1b246f45881 Task-Id: 24db5118-0e30-40d9-9b35-fcd426255c10
1 parent 6956225 commit f449000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4356,7 +4356,7 @@ export const allCoinsAndTokens = [
43564356
'tbaseeth:ctbtccx_99e833',
43574357
'Concrete BTCcx 99e833 Share',
43584358
18,
4359-
'0x878c6221a0ed90f1d857f192ef75e6c060b037be',
4359+
'0x46ee9c9db4c932db2dc92cf1aa0ccc16d96ba2a1',
43604360
UnderlyingAsset['tbaseeth:ctbtccx_99e833'],
43614361
Networks.test.basechain,
43624362
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.EIP1559, CoinFeature.RECEIPT_TOKEN]

0 commit comments

Comments
 (0)