Skip to content

Commit

Permalink
docs: fix system contract address (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Gao authored Nov 14, 2023
1 parent 49edc11 commit b81c1ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contract/system_contacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The CKB Light Client Contract is the light client on Axon for CKB Layer 1. It re
### Address

```
0xffffffffffffffffffffffffffffffffffffff03
0xffffffffffffffffffffffffffffffffffffff02
```

### ABI
Expand Down Expand Up @@ -449,7 +449,7 @@ The Image Cell Contract stores the CKB Layer 1 cells in Axon, allowing applicati
### Address

```
0xffffffffffffffffffffffffffffffffffffff04
0xffffffffffffffffffffffffffffffffffffff03
```

### ABI
Expand Down
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,4 @@ dep
bilinear
hardfork
Hardfork
configs

1 comment on commit b81c1ba

@vercel
Copy link

@vercel vercel bot commented on b81c1ba Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axon-docs – ./

axon-docs.vercel.app
axon-docs-axonweb3.vercel.app
axon-docs-git-main-axonweb3.vercel.app

Please sign in to comment.