Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,9 @@ export const allCoinsAndTokens = [
CoinFeature.EVM_COMPATIBLE_IMS,
CoinFeature.EVM_COMPATIBLE_UI,
CoinFeature.EVM_COMPATIBLE_WP,
CoinFeature.EVM_NON_BITGO_RECOVERY,
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
CoinFeature.SUPPORTS_ERC20,
]
),
account(
Expand All @@ -2581,6 +2584,9 @@ export const allCoinsAndTokens = [
CoinFeature.EVM_COMPATIBLE_IMS,
CoinFeature.EVM_COMPATIBLE_UI,
CoinFeature.EVM_COMPATIBLE_WP,
CoinFeature.EVM_NON_BITGO_RECOVERY,
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
CoinFeature.SUPPORTS_ERC20,
]
),
account(
Expand All @@ -2601,10 +2607,7 @@ export const allCoinsAndTokens = [
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
CoinFeature.SUPPORTS_ERC20,
CoinFeature.EVM_COMPATIBLE_WP,
],
KeyCurve.Secp256k1,
'',
'TDogeOS'
]
),
account(
'7d69a368-ea4b-422d-bb21-38812fb5a418',
Expand All @@ -2624,10 +2627,7 @@ export const allCoinsAndTokens = [
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
CoinFeature.SUPPORTS_ERC20,
CoinFeature.EVM_COMPATIBLE_WP,
],
KeyCurve.Secp256k1,
'',
'DogeOS'
]
),
account(
'cf06d1ea-f7c4-4a26-95fd-f71983eba58f',
Expand Down
3 changes: 3 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,9 @@ export enum UnderlyingAsset {
'eth:spec' = 'eth:spec',
'eth:prompt' = 'eth:prompt',
'eth:yb' = 'eth:yb',
'morph:usdc' = 'morph:usdc',
'morph:usdt' = 'morph:usdt',
'morph:usd1' = 'morph:usd1',

'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
Expand Down
24 changes: 24 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14251,4 +14251,28 @@ export const erc20Coins = [
'0x01791f726b4103694969820be083196cc7c045ff',
UnderlyingAsset['eth:yb']
),
erc20(
'd95a9238-a1e6-42df-862f-a921adf8151d',
'morph:usdc',
'USD Coin',
6,
'0xe34c91815d7fc18a9e2148bcd4241d0a5848b693',
UnderlyingAsset['morph:usdc']
),
erc20(
'7c3fb96a-edaf-4c5d-85b3-4a445ce92fc8',
'morph:usdt',
'Tether USD',
6,
'0xc7d67a9cbb121b3b0b9c053dd9f469523243379a',
UnderlyingAsset['morph:usdt']
),
erc20(
'03ccbfa5-c912-45f7-8b77-9e21950a5369',
'morph:usd1',
'USD1',
18,
'0x111111d2bf19e43c34263401e0cad979ed1cdb61',
UnderlyingAsset['morph:usd1']
),
];
3 changes: 3 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5212,6 +5212,9 @@ export const tOfcErc20Coins = [
18,
underlyingAssetForSymbol('megaeth:weth')
),
ofcerc20('4d5f4fb7-b2e2-4e63-bbda-7f315332da5b', 'ofcmorph:usdc', 'USD Coin', 6, UnderlyingAsset['morph:usdc']),
ofcerc20('37f51c58-9be5-4c56-adcb-2c7f3c2cfc1a', 'ofcmorph:usdt', 'Tether USD', 6, UnderlyingAsset['morph:usdt']),
ofcerc20('e499e7cc-22ae-4374-ae4b-27651565af15', 'ofcmorph:usd1', 'USD1', 18, UnderlyingAsset['morph:usd1']),
];

function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
"**/ethers/**/ws": "7.5.10",
"**/swarm-js/**/ws": "5.2.4",
"**/swarm-js/**/tar": "6.2.1",
"**/lerna/**/tar": "7.5.3",
"**/yeoman-generator/**/tar": "7.5.3",
"serialize-javascript": "^6.0.2",
"@grpc/grpc-js": "^1.12.6",
"bigint-buffer": "npm:@trufflesuite/bigint-buffer@1.1.10",
Expand Down
20 changes: 4 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20003,22 +20003,10 @@ tar-stream@~2.2.0:
inherits "^2.0.3"
readable-stream "^3.1.1"

tar@6.2.1, tar@^6.1.11, tar@^6.1.2:
version "6.2.1"
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
minipass "^5.0.0"
minizlib "^2.1.1"
mkdirp "^1.0.3"
yallist "^4.0.0"

tar@^7.4.3:
version "7.5.1"
resolved "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz"
integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==
tar@6.2.1, tar@7.5.3, tar@^6.1.11, tar@^6.1.2, tar@^7.4.3:
version "7.5.3"
resolved "https://registry.npmjs.org/tar/-/tar-7.5.3.tgz#e1a41236e32446f75e63b720222112c4ffe5b3a1"
integrity sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==
dependencies:
"@isaacs/fs-minipass" "^4.0.0"
chownr "^3.0.0"
Expand Down