Skip to content

Commit e21ba73

Browse files
committed
feat(ts-sdk): publish ucs03abi
1 parent 2af6d34 commit e21ba73

File tree

6 files changed

+649
-0
lines changed

6 files changed

+649
-0
lines changed

ts-sdk/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ cd ts-sdk/
2525
npm install
2626
npm run test-watch
2727
```
28+
29+
## How to update abis
30+
31+
```sh
32+
nix build .#hubble-abis -L
33+
```
34+
35+
copy from `result/` to `src/evm/abi/`

ts-sdk/src/evm/abi/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Export all ABIs from this module
2+
export * from "./ucs03.js"

0 commit comments

Comments
 (0)