File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
store/actions/transactions Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8989 env :
9090 CI : false
9191 REACT_APP_API_KEY : " https://rest.core.persistence.one"
92- REACT_APP_TENDERMINT_RPC_ENDPOINT : " https://persistence- rpc.polkachu.com "
92+ REACT_APP_TENDERMINT_RPC_ENDPOINT : " https://rpc.core.persistence.one "
9393 REACT_APP_WEBSITE_URL : " https://staging.wallet.persistence.one"
9494 REACT_APP_EXPLORER_API : " https://www.mintscan.io/persistence"
9595 REACT_APP_MAIL_CHIMP_URL : " https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"
@@ -115,7 +115,7 @@ jobs:
115115 env :
116116 CI : false
117117 REACT_APP_API_KEY : " https://rest.core.persistence.one"
118- REACT_APP_TENDERMINT_RPC_ENDPOINT : " https://persistence- rpc.polkachu.com "
118+ REACT_APP_TENDERMINT_RPC_ENDPOINT : " https://rpc.core.persistence.one "
119119 REACT_APP_WEBSITE_URL : " https://staging.wallet.persistence.one"
120120 REACT_APP_EXPLORER_API : " https://www.mintscan.io/persistence"
121121 REACT_APP_MAIL_CHIMP_URL : " https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export const IBCChainInfos = [
110110
111111export const ExternalChains = [
112112 {
113- rpc : "https://persistence- rpc.polkachu.com /" ,
113+ rpc : "https://rpc.core.persistence.one /" ,
114114 rest : "https://rest.core.persistence.one/" ,
115115 chainId : "core-1" ,
116116 chainName : "Persistence" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import helper, {privateKeyReader} from "../../../utils/helper";
66import { LOGIN_INFO } from "../../../constants/localStorage" ;
77import { DefaultChainInfo , ExternalChains } from "../../../config" ;
88import { setTxTokenizeShareStatus , showTxTokenizeModal } from "./tokenizeShares" ;
9- import { hideKeyStoreModal } from "./keyStore" ;
109
1110export const ledgerSubmit = ( loginAddress , loginMode ) => {
1211 return async ( dispatch , getState ) => {
You can’t perform that action at this time.
0 commit comments