Skip to content

Commit

Permalink
Merge branch 'fs-899-support-non-18-decimals-custom-gas-token' of git…
Browse files Browse the repository at this point in the history
…hub.com:OffchainLabs/arbitrum-orbit-sdk into fs-899-support-non-18-decimals-custom-gas-token
  • Loading branch information
spsjvc committed Oct 24, 2024
2 parents 5feb267 + 05a033e commit 3115b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
decimals: 18
- name: Custom Decimals
args: --tokenbridge --l3node --l3-token-bridge --l3-fee-token --l3-fee-token-decimals 12
decimals: 12
decimals: 6
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/createRollupPrepareTransactionRequest.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ it(`successfully prepares a transaction request with a custom parent chain`, asy
expect(txRequest.gas).toEqual(1_000n);
});

it(`successfully prepare transaction request if "params.nativeToken" doesn't use 18 decimals`, async () => {
it(`successfully prepare transaction request if "params.nativeToken" uses supported number of decimals`, async () => {
// generate a random chain id
const chainId = generateChainId();

Expand Down

0 comments on commit 3115b0f

Please sign in to comment.