Skip to content

Commit

Permalink
tableize new contract info
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Apr 24, 2024
1 parent 764cbca commit 4e893ac
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 30 deletions.
10 changes: 5 additions & 5 deletions pages/evm-rpc-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -454,17 +454,17 @@ Removes a created filter.

## Simulation Endpoints
### eth_estimateGas
Same as [the official specification](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_estimategas)
Same as [the official specification](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_estimategas).

### eth_call
Same as [the official specification](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call)
Same as [the official specification](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call).

## Debugging Endpoints
### debug_traceTransaction
Same as [Alchemy](https://docs.alchemy.com/reference/debug-tracetransaction)
Same as [Alchemy](https://docs.alchemy.com/reference/debug-tracetransaction).

### debug_traceBlockByNumber
Same as [Alchemy](https://docs.alchemy.com/reference/debug-traceblockbynumber)
Same as [Alchemy](https://docs.alchemy.com/reference/debug-traceblockbynumber).

### debug_traceBlockByHash
Same as [Alchemy](https://docs.alchemy.com/reference/debug-traceblockbyhash)
Same as [Alchemy](https://docs.alchemy.com/reference/debug-traceblockbyhash).
63 changes: 38 additions & 25 deletions pages/tools-and-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,41 @@ To support your development and testing efforts, we provide a range of public RP

For more endpoint options, please visit our [chain registry](https://github.com/sei-protocol/chain-registry/blob/main/chains.json).

## Important Contract Info
Wrapped Sei
arctic-1: 0x63600a899ad94ae1bc638504fa56d8a6144df2fe
atlantic-2: TODO
pacific-1: TODO

USDC
arctic-1: TODO
atlantic-2: TODO
pacific-1: TODO

CW20 Pointer Code for ERC20
arctic-1: TODO
atlantic-2: TODO
pacific-1: TODO

CW721 Pointer Code for ERC20
arctic-1: TODO
atlantic-2: TODO
pacific-1: TODO

LayerZero Endpoint
arctic-1: 40258
atlantic-2: TODO
pacific-1: TODO
## Other Important Contracts
<Tabs items={["Wrapped Sei", "LayerZero Endpoint", "USDC", "CW20 Pointer Code for ERC20", "CW721 Pointer Code for ERC721"]}>
<Tabs.Tab>

| pacific-1 (Mainnet) | atlantic-2 (Testnet) | arctic-1 (Devnet) |
| :--------------------------------- | :------------------------------------ | :----------------------------------------- |
| Coming Soon | Coming Soon | 0x63600a899ad94ae1bc638504fa56d8a6144df2fe |

</Tabs.Tab>
<Tabs.Tab>

| pacific-1 (Mainnet) | atlantic-2 (Testnet) | arctic-1 (Devnet) |
| :--------------------------------- | :------------------------------------ | :--------------------------------- |
| Coming Soon | Coming Soon | 40258 |

</Tabs.Tab>
<Tabs.Tab>

| pacific-1 (Mainnet) | atlantic-2 (Testnet) | arctic-1 (Devnet) |
| :--------------------------------- | :------------------------------------ | :----------------------------------------- |
| Coming Soon | Coming Soon | Coming Soon |

</Tabs.Tab>
<Tabs.Tab>

| pacific-1 (Mainnet) | atlantic-2 (Testnet) | arctic-1 (Devnet) |
| :--------------------------------- | :------------------------------------ | :--------------------------------- |
| Coming Soon | Coming Soon | Coming Soon |

</Tabs.Tab>
<Tabs.Tab>

| pacific-1 (Mainnet) | atlantic-2 (Testnet) | arctic-1 (Devnet) |
| :--------------------------------- | :------------------------------------ | :--------------------------------- |
| Coming Soon | Coming Soon | Coming Soon |

</Tabs.Tab>
</Tabs>

0 comments on commit 4e893ac

Please sign in to comment.