fix: fixes missing model generation that causes build failures (#2689)

* fix: fixes missing model generation that causes build failures * Update model_generator.sh [skip ci] Co-authored-by: cyan <cyjan@mrcyjanek.net> --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> Co-authored-by: cyan <cyjan@mrcyjanek.net>

Karl Buys committed Dec 2, 2025 at 00:59 UTC 3c45ef8bb94284453c40ad242fb7ed22b89a9821
1 file changed +1 -1
model_generator.sh
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/bash
2 set -x -e
3
4 -for cwcoin in cw_{core,evm,monero,bitcoin,nano,bitcoin_cash,solana,tron,wownero,zano,decred,dogecoin,base}
4 +for cwcoin in cw_{core,evm,monero,bitcoin,nano,bitcoin_cash,solana,tron,wownero,zano,decred,dogecoin,base,arbitrum}
5 do
6 if [[ "x$1" == "xasync" ]];
7 then