Initial commit
This commit is contained in:
19
packages/chain/README.md
Normal file
19
packages/chain/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# @dbis-thirdweb/chain
|
||||
|
||||
Canonical Chain 138 definition for thirdweb integrations.
|
||||
|
||||
## Usage
|
||||
|
||||
```typescript
|
||||
import { chain138 } from '@dbis-thirdweb/chain';
|
||||
|
||||
// Use with thirdweb SDK
|
||||
const sdk = new ThirdwebSDK(chain138);
|
||||
```
|
||||
|
||||
## Chain Details
|
||||
|
||||
- **ChainID**: 138
|
||||
- **CAIP-2**: `eip155:138`
|
||||
- **RPC**: `https://138.rpc.thirdweb.com`
|
||||
- **Native Currency**: ETH (18 decimals)
|
||||
Reference in New Issue
Block a user