impermax-sdk 1.2.71 → 1.2.72

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.
@@ -57,6 +57,7 @@ const coingecko_ids = {
57
57
  "0x9560e827af36c94d2ac33a39bce1fe78631088db": "velodrome-finance",
58
58
  "0x4200000000000000000000000000000000000042": "optimism",
59
59
  "0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": "wrapped-steth",
60
+ "0x55027a5b06f4340cc4c82dcc74c90ca93dcb173e": "tadpole"
60
61
  };
61
62
  const dexscreener_ids = {
62
63
  // ibex on scroll
@@ -74,7 +75,7 @@ const dexscreener_ids = {
74
75
  // axlOP on base
75
76
  "0x994ac01750047B9d35431a7Ae4Ed312ee955E030": "base",
76
77
  // opxvelo on op
77
- "0xc38464250f51123078bbd7ea574e185f6623d037": "optimism"
78
+ "0xc38464250f51123078bbd7ea574e185f6623d037": "optimism",
78
79
  };
79
80
  const fantom_ids = {
80
81
  // uponly on ftm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",