forked from FuelLabs/fuels-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: updating code owners (FuelLabs#1496) * docs: purge hardcoded snippets on 'using typegen' page (FuelLabs#1403) * chore: remove method that's same as base method (FuelLabs#1445) * chore: implement RC workflow (FuelLabs#1497) * Revert "feat: add `Predicate.getTransferTxId` helper (FuelLabs#1467)" * chore: fix rc release string replace (FuelLabs#1529) * docs: Update some hyperlinks to reference the new documentation hub (FuelLabs#1520) * chore: improve rc release message (FuelLabs#1559) * feat: GraphQL subscriptions (FuelLabs#1374) * chore: pin `graphql-request` to `v5` (FuelLabs#1567) * chore: upgrade `tsx` (FuelLabs#1574) * feat: migrate from Jest to Vitest (FuelLabs#1310) * chore: fix temp test workflow (FuelLabs#1579) * chore: update required node engine in `create-fuels` (FuelLabs#1582) * chore: add node version test matrix (FuelLabs#1575) * chore: fix broken rc message (FuelLabs#1580) * chore: update nodejs to v20 (FuelLabs#1544) * feat: accepting addresses as `string` (FuelLabs#1583) * chore: properly format the PR coverage report comment (FuelLabs#1586) * fix: flaky test (FuelLabs#1590) * docs: update `deposit-and-withdraw` page (FuelLabs#1591) * feat: retry mechanism (FuelLabs#1474) * feat: replaced `semver` dependency with custom implementation (FuelLabs#1594) * feat: replace `elliptic` with `@noble/curves` (FuelLabs#1601) * chore: fix CI failing due to missing tag in test (FuelLabs#1614) * feat: improve ABI Coders `decode` validation (FuelLabs#1426) * fix: do not generate a coverage diff without coverage artifact (FuelLabs#1629) * chore: pinpoint vitest to 1.0.4 (FuelLabs#1637) * chore: remove `ethers` dependency from `utils` (FuelLabs#1640) * fix: `getOperation` for `Transfer Asset` (FuelLabs#1619) * fix: remove external font dependencies (FuelLabs#1642) * fix: generate RC PR comment on `pull_request` event only (FuelLabs#1648) * fix: fix failing `rc` comment (FuelLabs#1657) * chore: add missing test group (FuelLabs#1658) * feat: implement browser compatibility testing (FuelLabs#1630) * chore: fix string replace in `rc` ci (FuelLabs#1659) * chore: adding extra reporters (FuelLabs#1661) * chore: manually trigger `rc` CI (FuelLabs#1660) * feat: use `submitAndAwait` graphql endpoint (FuelLabs#1615) * fix: flaky retry test (FuelLabs#1654) * feat: create a wallet without a provider (FuelLabs#1566) * chore!: Share single chainConfig and review node-related utilities (FuelLabs#1602) * chore: use new temporary coverage artifact (FuelLabs#1676) * fix: internalizing `findBinPath` utility (FuelLabs#1679)
- Loading branch information
Showing
554 changed files
with
10,371 additions
and
4,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@fuel-ts/program": minor | ||
"@fuel-ts/providers": minor | ||
"@fuel-ts/wallet": minor | ||
"@fuel-ts/predicate": minor | ||
--- | ||
|
||
- Transaction execution can now be await with the `{awaitExecution: true}` option on `Provider.sendTransaction` | ||
- Added same functionality to accounts (unlocked wallet, predicate) | ||
- `BaseInvocationScope` internally now uses `{awaitExecution: true}` to reduce amount of network calls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/abi-coder": minor | ||
--- | ||
|
||
Improve decode validation of ABI Coders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"create-fuels": patch | ||
"fuels": patch | ||
"@fuel-ts/utils": patch | ||
--- | ||
|
||
Fixing and internalizing `findBinPath` utility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/wallet": minor | ||
--- | ||
|
||
Made provider argument optional for wallet instantiation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/transactions": minor | ||
--- | ||
|
||
update deposit and withdraw doc page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@fuel-ts/providers": minor | ||
"@fuel-ts/errors": patch | ||
--- | ||
|
||
Implemented GraphQL subscriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@fuel-ts/providers": minor | ||
"@fuel-ts/wallet": minor | ||
"@fuel-ts/wallet-manager": minor | ||
--- | ||
|
||
accepting string as address instead of only AbstractAddress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"create-fuels": minor | ||
--- | ||
|
||
Update supported node version in create fuels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@fuel-ts/interfaces": patch | ||
"@fuel-ts/utils": patch | ||
--- | ||
|
||
Remove ethers dependency from the utils package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
"fuels": minor | ||
"@fuel-ts/utils": minor | ||
"@fuel-ts/wallet": minor | ||
--- | ||
|
||
chore!: share single chainconfig and `launchNode` utility throughout the codebase. | ||
|
||
- `startFuelCore` now re-uses `launchNode` instead of having its own node-launching logic | ||
- `@fuel-ts/utils` now exports a `defaultChainConfig` and a `defaultConsensusKey` which is used everywhere in the source code. | ||
- The `chainConfig.json` file inside the `.fuel-core` folder at the root also uses the same chain config. The `run-node` script has been modified to copy over the contents of the chain config file from the utils package. | ||
|
||
# Breaking Changes | ||
|
||
- Multiple fuel-core config-related options have been removed from `LaunchNodeOptions`: | ||
|
||
- `chainConfigPath` | ||
- `consensusKey` | ||
- `useInMemoryDb` | ||
- `poaInstant` | ||
|
||
- The only way to pass in these config values now is through the `args` property, i.e.: | ||
|
||
```ts | ||
const { cleanup, ip, port } = await launchNode({ | ||
args: ["--poa-interval-period", "750ms", "--poa-instant", "false"], | ||
}); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@fuel-ts/signer": minor | ||
--- | ||
|
||
- Stopped exporting `getCurve()` / secp256k1 | ||
- Replaced `elliptic` with `@noble/curves` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/providers": minor | ||
--- | ||
|
||
Made getOperations to consider multiple assets transfer for a Transfer Asset operation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @digorithm @arboleya @camsjams @Torres-ssf @Dhaiwat10 @danielbate @nedsalk | ||
* @digorithm @arboleya @Torres-ssf @Dhaiwat10 @danielbate @nedsalk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
- [ ] African Elephant | ||
- [ ] Albatross | ||
- [ ] Alpaca | ||
- [ ] Angelfish | ||
- [ ] Ant | ||
- [ ] Appaloosa | ||
- [ ] Arabian Horse | ||
- [ ] Arctic Fox | ||
- [ ] Asian Elephant | ||
- [ ] Bactrian Camel | ||
- [ ] Bald Eagle | ||
- [ ] Beagle | ||
- [ ] Bee | ||
- [ ] Beluga Whale | ||
- [ ] Black Bear | ||
- [ ] Blue Jay | ||
- [ ] Blue Whale | ||
- [ ] Bobcat | ||
- [ ] Brown Bear | ||
- [ ] Bulldog | ||
- [ ] Butterfly | ||
- [ ] Camel | ||
- [ ] Caracal | ||
- [ ] Cardinal | ||
- [ ] Cheetah | ||
- [ ] Chicken | ||
- [ ] Chimpanzee | ||
- [ ] Clownfish | ||
- [ ] Clydesdale | ||
- [ ] Cockatoo | ||
- [ ] Cockroach | ||
- [ ] Coral | ||
- [ ] Cougar | ||
- [ ] Coyote | ||
- [ ] Crab | ||
- [ ] Cricket | ||
- [ ] Crow | ||
- [ ] Cuttlefish | ||
- [ ] Dachshund | ||
- [ ] Dingo | ||
- [ ] Dolphin | ||
- [ ] Domestic Cat | ||
- [ ] Domestic Dog | ||
- [ ] Dragonfly | ||
- [ ] Dromedary | ||
- [ ] Duck | ||
- [ ] Elephant | ||
- [ ] Falcon | ||
- [ ] Fennec Fox | ||
- [ ] Finch | ||
- [ ] Firefly | ||
- [ ] Flamingo | ||
- [ ] Friesian | ||
- [ ] German Shepherd | ||
- [ ] Giraffe | ||
- [ ] Golden Retriever | ||
- [ ] Goose | ||
- [ ] Gorilla | ||
- [ ] Grasshopper | ||
- [ ] Grevy's Zebra | ||
- [ ] Grizzly Bear | ||
- [ ] Hawk | ||
- [ ] Hermit Crab | ||
- [ ] Hippopotamus | ||
- [ ] Hornet | ||
- [ ] Horse | ||
- [ ] Hummingbird | ||
- [ ] Humpback Whale | ||
- [ ] Husky | ||
- [ ] Hyena | ||
- [ ] Jaguar | ||
- [ ] Jellyfish | ||
- [ ] Kangaroo | ||
- [ ] Katydid | ||
- [ ] Kingfisher | ||
- [ ] Koala | ||
- [ ] Labrador Retriever | ||
- [ ] Ladybug | ||
- [ ] Leopard | ||
- [ ] Lion | ||
- [ ] Llama | ||
- [ ] Lobster | ||
- [ ] Lynx | ||
- [ ] Macaw | ||
- [ ] Magpie | ||
- [ ] Manatee | ||
- [ ] Mantis Shrimp | ||
- [ ] Moth | ||
- [ ] Mountain Lion | ||
- [ ] Mountain Zebra | ||
- [ ] Mustang | ||
- [ ] Narwhal | ||
- [ ] Nautilus | ||
- [ ] Octopus | ||
- [ ] Orca | ||
- [ ] Ostrich | ||
- [ ] Owl | ||
- [ ] Palomino | ||
- [ ] Panda | ||
- [ ] Panther | ||
- [ ] Parrot | ||
- [ ] Peacock | ||
- [ ] Pelican | ||
- [ ] Penguin | ||
- [ ] Pigeon | ||
- [ ] Plains Zebra | ||
- [ ] Polar Bear | ||
- [ ] Pony | ||
- [ ] Poodle | ||
- [ ] Praying Mantis | ||
- [ ] Pufferfish | ||
- [ ] Puffin | ||
- [ ] Quarter Horse | ||
- [ ] Raven | ||
- [ ] Red Panda | ||
- [ ] Rhino | ||
- [ ] Rhinoceros Beetle | ||
- [ ] Robin | ||
- [ ] Rooster | ||
- [ ] Rottweiler | ||
- [x] Salamander | ||
- [ ] Scarab Beetle | ||
- [ ] Sea Anemone | ||
- [ ] Sea Cucumber | ||
- [ ] Sea Lion | ||
- [ ] Sea Urchin | ||
- [ ] Seahorse | ||
- [ ] Seal | ||
- [ ] Serval | ||
- [ ] Shetland Pony | ||
- [ ] Shrimp | ||
- [ ] Snow Leopard | ||
- [ ] Sparrow | ||
- [ ] Sperm Whale | ||
- [ ] Squid | ||
- [ ] Starfish | ||
- [ ] Stork | ||
- [ ] Swan | ||
- [ ] Thoroughbred | ||
- [ ] Tiger | ||
- [ ] Toucan | ||
- [ ] Turkey | ||
- [ ] Vicuña | ||
- [ ] Walrus | ||
- [ ] Wasp | ||
- [ ] Wolf | ||
- [ ] Woodpecker | ||
- [ ] Zebra |
Oops, something went wrong.