rename packages

This commit is contained in:
Denis Angell
2023-05-17 06:35:54 +00:00
parent c24197f202
commit c00e36bf50
32 changed files with 2177 additions and 2093 deletions

View File

@@ -1,5 +1,5 @@
import { assert } from 'chai'
import { decode, encode } from 'ripple-binary-codec'
import { decode, encode } from '@transia/ripple-binary-codec'
import { Transaction, ValidationError } from '../../src'
import Wallet from '../../src/Wallet'