@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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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",
|