@1delta/wnative 0.0.4 → 0.0.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/dist/index.js CHANGED
@@ -107,6 +107,13 @@ var WRAPPED_NATIVE_INFO = {
107
107
  address: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
108
108
  decimals: 18
109
109
  },
110
+ "143": {
111
+ chainId: "143",
112
+ name: "Wrapped MON",
113
+ symbol: "WMON",
114
+ address: "0x3bd359c1119da7da1d913d1c4d2b7c461115433a",
115
+ decimals: 18
116
+ },
110
117
  "146": {
111
118
  chainId: "146",
112
119
  name: "Wrapped Sonic",
package/dist/index.mjs CHANGED
@@ -105,6 +105,13 @@ var WRAPPED_NATIVE_INFO = {
105
105
  address: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
106
106
  decimals: 18
107
107
  },
108
+ "143": {
109
+ chainId: "143",
110
+ name: "Wrapped MON",
111
+ symbol: "WMON",
112
+ address: "0x3bd359c1119da7da1d913d1c4d2b7c461115433a",
113
+ decimals: 18
114
+ },
108
115
  "146": {
109
116
  chainId: "146",
110
117
  name: "Wrapped Sonic",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.4",
7
+ "version": "0.0.6",
8
8
  "description": "Hold wnative currency data",
9
9
  "files": [
10
10
  "dist"