From 7c40c15a08bbb19ca66207f6c4521f6f550ad67f Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 24 Apr 2023 18:12:42 +0800 Subject: [PATCH] remove ignite stubs from repo (#2429) --- config.yml | 9 --------- ignite.ci.yml | 32 -------------------------------- 2 files changed, 41 deletions(-) delete mode 100644 config.yml delete mode 100644 ignite.ci.yml diff --git a/config.yml b/config.yml deleted file mode 100644 index 1ddfcc94dc8f8..0000000000000 --- a/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 1 -accounts: - - name: alice - coins: ["1000token", "100000000stake"] - - name: bob - coins: ["500token"] -validator: - name: alice - staked: "100000000stake" diff --git a/ignite.ci.yml b/ignite.ci.yml deleted file mode 100644 index 100767a6d85ac..0000000000000 --- a/ignite.ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -build: - binary: "gaiad" - main: "./cmd/gaiad" -genesis: - chain_id: "gaia-local-testnet" - app_state: - staking: - params: - bond_denom: "uatom" -init: - config: - mode: "validator" -accounts: - - name: alice - coins: ["39000000000000uatom"] - # Use a fixed mnemonic as to have a fixed validator consensus key for easier - # testing. - mnemonic: "entry garbage bike poem grunt negative easily annual miss happy license blur false fringe program picture inner tape dismiss eagle include quality drill master" - - name: bob - coins: ["5500000000000uatom"] - - name: faucet - coins: ["5500000000000uatom"] -validator: - name: alice - staked: "33500000000000uatom" -servers: - dev-ui-address: "localhost:12345" -faucet: - port: 4500 - name: "faucet" - coins: ["5500000000000uatom"] - coins_max: ["1000000000uatom"]