Skip to content

Commit

Permalink
change config beta
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Oct 19, 2023
1 parent 0fb7a6d commit c448e9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ jobs:
run: |
echo '${{ secrets.APPSTORE_CONNECT_FILE_KEY }}' > ios/AuthKey.p8
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 2.7.8

- name: Dependencies install
run: cd ios && bundle install

Expand Down
12 changes: 12 additions & 0 deletions src/core/blockchain/zilliqa/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ export const networks: IBlockchainNetwork[] = [
getTransactionUrl: txn => `https://viewblock.io/zilliqa/tx/${txn}?network=testnet`
}
},
{
name: 'Dev 2',
chainId: 333,
mainNet: false,
url: 'https://api.testnet.zilliqa.com/',
wsUrl: 'wss://dev-ws.zilliqa.com/',
explorer: {
name: 'Viewblock',
getAccountUrl: addr => `https://viewblock.io/zilliqa/address/${addr}?network=testnet`,
getTransactionUrl: txn => `https://viewblock.io/zilliqa/tx/${txn}?network=testnet`
}
},
{
name: 'Kaya Local',
chainId: 2,
Expand Down

0 comments on commit c448e9e

Please sign in to comment.