Skip to content

Commit

Permalink
feat: Updated web3 packages major versions and fixed all break changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Feb 29, 2024
1 parent c55d352 commit f706913
Show file tree
Hide file tree
Showing 20 changed files with 585 additions and 1,657 deletions.
4 changes: 2 additions & 2 deletions config/rsktestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"multiSig": "0x8285422f7e58ad7f7b90cb5158098edf548e7b38",
"allowTokens": "0xa683146bb93544068737dfca59f098e7844cdfa8",
"chainId": 31,
"host": "<YOUR HOST URL AND PORT>",
"fromBlock": 3987787
"host": "RSKJ Node Host",
"fromBlock": 4850000
}
4 changes: 2 additions & 2 deletions config/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"multiSig": "0xbee2572941ffcb2ab2e61450fecc8db75321e6c9",
"allowTokens": "0x926d302f3b6bc4d0eeea9caf6942fd7e0a9a0422",
"chainId": 11155111,
"host": "https://sepolia.infura.io/v3/YOUR_INFURA_KEY",
"fromBlock": 3724896
"host": "Seolia Node Host",
"fromBlock": 5380000
}
Loading

0 comments on commit f706913

Please sign in to comment.