otomato-sdk 2.0.551 → 2.0.552

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.
@@ -2060,8 +2060,59 @@ export const TOKENS = {
2060
2060
  nativeCurrency: true,
2061
2061
  },
2062
2062
  ],
2063
- 9745: [],
2064
- 57073: []
2063
+ 9745: [
2064
+ {
2065
+ contractAddress: "0x6100e367285b01f48d07953803a2d8dca5d19873",
2066
+ name: "Wrapped XPL",
2067
+ symbol: "WXPL",
2068
+ decimals: 18,
2069
+ image: null,
2070
+ },
2071
+ {
2072
+ contractAddress: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
2073
+ name: "USDe",
2074
+ symbol: "USDe",
2075
+ decimals: 18,
2076
+ image: null,
2077
+ },
2078
+ {
2079
+ contractAddress: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
2080
+ name: "USDT0",
2081
+ symbol: "USDT0",
2082
+ decimals: 6,
2083
+ image: null,
2084
+ },
2085
+ {
2086
+ contractAddress: "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
2087
+ name: "Staked USDe",
2088
+ symbol: "sUSDe",
2089
+ decimals: 18,
2090
+ image: null,
2091
+ },
2092
+ {
2093
+ contractAddress: "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9",
2094
+ name: "USDC",
2095
+ symbol: "USDC",
2096
+ decimals: 6,
2097
+ image: null,
2098
+ },
2099
+ ],
2100
+ 57073: [
2101
+ {
2102
+ contractAddress: "0x0200C29006150606B650577BBE7B6248F58470c1",
2103
+ name: "USD₮0",
2104
+ symbol: "USDT0",
2105
+ decimals: 6,
2106
+ image: null,
2107
+ },
2108
+ {
2109
+ contractAddress: "0x4200000000000000000000000000000000000006",
2110
+ name: "Wrapped Ether",
2111
+ symbol: "WETH",
2112
+ decimals: 18,
2113
+ image: null,
2114
+ },
2115
+ ]
2065
2116
  };
2066
2117
  export const NFTS = {
2067
2118
  1: [
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.551';
1
+ export const SDK_VERSION = '2.0.552';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.551";
1
+ export declare const SDK_VERSION = "2.0.552";
2
2
  export declare function compareVersions(v1: string, v2: string): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.551",
3
+ "version": "2.0.552",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",