@axonfi/sdk 0.3.4 → 0.3.6
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/LICENSE +21 -0
- package/README.md +21 -18
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -73,6 +73,7 @@ declare const KNOWN_TOKENS: {
|
|
|
73
73
|
readonly 8453: "0x4200000000000000000000000000000000000006";
|
|
74
74
|
readonly 84532: "0x4200000000000000000000000000000000000006";
|
|
75
75
|
readonly 42161: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1";
|
|
76
|
+
readonly 421614: "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73";
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
79
|
readonly WBTC: {
|
package/dist/index.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ declare const KNOWN_TOKENS: {
|
|
|
73
73
|
readonly 8453: "0x4200000000000000000000000000000000000006";
|
|
74
74
|
readonly 84532: "0x4200000000000000000000000000000000000006";
|
|
75
75
|
readonly 42161: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1";
|
|
76
|
+
readonly 421614: "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73";
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
79
|
readonly WBTC: {
|
package/dist/index.js
CHANGED
|
@@ -2812,7 +2812,8 @@ var KNOWN_TOKENS = {
|
|
|
2812
2812
|
addresses: {
|
|
2813
2813
|
8453: "0x4200000000000000000000000000000000000006",
|
|
2814
2814
|
84532: "0x4200000000000000000000000000000000000006",
|
|
2815
|
-
42161: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
2815
|
+
42161: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
2816
|
+
421614: "0x980B62Da83eFf3D4576C647993b0c1D7faf17c73"
|
|
2816
2817
|
}
|
|
2817
2818
|
},
|
|
2818
2819
|
WBTC: {
|