Client: Use testnet key for terra2 (#2040)

Change-Id: Icb91807bd3b9c38407246a3ce6df6180f4f87924
This commit is contained in:
bruce-riley 2022-12-01 08:07:34 -06:00 committed by GitHub
parent e3ec8adabd
commit bca681cddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ const TESTNET = {
terra2: { terra2: {
rpc: "https://pisco-lcd.terra.dev", rpc: "https://pisco-lcd.terra.dev",
chain_id: "pisco-1", chain_id: "pisco-1",
key: get_env_var("TERRA_MNEMONIC"), key: get_env_var("TERRA_MNEMONIC_TESTNET"),
}, },
arbitrum: { arbitrum: {
rpc: "https://goerli-rollup.arbitrum.io/rpc", rpc: "https://goerli-rollup.arbitrum.io/rpc",