Skip to content

Commit

Permalink
add new chainID
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Oct 10, 2024
1 parent 0428e94 commit fdfe2f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- [email protected].256
- [email protected].257
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- trivy@0.55.2
- [email protected].6
- trivy@0.56.1
- [email protected].7
actions:
disabled:
- trunk-announce
Expand Down
4 changes: 2 additions & 2 deletions docs/starknet/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const AddKakarotNetwork = () => (
onClick={async () => {
const params = [
{
chainId: "0x1345504f4c4941",
chainId: "0x034550b76e4065",
chainName: "Kakarot Starknet Sepolia",
nativeCurrency: {
name: "Ether",
Expand Down Expand Up @@ -88,7 +88,7 @@ Or by add a new network manually to Metamask: open the Metamask extension. Click
| -------------- | -------------------------------- |
| Network Name | Kakarot Starknet Sepolia |
| RPC URL | https://sepolia-rpc.kakarot.org |
| Chain Id | 5424235787602241 |
| Chain Id | 920637907288165 |
| Symbol | ETH |
| Block Explorer | https://sepolia.kakarotscan.org/ |

Expand Down
10 changes: 5 additions & 5 deletions docs/starknet/survival-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ information to navigate the Testnet well.

## Contract Address Book

- WETH: 0x761612F0C8bdf8cF10e6F10045E2Ca7cbffBa8A3
- WETH: 0xe7f1725e7734ce288f8367e1bb143e90bb3f0512
- [Arachnid deterministic deployment proxy](https://github.com/Arachnid/deterministic-deployment-proxy):
0x4e59b44847b379578588920ca78fbf26c0b4956c
- [Multicall3](https://github.com/mds1/multicall):
0xcA11bde05977b3631167028862bE2a173976CA11
- [CreateX](https://github.com/pcaversaccio/createx):
0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed

- USDc:
[0x1B4C0bc8703D3af59322849bE01559fdb920c904](https://sepolia.kakarotscan.org/token/0x1B4C0bc8703D3af59322849bE01559fdb920c904)
- USDt:
[0x2BF1004D9e80ca087BD1e089d75bc8c471995aC1](https://sepolia.kakarotscan.org/token/0x2BF1004D9e80ca087BD1e089d75bc8c471995aC1)
- Kakarot Coinbase: 0x5fbdb2315678afecb367f032d93f642f64180aa3

- USDc: DualVM token WIP 🚧
- USDt: DualVM token WIP 🚧

🚧 The following contract addresses are coming soon.

Expand Down

0 comments on commit fdfe2f5

Please sign in to comment.