fix: Add empty dicts for unichain and base in config

Also fix example: we need a checked amount or slippage set now

--- don't change below this line ---
ENG-4332 Took 6 minutes
This commit is contained in:
Diana Carvalho
2025-04-08 16:18:44 +01:00
parent 739fb46d20
commit c0b50c0661
2 changed files with 5 additions and 3 deletions

View File

@@ -7,5 +7,7 @@
"native_token_address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"meta_registry_address": "0xF98B45FA17DE75FB1aD0e7aFD971b0ca00e379fC"
}
}
},
"base": {},
"unichain": {}
}