dsd-constants-lib
Advanced tools
Comparing version 3.5.17 to 3.5.18
@@ -265,2 +265,4 @@ /** | ||
BlockchainEthereum: { name: "ethereum", id: 2 }, | ||
BlockchainPolygon: { name: "polygon", id: 3 }, | ||
BlockchainFlow: { name: "flow", id: 4 }, | ||
}; | ||
@@ -276,3 +278,5 @@ } | ||
CurrencyEthereumPnft: { name: "ethereum-pnft", id: 5 }, | ||
CurrencyZetoniumSat: { name: "zetonium-sat", id: 6 } | ||
CurrencyZetoniumSat: { name: "zetonium-sat", id: 6 }, | ||
CurrencyPolygonPnft: { name: "ethereum-pnft", id: 7 }, | ||
CurrencyFlowPnft: { name: "ethereum-pnft", id: 8 }, | ||
}; | ||
@@ -279,0 +283,0 @@ } |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "3.5.17", | ||
"version": "3.5.18", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
103331
1210