From 03c2c843dfd3d4b7240dc6c4641b1439a42a4f14 Mon Sep 17 00:00:00 2001 From: Frank Speiser Date: Thu, 30 Apr 2026 20:49:59 -0400 Subject: [PATCH] Add defimarketplus DMTp + smUSD tokens (Arbitrum) Adds metadata entries for the defimarketplus protocol on Arbitrum mainnet: - DMTp (0x09fd7e0d021D29106c534Edfb4Ea817AC0ea7F84): governance + utility token for the defimarketplus stablecoin yield protocol. Mint-on-deposit, fair launch, no premine. ERC-20 + ERC-20Permit, 18 decimals. - smUSD (0x07fF8bCe905CB285220e4D96d8443cfCF141af8b): ERC-4626 share token for the SAFE-USD basket. Underlying USDC, 12 decimals (USDC's 6 + 6 from inflation-attack offset). Project: https://dmtp.io Source verified: https://arbiscan.io/address/0x09fd7e0d021D29106c534Edfb4Ea817AC0ea7F84#code Source verified: https://arbiscan.io/address/0x07fF8bCe905CB285220e4D96d8443cfCF141af8b#code --- contract-map.json | 14 ++++++++++++++ images/DMTp.svg | 4 ++++ images/smUSD.svg | 4 ++++ 3 files changed, 22 insertions(+) create mode 100644 images/DMTp.svg create mode 100644 images/smUSD.svg diff --git a/contract-map.json b/contract-map.json index fafbc3cce0..3af5c1c3b5 100644 --- a/contract-map.json +++ b/contract-map.json @@ -139,6 +139,20 @@ "symbol": "MATH", "decimals": 18 }, + "0x07fF8bCe905CB285220e4D96d8443cfCF141af8b": { + "name": "defimarketplus SAFE-USD", + "logo": "smUSD.svg", + "erc20": true, + "symbol": "smUSD", + "decimals": 12 + }, + "0x09fd7e0d021D29106c534Edfb4Ea817AC0ea7F84": { + "name": "defimarketplus", + "logo": "DMTp.svg", + "erc20": true, + "symbol": "DMTp", + "decimals": 18 + }, "0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a": { "name": "Blocksquare Token", "logo": "BST.svg", diff --git a/images/DMTp.svg b/images/DMTp.svg new file mode 100644 index 0000000000..f3f660c3f7 --- /dev/null +++ b/images/DMTp.svg @@ -0,0 +1,4 @@ + + + DMTp + diff --git a/images/smUSD.svg b/images/smUSD.svg new file mode 100644 index 0000000000..08335c13a2 --- /dev/null +++ b/images/smUSD.svg @@ -0,0 +1,4 @@ + + + smUSD +