Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published v1.3.6-0 #120

Merged
merged 1 commit into from
Oct 7, 2024

chore: Publish npm package v1.3.6-0

7aa69d9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Published v1.3.6-0 #120

chore: Publish npm package v1.3.6-0
7aa69d9
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Oct 7, 2024 in 0s

21 passed, 0 failed and 0 skipped

Tests passed successfully

✅ coverage-tests-report.json

21 tests were completed in 15ms with 21 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/unit/aave.unit.test.ts 1✅ 0ms
test/unit/accounts.unit.test.ts 1✅ 0ms
test/unit/blast.unit.test.ts 1✅ 0ms
test/unit/erc20.unit.test.ts 1✅ 0ms
test/unit/multicall.unit.test.ts 1✅ 0ms
test/unit/uniqueIds.unit.test.ts 1✅ 1ms
test/unit/utils.unit.test.ts 15✅ 4ms

✅ test/unit/aave.unit.test.ts

aave.ts getAllAaveV3Addresses
  ✅ should return all addresses

✅ test/unit/accounts.unit.test.ts

accounts.ts getAllAccounts
  ✅ should return all addresses

✅ test/unit/blast.unit.test.ts

blast.ts getAllBlastAddresses
  ✅ should return all addresses

✅ test/unit/erc20.unit.test.ts

erc20.ts getAllErc20s
  ✅ should return all addresses

✅ test/unit/multicall.unit.test.ts

multicall.ts getAllMulticallAddresses
  ✅ should return all addresses

✅ test/unit/uniqueIds.unit.test.ts

Unique IDs
  ✅ Unique IDs should be unique per network across address types

✅ test/unit/utils.unit.test.ts

utils.ts chainIdToNetworkName
  ✅ should return network name for known chain ID
  ✅ should return undefined for unknown chain ID
utils.ts toErc20InstancePerNamedNetwork
  ✅ should man multiple instances of same ERC20 for a network
  ✅ should map default singleton to both instance ID and symbol as ID
  ✅ should map multiple ERC20s for a network
  ✅ should map multiple networks
  ✅ should map non-default singleton to singleton
  ✅ should map undefined-default as non-default
  ✅ should return empty object for empty input
utils.ts toNamedAddressesPerNamedNetwork
  ✅ should map all networks for a role
  ✅ should map all role groups
  ✅ should map all roles in a role group
  ✅ should return empty object for empty input
  ✅ should return empty object for empty role group
  ✅ should use role ID as address name