@medialane/sdk 0.93.0 → 0.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1132,10 +1132,19 @@ var SERVICES = {
1132
1132
  { name: "OrderCancelled", emittedBy: "factory" }
1133
1133
  ]
1134
1134
  },
1135
+ "unruggable-erc20": {
1136
+ id: "unruggable-erc20",
1137
+ displayName: "Unruggable",
1138
+ description: "An ERC-20 launched through the unruggable.meme protocol, the same contract Medialane's Creator Coin is forked from. Not deployed via a Medialane service, but exposes the same on-chain guarantees: capped team allocation, permanently locked liquidity, fixed supply. Brought in by owner claim or admin/partnership \u2014 never bulk-indexed.",
1139
+ standard: "ERC20",
1140
+ provenance: "EXTERNAL",
1141
+ uiVariant: "coin",
1142
+ capabilities: ["swap", "transfer"]
1143
+ },
1135
1144
  "external-erc20": {
1136
1145
  id: "external-erc20",
1137
- displayName: "External ERC-20",
1138
- description: "An ERC-20 token (e.g. an unrug memecoin or a partner coin) not deployed via a Medialane service. Brought in by owner claim or admin/partnership \u2014 never bulk-indexed. Generalizes to future chains.",
1146
+ displayName: "Memecoin",
1147
+ description: "A plain ERC-20 not deployed via a Medialane service and carrying no protocol-level guarantees. Brought in by owner claim or admin/partnership \u2014 never bulk-indexed. Generalizes to future chains.",
1139
1148
  standard: "ERC20",
1140
1149
  provenance: "EXTERNAL",
1141
1150
  uiVariant: "coin",