Merge publish/v1.3.5 to master #295
GitHub Actions / Test Report
succeeded
Jun 18, 2024 in 0s
21 passed, 0 failed and 0 skipped
β Β coverage-tests-report.json
21 tests were completed in 12ms 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β | 1ms | ||
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
Loading