Skip to content

Commit a0077be

Browse files
Udhay/clarity fixed (#214)
* fix * fix
1 parent 78eca45 commit a0077be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/developer-hub/building-on-0g/contracts-on-0g/precompiles/wrappedogbase.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ In most cases this precompile should be only called by wrapped 0G contract.
1313

1414
`0x0000000000000000000000000000000000001002`
1515

16+
17+
> **Wrapped 0G Token Contract Address**: `0x1Cd0690fF9a693f5EF2dD976660a8dAFc81A109c`
18+
>
19+
> This is the official address of the wrapped 0G (W0G) ERC20 token on the 0G chain. Use this address if you want to interact directly with the wrapped 0G token contract for transfers, approvals, or other ERC20 operations.
20+
1621
# Interface
1722

1823
[https://github.com/0gfoundation/0g-chain/blob/dev/precompiles/interfaces/contracts/IWrappedA0GIBase.sol](https://github.com/0gfoundation/0g-chain/blob/dev/precompiles/interfaces/contracts/IWrappedA0GIBase.sol)
@@ -42,7 +47,7 @@ struct Supply {
4247
```solidity
4348
function getWA0GI() external view returns (address);
4449
```
45-
- **Description**: Retrieves the address of the wrapped 0G (WA0GI) contract.
50+
- **Description**: Retrieves the address of the wrapped 0G token from the wrapped 0G precompile.
4651
- **Returns**: `address` of the W0G contract.
4752

4853
---

0 commit comments

Comments
 (0)