@funkit/fun-relay 2.6.2 → 2.6.3
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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +2 -2
- package/dist/src/assets.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -934,7 +934,8 @@ var ASSET_LOGO_SRCS = {
|
|
|
934
934
|
SUSHI: "https://sdk-cdn.fun.xyz/images/sushi.svg",
|
|
935
935
|
SKY: "https://sdk-cdn.fun.xyz/images/sky.svg",
|
|
936
936
|
LIT: "https://sdk-cdn.fun.xyz/images/lit.svg",
|
|
937
|
-
AZTEC: "https://sdk-cdn.fun.xyz/images/aztec.svg"
|
|
937
|
+
AZTEC: "https://sdk-cdn.fun.xyz/images/aztec.svg",
|
|
938
|
+
U: "https://sdk-cdn.fun.xyz/images/u.png"
|
|
938
939
|
};
|
|
939
940
|
var FALLBACK_ASSET = "https://sdk-cdn.fun.xyz/images/dollar_circle.png";
|
|
940
941
|
function getAssetLogoSrc(symbol) {
|