@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @funkit/fun-relay
2
2
 
3
+ ## 2.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - cf786fd: Add U stablecoin support on BSC
8
+
3
9
  ## 2.6.2
4
10
 
5
11
  ### Patch Changes
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) {