Skip to content

Commit f0410aa

Browse files
authored
Merge pull request #9276 from BitGo/DEFI-388-receipt-token-coin-feature
feat(statics): set RECEIPT_TOKEN coin feature for tbaseeth:kmusdc and baseeth:gusdcq
2 parents 173242a + a473633 commit f0410aa

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)