Skip to content

Commit

Permalink
More sepolia Taco improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Nov 28, 2023
1 parent 3f62aab commit a7060c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,197 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,27 +128,12 @@ The following procedure allows to deploy T token dashboard to production:

## Local Development

Replace the following dependencies in `package.json`:

```json
"@keep-network/coverage-pools": "goerli",
"@keep-network/ecdsa": "goerli",
"@keep-network/keep-core": "1.8.1-goerli.0",
"@keep-network/keep-ecdsa": "goerli",
"@keep-network/random-beacon": "goerli",
"@keep-network/tbtc": "goerli",
"@keep-network/tbtc-v2": "goerli",
"@threshold-network/solidity-contracts": "goerli",
"@threshold-network/coverage-pools": "npm:@keep-network/coverage-pools@goerli",
"@keep-network/tbtc-v2.ts": "1.4.1-goerli.0",
```

Update `.env` to contain:

```
REACT_APP_SUPPORTED_CHAIN_ID=5
REACT_APP_ETH_HOSTNAME_HTTP=https://goerli.infura.io/v3/<your API key here>
REACT_APP_ETH_HOSTNAME_WS=wss://goerli.infura.io/v3/<your API key here>
REACT_APP_SUPPORTED_CHAIN_ID=11155111
REACT_APP_ETH_HOSTNAME_HTTP=https://sepolia.infura.io/v3/<your API key here>
REACT_APP_ETH_HOSTNAME_WS=wss://sepolia.infura.io/v3/<your API key here>
REACT_APP_MULTICALL_ADDRESS=$MULTICALL_ADDRESS
REACT_APP_FEATURE_FLAG_TBTC_V2=true
Expand Down
2 changes: 1 addition & 1 deletion src/threshold-ts/mas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class MultiAppStaking {
{
interface: this.taco.contract.interface,
address: this.taco.address,
method: "getOperatorFromStakingProvider",
method: "stakingProviderToOperator",
args: [stakingProvider],
},
]
Expand Down
Loading

0 comments on commit a7060c2

Please sign in to comment.