@1delta/wnative 0.0.2 → 0.0.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/dist/index.js +7 -0
- package/dist/index.mjs +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -422,6 +422,13 @@ var WRAPPED_NATIVE_INFO = {
|
|
|
422
422
|
address: "0x6e47f8d48a01b44df3fff35d258a10a3aedc114c",
|
|
423
423
|
decimals: 18
|
|
424
424
|
},
|
|
425
|
+
"9745": {
|
|
426
|
+
chainId: "9745",
|
|
427
|
+
name: "Wrapped XPL",
|
|
428
|
+
symbol: "WXPL",
|
|
429
|
+
address: "0x6e47f8d48a01b44df3fff35d258a10a3aedc114c",
|
|
430
|
+
decimals: 18
|
|
431
|
+
},
|
|
425
432
|
"11235": {
|
|
426
433
|
chainId: "11235",
|
|
427
434
|
name: "Wrapped Islamic Coin",
|
package/dist/index.mjs
CHANGED
|
@@ -420,6 +420,13 @@ var WRAPPED_NATIVE_INFO = {
|
|
|
420
420
|
address: "0x6e47f8d48a01b44df3fff35d258a10a3aedc114c",
|
|
421
421
|
decimals: 18
|
|
422
422
|
},
|
|
423
|
+
"9745": {
|
|
424
|
+
chainId: "9745",
|
|
425
|
+
name: "Wrapped XPL",
|
|
426
|
+
symbol: "WXPL",
|
|
427
|
+
address: "0x6e47f8d48a01b44df3fff35d258a10a3aedc114c",
|
|
428
|
+
decimals: 18
|
|
429
|
+
},
|
|
423
430
|
"11235": {
|
|
424
431
|
chainId: "11235",
|
|
425
432
|
name: "Wrapped Islamic Coin",
|