I tried it out locally and it worked for me Warp. I had even modified the state_config.json file and set the owner to my wallet address and it was working for me. This is my screenshot for the modified owner addresses
fuel-core run --db-type in-memory --debug --snapshot ./chain-configuration/local
000000000000000000000 } }, consensus: ConsensusHeader { prev_root: 0000000000000000000000000000000000000000000000000000000000000000, height: 00000000, time: Tai64(4611686018427387914), generated: GeneratedConsensusFields { application_hash: 10da0ac8f480775bfc51f5e2f8066dd95f847c5f6b7f6c13b529a97f84f9a680 } }, metadata: Some(BlockHeaderMetadata { id: BlockId(b492ade362b06953001f0d79bca3f496ce0ebc63c0d34149b64e3feee748eb93) }) })
2024-06-27T11:34:18.196393Z INFO new{name=fuel-core}:initialize_loop{service="FuelService"}: fuel_core::service::genesis::importer: 108: Running imports
thread 'tokio-runtime-worker' panicked at /project/crates/services/src/service.rs:325:10:
**The initialization of the service failed.: Coin should not exist**
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2024-06-27T11:34:18.196675Z INFO new{name=fuel-core}:initialize_loop{service="TxPool"}: fuel_core_services::service: 289: The service TxPool is shut down
2024-06-27T11:34:18.196719Z INFO new{name=fuel-core}:initialize_loop{service="ConsensusParametersProviderTask"}: fuel_core_services::service: 289: The service ConsensusParametersProviderTask is shut down
2024-06-27T11:34:18.196767Z INFO new{name=fuel-core}:initialize_loop{service="PoA"}: fuel_core_services::service: 289: The service PoA is shut down
2024-06-27T11:34:18.196930Z INFO new{name=fuel-core}:initialize_loop{service="GraphQL"}: fuel_core_services::service: 289: The service GraphQL is shut down
2024-06-27T11:34:18.197013Z INFO new{name=fuel-core}:initialize_loop{service="PoASyncTask"}: fuel_core_services::service: 289: The service PoASyncTask is shut down
Aborted