You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"deploy:local": "npm run manifest:local && npm run create:local && npm run deploy:cmd:local",
82
82
"deploy:testing:amoy": "npm run manifest:testing:amoy && npm run deploy:cmd:testing:amoy && npm run post-deploy:ormi -- --env=testing_amoy",
83
83
"deploy:testing:sepolia": "npm run manifest:testing:sepolia && npm run deploy:cmd:testing:sepolia && npm run post-deploy:ormi -- --env=testing_sepolia",
84
-
"deploy:testing:base": "npm run manifest:testing:base && npm run deploy:cmd:testing:base",
84
+
"deploy:testing:base": "npm run manifest:testing:base && npm run deploy:cmd:testing:base && npm run post-deploy:ormi -- --env=testing_base",
85
85
"deploy:staging:amoy": "npm run manifest:staging:amoy && npm run deploy:cmd:staging:amoy && npm run post-deploy:ormi -- --env=staging_amoy",
86
86
"deploy:staging:sepolia": "npm run manifest:staging:sepolia && npm run deploy:cmd:staging:sepolia && npm run post-deploy:ormi -- --env=staging_sepolia",
87
-
"deploy:staging:base": "npm run manifest:staging:base && npm run deploy:cmd:staging:base",
87
+
"deploy:staging:base": "npm run manifest:staging:base && npm run deploy:cmd:staging:base && npm run post-deploy:ormi -- --env=staging_base",
88
88
"deploy:production:polygon": "npm run manifest:production:polygon && npm run deploy:cmd:production:polygon && npm run post-deploy:ormi -- --env=production_polygon",
89
89
"deploy:production:ethereum": "npm run manifest:production:ethereum && npm run deploy:cmd:production:ethereum && npm run post-deploy:ormi -- --env=production_ethereum",
90
90
"deploy:production:base": "npm run manifest:production:base && npm run deploy:cmd:production:base && npm run post-deploy:ormi -- --env=production_base",
0 commit comments