@@ -3411,48 +3411,6 @@ export const allCoinsAndTokens = [
34113411 CoinFeature . SUPPORTS_ERC20 ,
34123412 ]
34133413 ) ,
3414-
3415- account (
3416- '51de29b1-dd97-4b05-9239-a177522b469f' ,
3417- 'morpheth' ,
3418- 'Morph Ethereum Mainnet' ,
3419- Networks . main . morpheth ,
3420- 18 ,
3421- UnderlyingAsset . MORPHETH ,
3422- BaseUnit . ETH ,
3423- [
3424- ...EVM_FEATURES ,
3425- CoinFeature . SHARED_EVM_SIGNING ,
3426- CoinFeature . SHARED_EVM_SDK ,
3427- CoinFeature . EVM_COMPATIBLE_IMS ,
3428- CoinFeature . EVM_COMPATIBLE_UI ,
3429- CoinFeature . EVM_COMPATIBLE_WP ,
3430- CoinFeature . EVM_NON_BITGO_RECOVERY ,
3431- CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
3432- CoinFeature . SUPPORTS_ERC20 ,
3433- CoinFeature . ERC20_BULK_TRANSACTION ,
3434- ]
3435- ) ,
3436- account (
3437- 'f99419da-0ee8-46c3-af81-3bd43af29642' ,
3438- 'tmorpheth' ,
3439- 'Morph Ethereum Testnet' ,
3440- Networks . test . morpheth ,
3441- 18 ,
3442- UnderlyingAsset . MORPHETH ,
3443- BaseUnit . ETH ,
3444- [
3445- ...EVM_FEATURES ,
3446- CoinFeature . SHARED_EVM_SIGNING ,
3447- CoinFeature . SHARED_EVM_SDK ,
3448- CoinFeature . EVM_COMPATIBLE_IMS ,
3449- CoinFeature . EVM_COMPATIBLE_UI ,
3450- CoinFeature . EVM_COMPATIBLE_WP ,
3451- CoinFeature . EVM_NON_BITGO_RECOVERY ,
3452- CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
3453- CoinFeature . SUPPORTS_ERC20 ,
3454- ]
3455- ) ,
34563414 account (
34573415 '887eebff-5d50-47f7-aea5-905e25c2e846' ,
34583416 'tdogeos' ,
@@ -5091,65 +5049,6 @@ export const allCoinsAndTokens = [
50915049 Networks . test . morph
50925050 ) ,
50935051
5094- // MorphEth mainnet tokens
5095- erc20Token (
5096- '088dcce6-6259-4012-a1e2-857534ea88fc' ,
5097- 'morpheth:usdc' ,
5098- 'USD Coin' ,
5099- 6 ,
5100- '0xe34c91815d7fc18a9e2148bcd4241d0a5848b693' ,
5101- UnderlyingAsset [ 'morpheth:usdc' ] ,
5102- Networks . main . morpheth
5103- ) ,
5104- erc20Token (
5105- '03257b8a-67cc-4a84-9226-b757852fff63' ,
5106- 'morpheth:usdt' ,
5107- 'Tether USD' ,
5108- 6 ,
5109- '0xc7d67a9cbb121b3b0b9c053dd9f469523243379a' ,
5110- UnderlyingAsset [ 'morpheth:usdt' ] ,
5111- Networks . main . morpheth
5112- ) ,
5113- erc20Token (
5114- 'f0dad043-371d-48a4-a3cb-d798b4fc0fee' ,
5115- 'morpheth:usd1' ,
5116- 'USD1' ,
5117- 18 ,
5118- '0x111111d2bf19e43c34263401e0cad979ed1cdb61' ,
5119- UnderlyingAsset [ 'morpheth:usd1' ] ,
5120- Networks . main . morpheth ,
5121- [ ...ACCOUNT_COIN_DEFAULT_FEATURES_EXCLUDE_EUROPE , CoinFeature . EIP1559 ]
5122- ) ,
5123-
5124- // MorphEth testnet tokens
5125- erc20Token (
5126- '3383765b-37f9-4609-baf3-37c42f0ffee7' ,
5127- 'tmorpheth:tmt' ,
5128- 'Test Mintable Token' ,
5129- 6 ,
5130- '0x5257950b5277dac30536eae4742ffef4e5af5256' ,
5131- UnderlyingAsset [ 'tmorpheth:tmt' ] ,
5132- Networks . test . morpheth
5133- ) ,
5134- erc20Token (
5135- '15286c32-210b-402d-84a2-5e406e584981' ,
5136- 'tmorpheth:usd1' ,
5137- 'Test USD1 Token' ,
5138- 18 ,
5139- '0x8bdaad0ebc24fb63af6c5f29e2a2898500c87886' ,
5140- UnderlyingAsset [ 'tmorpheth:usd1' ] ,
5141- Networks . test . morpheth
5142- ) ,
5143- erc20Token (
5144- 'e6a1553d-0dd0-4f77-b6a8-5f265243c7d0' ,
5145- 'tmorpheth:stgusd1' ,
5146- 'Test USD1 Token' ,
5147- 18 ,
5148- '0x055fd4bbad96a076c15187b60fe7ea07ea789b94' ,
5149- UnderlyingAsset [ 'tmorpheth:stgusd1' ] ,
5150- Networks . test . morpheth
5151- ) ,
5152-
51535052 // Plume testnet tokens
51545053 erc20Token (
51555054 '67a140e3-c73e-4984-af13-7b1555ee3ff3' ,
0 commit comments