@tokemak/config 0.5.0 → 0.6.0

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
@@ -222,6 +222,7 @@ var coreMonadConfig = {
222
222
  name: import_chains7.monad.name,
223
223
  id: import_chains7.monad.id,
224
224
  shortName: "monad",
225
+ status: "sunset",
225
226
  systemRegistry: "0x92872Ba7775aA1d7bcF48Ef4486468aBF4367057",
226
227
  weth: "0xee8c0e9f1bffb4eb878d8f15f368a02a35481242",
227
228
  toke: "0x223C0d94dbc8c0E5df1f6B2C75F06c0229c91950",
package/dist/index.mjs CHANGED
@@ -175,6 +175,7 @@ var coreMonadConfig = {
175
175
  name: monad.name,
176
176
  id: monad.id,
177
177
  shortName: "monad",
178
+ status: "sunset",
178
179
  systemRegistry: "0x92872Ba7775aA1d7bcF48Ef4486468aBF4367057",
179
180
  weth: "0xee8c0e9f1bffb4eb878d8f15f368a02a35481242",
180
181
  toke: "0x223C0d94dbc8c0E5df1f6B2C75F06c0229c91950",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokemak/config",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",