Skip to content

Commit a473633

Browse files
sachinBitgobitgobot
authored andcommitted
feat(statics): set RECEIPT_TOKEN coin feature for tbaseeth:kmusdc
Add CoinFeature.RECEIPT_TOKEN to tbaseeth:kmusdc (testnet Base chain). This is the Defi Test Token used in Galaxy Morpho Vault testnet flows. The missing feature was blocking withdrawal-blocking tests and related DeFi vault flows that gate on the RECEIPT_TOKEN coin feature. Ticket: DEFI-388 Session-Id: c9a965a7-8ba0-4abf-959f-d193417a9203 Task-Id: c6990944-d9f6-4f14-bdb0-3e9264fd05ee
1 parent 2a41df9 commit a473633

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,8 @@ export const allCoinsAndTokens = [
42444244
6,
42454245
'0x1c3e28e5048f30ab3aa8a5dc4e71a806ec97a6c4',
42464246
UnderlyingAsset['tbaseeth:kmusdc'],
4247-
Networks.test.basechain
4247+
Networks.test.basechain,
4248+
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.EIP1559, CoinFeature.RECEIPT_TOKEN]
42484249
),
42494250
erc20Token(
42504251
'79fcac64-cad2-4c17-b8fc-2930b7022384',

0 commit comments

Comments
 (0)